-
Notifications
You must be signed in to change notification settings - Fork 393
Open
Description
I am developing a TerriaMap using Docker. I have added raster data. The feature information is now showing, when I click on the layer. In my catalog, I have the following:
{
"isGeoServer": "true",
"type": "wmts",
"name": "Land Surface Temperature (LST)",
"url": "https://example.gov/geoserver/gwc/service/wmts?service=WMTS&acceptVersions=1.0.0&request=GetCapabilities",
"layer": "space-data-dashboard:NCR_LST_COG",
"opacity": 1,
"featureInfoTemplate": {
"template": "Example."
},
}
In the web app, it shows:
No data is available here - try another location
I am using Geoserver to serve WMTS. I have tried with other raster data also with same results. What could be the problem?
Metadata
Metadata
Assignees
Labels
No labels