mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-09-29 05:33:37 +02:00
21 lines
No EOL
335 B
JSON
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]
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |