magnacarto/regression/cases/031-label-point/data.geojson
Oliver Tonnhofer 150e26189a initial import
2015-05-22 14:21:28 +02:00

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
]
}
}
]
}