19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"name": "Start in Genoa"
|
|
},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
8.918618,
|
|
44.407408
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|