mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-01 16:58:05 +00:00
20 lines
436 B
JSON
20 lines
436 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {"collection": true}, "geometry":
|
|
{ "type": "GeometryCollection",
|
|
"geometries": [
|
|
{ "type": "Point",
|
|
"coordinates": [100.0, 0.0]
|
|
},
|
|
{ "type": "LineString",
|
|
"coordinates": [ [101.0, 0.0], [102.0, 1.0] ]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|