Títol: Camps: Tipus: Color: [OPCIONAL: Regles color: separat per comes: "CAMP,MÀXIM,DIVISIONS", per exemple: "Dones,30000,10" farà que els colors varïin en "10" tonalitas segons el número de "Dones", tenint en compte que el màxim número de "Dones" és "30000", els valors màxims coincidiran amb el color establert] Regles color:
JSON o GeoJSON
Es recomana copiar i enganxar el contingut d'un fitxer GeoJSON, encara que també es pot utilitzar format JSON ämb format {"result":{"records":[{},...,{}]}
Exemple format JSON: {"result":{"records":[{"id": 359, "EQUIPAMENT":"Equip A", "latitud": 41.386032,"longitud": 2.153131},...]}}
Format GeoJSON: {"type":"FeatureCollection","features":[{"type":"Feature","properties":{...},"geometry":{"type":"Point","coordinates":[[2.15274,41.402501]]}}]}