mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 12:28:03 +00:00
19 lines
1.6 KiB
JSON
19 lines
1.6 KiB
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0,0 ], [ 0,1 ], [ 1,1 ], [ 1,0 ], [ 0,0 ] ] ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0,0 ], [ 0,-1 ], [ 1,-1 ], [ 1,0 ], [ 0,0 ] ] ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0,0 ], [ 0,1 ], [ -1,1 ], [ -1,0 ], [ 0,0 ] ] ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0,0 ], [ 0,-1 ], [ -1,-1 ], [ -1,0 ], [ 0,0 ] ] ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [ [ 0,0 ], [ 1,0 ] ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [ [ 0,0 ], [ -1,0 ] ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [ [ 0,0 ], [ 0,1 ] ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [ [ 0,0 ], [ 0,-1 ] ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 1,0 ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 0,1 ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ -1,0 ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 0,-1 ] } },
|
|
{ "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } }
|
|
]
|
|
}
|