mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-06-16 21:30:23 +02:00
61 lines
No EOL
1.1 KiB
JSON
61 lines
No EOL
1.1 KiB
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"id": 1,
|
|
"name": "Point 1"
|
|
},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
8.214383125305176,
|
|
53.1513838378154
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"id": 2,
|
|
"name": "Long Text Point 2"
|
|
},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
8.219060897827148,
|
|
53.15030289319792
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"id": 3,
|
|
"name": "Point 3"
|
|
},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
8.21500539779663,
|
|
53.14904175675179
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"id": 4,
|
|
"name": "Point 4"
|
|
},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
8.217923641204834,
|
|
53.149061060139786
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |