Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

GISMapApp

Graphics renderer

  • Last UpdatedMay 26, 2025
  • 2 minute read

In the below example a Custom JSON layer will be created and configured with a Graphic renderer.

  1. Double click the GISMapApp in the imported App to open the editor.

  2. Create a custom layer with json format as described in the Custom examples section.

  3. Enable drawingInfo option and select Graphic renderer.

  4. Enter LightBlinkRed in the Graphic field.

  5. Enable Custom Properties option.

  6. Select +ITEM to create a new item and configure with: IsConstant=Enabled, Name=Value, Value=true.

    Custom JSON options Renderer configuration

  7. Save and close the GISMapApp editor.

  8. Deploy your view app.Launch OMI or OMI Web and explore how it works the graphic renderer.

    Graphics renderer

    Below the json string with the configuration of the layer.

    {

    "data": [

    {

    "x": 10,

    "y": 10

    },

    {

    "x": 25,

    "y": 25

    },

    {

    "x": 35,

    "y": 35

    }

    ],

    "title": "Custom JSON",

    "type": "custom",

    "drawingInfo": {

    "renderer": {

    "graphic": "LightBlinkRed",

    "type": "graphic",

    "customProperties": [

    {

    "isConstant": true,

    "name": "Value",

    "value": "true"

    }

    ]

    }

    },

    "format": "json",

    "isBaseMap": false,

    "visible": false

    }

TitleResults for “How to create a CRG?”Also Available in