magnacarto/vendor/github.com/omniscale/go-mapnik/test/map.geojson
2016-02-12 10:26:17 +01:00

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