geonetwork / core-geonetwork

GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
http://geonetwork-opensource.org/
GNU General Public License v2.0
404 stars 481 forks source link

Plot datasets on the big map with different icons depending on INSPIRE theme #4719

Open chiarachiarelli opened 4 years ago

chiarachiarelli commented 4 years ago

It would be useful to have all datasets plotted on the big map with different icons depending on the datasets' domains. This could be done through different ways:

pvgenuchten commented 4 years ago

Map has an option to synchronize minimap with main map, is it an idea to extend the bahaviour to also draw the search results on the main map?

search result is paginated, in stead of pagination, when showing results on the map it can limit the search while zooming to datasets being inside the current bounds.

each dataset polygon needs a hover/click balloon with a clickable titel/abstract of the record. and potentially an icon indication a category (or theme)

fxprunayre commented 4 years ago

With version 4 and Kibana you can play a bit on this topic with the map module

image

and aggregations (only on points - not on record extent) which can produce heatmap/clusters

image

But it will raise a number of issues as said by Paul, on pagination, limit number of geometries, records extent will overlay a lot in general, ... blended layers can help with different of rendering depending on scales ...