leaflet-templates/geojson/map.geojson

61 lines
No EOL
1.2 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"description": "PRova prova 1 /\n newline",
"name": "Prova 1"
},
"geometry": {
"type": "Point",
"coordinates": [
11.353543996810915,
44.5085036959108
]
}
},
{
"type": "Feature",
"properties": {
"name": " Prova 2",
"description": "Prova prova 2"
},
"geometry": {
"type": "Point",
"coordinates": [
11.36665463447571,
44.50429536697188
]
}
},
{
"type": "Feature",
"properties": {
"description": "Prova prova 3",
"name": "Prova 3"
},
"geometry": {
"type": "Point",
"coordinates": [
11.329071521759035,
44.51795220021296
]
}
},
{
"type": "Feature",
"properties": {
"name": "Prova 4",
"description": "Prova \n Prova \n Prova \n quattro"
},
"geometry": {
"type": "Point",
"coordinates": [
11.35092616081238,
44.51151820295402
]
}
}
]
}