First commit
This commit is contained in:
22
www/data/places.geojson
Normal file
22
www/data/places.geojson
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "FeatureCollection",
|
||||
"features": [
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
10.740350000000001,
|
||||
59.90970000000001
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"names": [
|
||||
"SLMOslo"
|
||||
],
|
||||
"count": 1,
|
||||
"popup": "SLMOslo"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user