magnacarto/render/mapnik/test/map.geojson

21 lines
No EOL
335 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[4, 49],
[4, 54],
[12, 54],
[12, 49],
[4, 49]
]
]
}
}
]
}