Maps4HTML / geoserver

Maps for HTML MapML Extension / plug-in development fork of GeoServer
https://docs.geoserver.org/latest/en/user/extensions/mapml/index.html
Other
3 stars 1 forks source link

Support custom dimensions #35

Open prushforth opened 3 years ago

prushforth commented 3 years ago

Background

Currently, the WMS dimension support in MapML is limited to time and elevation, for which MapML can be generated according to a list of specified values, serialized as a \ input variable control, containing one \ element per list value.

image

GeoServer supports custom dimensions, allowing you to define a dimension over any attribute of vector layers.

Requirement

MapML extension must support custom dimensions as \ -containing list values as \s as a way of allowing the end user to dynamically sub-set a map from the client.