Versions Compared

Key

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

...

Property

Description

Current Value

Possible values

mapProvider

The property specifies the name of the map provider which will be used in the visualization.

osm

User based name for map provider

mapEnabled

The properties specifies if the Is map visualization enabled on kyvos application or not.

true

true/false

providerUrl

The property specifies the URL from which the map will be used to show the visualization.

http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png

Custom url

attributes

The property specifies the attributes on the map to be used. for eg, copyright link.

&copy;<a href='http://www.openstreetmap.org/copyright'>

OpenStreetMap</a>

Custom user based

GEOROLE.CONTINENT

minZoomLevel – The property specifies the minimum zoom level for the continent field in the map.


maxZoomLevel – The property specifies the maximum zoom level for the continent field in the map.

"minZoomLevel": 1,

"maxZoomLevel": 1

Numeric value for zoom level for minZoomLevel and maxZoomLevel

GEOROLE.COUNTRY

minZoomLevel – The property specifies the minimum zoom level for the country field in the map.


maxZoomLevel – The property specifies the maximum zoom level for the country field in the map.

"minZoomLevel": 1,

"maxZoomLevel": 4

Numeric value for zoom level for minZoomLevel and maxZoomLevel


GEOROLE.STATE

minZoomLevel – The property specifies the minimum zoom level for the state field in the map.


maxZoomLevel – The property specifies the maximum zoom level for the state field in the map.

"minZoomLevel": 1,

"maxZoomLevel": 10

Numeric value for zoom level for minZoomLevel and maxZoomLevel


GEOROLE.CITY

minZoomLevel – The property specifies the minimum zoom level for the city field in the map.


maxZoomLevel – The property specifies the maximum zoom level for the city field in the map.

"minZoomLevel": 1,

"maxZoomLevel": 10

Numeric value for zoom level for minZoomLevel and maxZoomLevel


GEOROLE.COUNTY

minZoomLevel – The property specifies the minimum zoom level for the county field in the map.


maxZoomLevel – The property specifies the maximum zoom level for the county field in the map.

"minZoomLevel": 1,

"maxZoomLevel": 10

Numeric value for zoom level for minZoomLevel and maxZoomLevel


GEOROLE.POSTAL_CODE

minZoomLevel – The property specifies the minimum zoom level for the postal code field in the map.


maxZoomLevel – The property specifies the maximum zoom level for the postal code field in the map.

"minZoomLevel": 1,

"maxZoomLevel": 11

Numeric value for zoom level for minZoomLevel and maxZoomLevel


...