magnacarto/regression/cases/044-marker-svg-transform/data.geojson
2016-03-22 15:36:21 +01:00

61 lines
No EOL
999 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"id": 1,
"name": "Point 1"
},
"geometry": {
"type": "Point",
"coordinates": [
8.214,
53.152
]
}
},
{
"type": "Feature",
"properties": {
"id": 2,
"name": "Long Text Point 2"
},
"geometry": {
"type": "Point",
"coordinates": [
8.216,
53.152
]
}
},
{
"type": "Feature",
"properties": {
"id": 3,
"name": "Point 3"
},
"geometry": {
"type": "Point",
"coordinates": [
8.214,
53.150
]
}
},
{
"type": "Feature",
"properties": {
"id": 4,
"name": "Point 4"
},
"geometry": {
"type": "Point",
"coordinates": [
8.216,
53.150
]
}
}
]
}