TNRIS / dataHub

ReactJS frontend web application for browsing, downloading, and inquiring about TNRIS public data and historical imagery.
https://data.tnris.org
7 stars 0 forks source link

Preview in Download Map not Working #282

Closed mitchellryant closed 3 years ago

mitchellryant commented 3 years ago

the preview in the download maps for new image services are not working. as new images service are created API is updated. WMS link in note is correct but Preview Map does not load.

282

mitchellryant commented 3 years ago

https://webservices.tnris.org/arcgis/services/StratMap/StratMap09_CIR_6in_Galveston/ImageServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities

mitchellryant commented 3 years ago

https://imagery.tnris.org/server/services/StratMap/StratMap09_CIR_6in_Galveston/ImageServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities

adambreznicky commented 3 years ago

looks like the URLs were accidentally altered when entering them into the admin console. the smith 2020 example accidentally included "rest/" in the wms url which needs removal. the popupurl was missing a "/WMSServer" at the end before the jsapi query. fixing the URLs in the admin console resolves this issue