added data.json for soring waypoints data
This commit is contained in:
27
src/assets/data.json
Normal file
27
src/assets/data.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"nome": "Biasca",
|
||||
"provincia": "TI",
|
||||
"waypoints": [
|
||||
{
|
||||
"nome": "Punto 1",
|
||||
"lat": 46.123,
|
||||
"lon": 8.123,
|
||||
"descrizione": "Descrizione del punto 1",
|
||||
"foto": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"
|
||||
},
|
||||
{
|
||||
"nome": "Punto 2",
|
||||
"lat": 46.123,
|
||||
"lon": 8.123,
|
||||
"descrizione": "Descrizione del punto 2",
|
||||
"foto": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"
|
||||
},
|
||||
{
|
||||
"nome": "Punto 3",
|
||||
"lat": 46.123,
|
||||
"lon": 8.123,
|
||||
"descrizione": "Descrizione del punto 3",
|
||||
"foto": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user