mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-02 09:18:21 +00:00
20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"type": "Polygon",
|
|
"coordinates": [
|
|
[
|
|
[100.0, 0.0],
|
|
[101.0, 0.0],
|
|
[101.0, 1.0],
|
|
[100.0, 1.0],
|
|
[100.0, 0.0]
|
|
],
|
|
[
|
|
[100.8, 0.8],
|
|
[100.8, 0.2],
|
|
[100.2, 0.2],
|
|
[100.2, 0.8],
|
|
[100.8, 0.8]
|
|
]
|
|
]
|
|
}
|