Format POIs
This commit is contained in:
parent
7fc2f6bee5
commit
da9ffd9224
5 changed files with 86 additions and 15 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue