Created
June 11, 2020 10:02
-
-
Save frodrigo/cfa525e4ec9cae2af61d59b4ca4012a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"tiles":["https://openmaptiles.geo.data.gouv.fr/data/cadastre/{z}/{x}/{y}.pbf"],"name":"cadastre","format":"pbf","basename":"cadastre.mbtiles","id":"cadastre","description":"dist/parcelles.mbtiles","version":"2","minzoom":11,"maxzoom":16,"center":[55.445251,-20.902437,16],"bounds":[-63.154907,-21.391705,55.838013,51.089723],"type":"overlay","attribution":"<a href=\"https://cadastre.data.gouv.fr/datasets/cadastre-etalab\">Données cadastrales Etalab (janvier 2020)</a>","generator":"tile-join v1.34.2","generator_options":"tippecanoe --no-tile-stats --detect-shared-borders --simplify-only-low-zooms --generate-ids --read-parallel --force --layer batiments --drop-densest-as-needed -Z14 -z16 --output dist/batiments.mbtiles; tippecanoe --no-tile-stats --detect-shared-borders --simplify-only-low-zooms --generate-ids --read-parallel --force --layer sections --coalesce-densest-as-needed -Z11 -z16 --output dist/sections.mbtiles; tippecanoe --no-tile-stats --detect-shared-borders --simplify-only-low-zooms --generate-ids --read-parallel --force --layer parcelles --coalesce-densest-as-needed -Z13 -z16 --output dist/parcelles.mbtiles; tile-join '--attribution=Etalab' '--name=cadastre' --no-tile-size-limit --no-tile-stats --force --output dist/cadastre.mbtiles dist/parcelles.mbtiles dist/sections.mbtiles dist/batiments.mbtiles","vector_layers":[{"id":"batiments","description":"","minzoom":14,"maxzoom":16,"fields":{"commune":"String","created":"String","nom":"String","type":"String","updated":"String"}},{"id":"parcelles","description":"","minzoom":13,"maxzoom":16,"fields":{"arpente":"Boolean","commune":"String","contenance":"Number","created":"String","id":"String","numero":"String","prefixe":"String","section":"String","updated":"String"}},{"id":"sections","description":"","minzoom":11,"maxzoom":16,"fields":{"code":"String","commune":"String","created":"String","id":"String","prefixe":"String","updated":"String"}}],"tilejson":"2.0.0"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment