You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EVWHS will authenticate properly when using server.url (the original url). Can we just hit the original WMS endpoint instead of /rest/settings.json' for all WMS servers?
The default auth prompt logic for WMS servers is hardcoded for GeoServer. See https://github.com/ROGUE-JCTD/MapLoom/blob/master/src/common/addlayers/AddServerDirective.js#L107. This prevents WMS servers such as https://rdog.digitalglobe.com/mapservice/wmsaccess?connectid=XXX-XXX-XXX from authenticating properly.
EVWHS will authenticate properly when using
server.url
(the original url). Can we just hit the original WMS endpoint instead of/rest/settings.json'
for all WMS servers?Also need to change:
or use some advanced regex.
Hotfix
The text was updated successfully, but these errors were encountered: