magnacarto/regression/cases/034-label-orientation/data.geojson

76 lines
No EOL
1.3 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
]
}
},
{
"type": "Feature",
"properties": {
"id": 4,
"name": "Point 5",
"rotation": -45
},
"geometry": {
"type": "Point",
"coordinates": [
8.215923641204834,
53.150061060139786
]
}
}
]
}