Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Marker selector groups different types of markers and assigns them to a dataset.

...

KeyTypeOptionalityDescriptionConstraints
categoriesarray

Status
colourGreen
titleoptional

array of marker categories

either categories or granularityCategories must be present

size => 1
granularityCategoriesarray
Status
colourGreen
titleoptional

array of granularity categories

either categories or granularityCategories must be present

size => 1
hideGranularityboolean
Status
colourGreen
titleoptional
specifies if the granularity should be visible or not[true, false]
keepFilteredobject
Status
colourGreen
titleoptional
specifies the "Keep filtered objects in the map" setting
showIndicatorValuesOnMapboolean
Status
colourGreen
titleoptional
specifies if indicator value for each area/grid should be displayed[true, false]
disableClusteringAtZoomclusterMarkersintegerboolean
Status
colourGreen
titleoptional
specifies zoom level from which the if marker clustering will be enabled or disabled2 .. 18[true, false]

content.categories

KeyTypeOptionalityDescriptionConstraints
datasetstring

Status
colourRed
titlerequired

URL link to a dataset object representing the markers/rest/projects/$projectId/md/datasets?name={datasetName}
markersarray
Status
colourRed
titlerequired
an array of marker objects
linkedLayersarray
Status
colourGreen
titleoptional
an array of objects specifying layers linked to the marker category

...

KeyTypeOptionalityDescriptionConstraints
namestring

Status
colourRed
titlerequired

name of the marker(a-z0-9_-)
visibleboolean
Status
colourRed
titlerequired

sets the default visibility of the marker

default = true

[true, false]

addOnExpandboolean
Status
colourGreen
titleoptional

specifies if the marker should become visible after clicking on the category, when by default it is set to visible = false

[true, false]

...