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
NYU restricted proxy code hard codes a WMS data-url endpoint when the record is restricted. Need to allow geojson IndexMap value to be passed through as well.
NYU restricted proxy code hard codes a WMS data-url endpoint when the record is restricted. Need to allow geojson IndexMap value to be passed through as well.
settings.yml writes the WMS endpoint into the logic here:
RESTRICTED_URL: 'https://maps-restricted.geo.nyu.edu/geoserver/wms'
The models/concerns/wms_rewrite_concern.rb also plays a part here.
The text was updated successfully, but these errors were encountered: