mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-20 16:51:03 +00:00
37 lines
595 B
JSON
37 lines
595 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [
|
|
[
|
|
[
|
|
-73.125,
|
|
70.3778
|
|
],
|
|
[
|
|
-68.554,
|
|
-7.7109
|
|
],
|
|
[
|
|
37.265,
|
|
66.930
|
|
],
|
|
[
|
|
37.617,
|
|
-7.362
|
|
],
|
|
[
|
|
-73.125,
|
|
70.3778
|
|
]
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|