...
Code Block | ||
---|---|---|
| ||
"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 20comment
: 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
)
...