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
When loading layers on a map, GeoNode should store/retrieve all necessary information in its own Layer model rather than query GeoServer’s WMS GetCapabilities document. When adding GeoNode layers to a map, use Geonetwork’s data search functionality rather than GeoExt’s WMSGetCapabilitiesStore to list available layers.
The text was updated successfully, but these errors were encountered:
Maps load more slowly and sometimes result in timeout errors if the # of layers in the system rises above ~300, due to the increasing size of the GetCapabilities document. Store all necessary info in the Layer model instead, and use a new GXP LayerSource object (GeoNodeSource) to differentiate between local and remote WMS layers.
WorldMap feature proposed by Matt Bertrand:
https://github.com/GeoNode/geonode/wiki/GNIP-26---Load-Layers-to-a-Map-without-GetCapabilities-Requests
The text was updated successfully, but these errors were encountered: