ESRI Renderer Style Configuration Demo

Main

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

Input ESRI Renderer examples
Input ESRI Renderer:
Style configuration:

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

                
'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}
  }]
}]