GeoNode / geonode-mapstore-client

MapStore Client for GeoNode
http://geonode.org/geonode-mapstore-client/master
Other
13 stars 102 forks source link

Make the default map plugins pre-selected inside a new map viewer #1771

Closed giohappy closed 1 month ago

giohappy commented 1 month ago

When a new map viewer is created it has a blank configuration (except the Map). This is confusing and can bring unexpected results. As an example, if you don't add the Identify tool manually to a map viewer querying will be disabled, and it's not straightforward to understand what's going on. Also, when you start a viewer you expect to start from the current status (the default map) and optionally remove the already available tools.

Solution: the new map viewer should appear with the default plugins pre-selected.

image