Format POIs

This commit is contained in:
Norbert Renner 2021-03-19 10:23:37 +01:00
parent 7fc2f6bee5
commit da9ffd9224
5 changed files with 86 additions and 15 deletions

View file

@ -171,6 +171,34 @@
]
}
},
{
"type": "Feature",
"properties": {
"name": "poi 1",
"type": "poi"
},
"geometry": {
"type": "Point",
"coordinates": [
8.469279,
49.487399
]
}
},
{
"type": "Feature",
"properties": {
"name": "poi 2",
"type": "poi"
},
"geometry": {
"type": "Point",
"coordinates": [
8.469021,
49.489532
]
}
},
{
"type": "Feature",
"properties": {