First commit
This commit is contained in:
22
scripts/places/data/places.geojson
Normal file
22
scripts/places/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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
124
scripts/places/data/pois.geojson
Normal file
124
scripts/places/data/pois.geojson
Normal file
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"type": "FeatureCollection",
|
||||
"features": [
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
10.42,
|
||||
59.21
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"names": [
|
||||
"BoltJW"
|
||||
],
|
||||
"count": 1,
|
||||
"popup": "BoltJW"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
5.32,
|
||||
60.39
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"names": [
|
||||
"Markos"
|
||||
],
|
||||
"count": 1,
|
||||
"popup": "Markos"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
5.8,
|
||||
58.870000000000005
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"names": [
|
||||
"PupFenling"
|
||||
],
|
||||
"count": 1,
|
||||
"popup": "PupFenling"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
6.97,
|
||||
51.45
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"names": [
|
||||
"PianoVanBarkhoven"
|
||||
],
|
||||
"count": 1,
|
||||
"popup": "PianoVanBarkhoven"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
20.98,
|
||||
70.04
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"names": [
|
||||
"NordicSub"
|
||||
],
|
||||
"count": 1,
|
||||
"popup": "NordicSub"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
11.26,
|
||||
60.33
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"names": [
|
||||
"PupCatalyst"
|
||||
],
|
||||
"count": 1,
|
||||
"popup": "PupCatalyst"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
5.75,
|
||||
58.86
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"names": [
|
||||
"PupSebbi"
|
||||
],
|
||||
"count": 1,
|
||||
"popup": "PupSebbi"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user