mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-23 18:40:17 +00:00
15 lines
709 B
JSON
15 lines
709 B
JSON
{ "type": "FeatureCollection", "properties": {
|
|
"bounds": "-180.000000,85.051129,180.000000,85.051129",
|
|
"center": "-179.989014,85.051129,14",
|
|
"description": "tests/raw-tiles/nothing",
|
|
"format": "pbf",
|
|
"generator_options": "./tippecanoe -q -f -e tests/raw-tiles/nothing tests/raw-tiles/nothing.geojson",
|
|
"json": "{\"vector_layers\": [ { \"id\": \"nothing\", \"description\": \"\", \"minzoom\": 0, \"maxzoom\": 14, \"fields\": {} } ],\"tilestats\": {\"layerCount\": 1,\"layers\": [{\"layer\": \"nothing\",\"count\": 1,\"geometry\": \"Point\",\"attributeCount\": 0,\"attributes\": []}]}}",
|
|
"maxzoom": "14",
|
|
"minzoom": "0",
|
|
"name": "tests/raw-tiles/nothing",
|
|
"type": "overlay",
|
|
"version": "2"
|
|
}, "features": [
|
|
] }
|