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
Instead of hardcoding repetitive WMS and WFS URLs into Records as custom_fields:
Create global GEOSERVER_WMS_URL and GEOSERVER_WFS_URL variables to hold that information
Replace the custom string fields geoserver:wms_url and geoserver:wfs_url with custom boolean fields geoserver:has_wms_layer and geoserver:has_wfs_layers.
We are doing this to avoid the potential work involved if our GeoServer hostnames ever change or our public/restricted instances combine into one.
For now geosever:layer_name and geoserver:bounds will remain, pending further discussion.
The text was updated successfully, but these errors were encountered:
Instead of hardcoding repetitive WMS and WFS URLs into Records as custom_fields:
geoserver:wms_url
andgeoserver:wfs_url
with custom boolean fieldsgeoserver:has_wms_layer
andgeoserver:has_wfs_layers
.We are doing this to avoid the potential work involved if our GeoServer hostnames ever change or our public/restricted instances combine into one.
For now
geosever:layer_name
andgeoserver:bounds
will remain, pending further discussion.The text was updated successfully, but these errors were encountered: