feat: GPS and web compatible

This commit is contained in:
2024-04-21 14:21:31 +02:00
parent ad0c8e3124
commit a6f9cfdaf4
25 changed files with 2364 additions and 1069 deletions

View File

@ -384,7 +384,7 @@
"properties": {
"name": "O25",
"layer": "buildings",
"description": "connections: [o26, mensa]"
"description": "connections: [o26, mensa, outside]"
},
"geometry": {
"type": "Polygon",
@ -2432,6 +2432,38 @@
]
},
"id": "gzMDI"
},
{
"type": "Feature",
"properties": {
"name": "door",
"description": "type: door\nlevel: 2\nconnects: [o25, outside]",
"layer": "layer_2"
},
"geometry": {
"type": "Point",
"coordinates": [
9.955606,
48.422081
]
},
"id": "I5NTI"
},
{
"type": "Feature",
"properties": {
"name": "door",
"description": "type: door\nlevel: 2\nconnects: [o25, mensa]",
"layer": "layer_2"
},
"geometry": {
"type": "Point",
"coordinates": [
9.955426,
48.422062
]
},
"id": "c1NDY"
}
]
}