← Back to Main

ESRI Renderer Style Configuration Demo

This page is used to create a valid GeoView style config from an ESRI Renderer.

Configuration Options

Input ESRI Renderer:

Output Style Configuration:

Usage Example

The resulting configuration can be used to set a layer's "layerStyle" property.

'listOfGeoviewLayerConfig': [{
  'geoviewLayerId': 'M6QU5DFK9PY3U',
  "metadataAccessPath": "https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/earthquakes_en/MapServer",
  "geoviewLayerType": "esriFeature",
  "listOfLayerEntryConfig": [{
    "layerId": 0,
    "layerStyle": {OUTPUT STYLE CONFIG HERE}
  }]
}]