Config ID?

3799
1
04-28-2015 05:41 AM
ChrisHawk
New Contributor II

Just a quick question. The widget config files (attribute table widget) contain a four digit ID (in red) that for the life of me I could not figure out where it came from.

EX:

     "name": "City Limits",

      "id": "Ariel_Overlay_GP_9743_0",

      "layer": {

        "url": "http://gist.xxxxx.org/arcgis/rest/services/BaseMaps/Ariel_Overlay_GP/MapServer/0"

      },

      "show": true

In the end I had to create another app an import it to my WAB dev-kit. Just wondering if anyone can enlighten me as to what this is an where it comes from? Thanks so much.

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Chris,

   This looks like a randomly generated unique id that is created in the code for each layer that you configure in the widget.

0 Kudos