First commit

This commit is contained in:
2025-10-03 22:48:16 +01:00
commit fcba00eb3e
43 changed files with 12439 additions and 0 deletions

141
www/data/pois.geojson Normal file
View File

@@ -0,0 +1,141 @@
{
"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"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
10.200000000000001,
59.74
]
},
"properties": {
"names": [
"PupTiff"
],
"count": 1,
"popup": "PupTiff"
}
}
]
}