Versions Compared

Key

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

...

Code Block
languagejson
"poiInfo": [
    { 
      "nameCol": 1, 
      "priority": 5 
    },
    { 
      "nameCol": 2, 
      "priority": 20 
    },
    { 
      "nameCol": 3, 
      "priority": 20 
    },
    { 
      "typeCol": 4, 
      "priority": 20 
    }
]

Field Descriptions:

...

  • textCol: Column containing the text for the map.

  • priority: set at 15 or lower for the import you want to be displayed.

  • joinPriority: set at 20

  • comment: leave as null

...

Code Block
"identifierNames": [
    {
        "itemCol": 0,
        "priority": 15
        "comment": null
    }
],


Example - Not Set:

...

  • itemCol: Column containing the customer’s unique identifier.

  • priority: set at 15 or lower for the import you want to be displayed.

  • comment: set as null.

...

10. Created Point POI locations (geoCoordinates)

...