mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 12:28:03 +00:00
23 lines
506 B
JSON
23 lines
506 B
JSON
{ "type": "Feature",
|
|
"properties": {},
|
|
"geometry": {
|
|
"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]
|
|
]
|
|
]
|
|
}
|
|
}
|