The tile exporter grabs a Mapzen vector tile, offers you 3d preview in your browser, and then creates an .OBJ file of the scene that you can download. The tile exporter gets the buildings
, earth
, water
, landuse
layers of a tile. Learn more about layers in tiles at the Mapzen Vector Tile documentation.
Search component of tile exporter uses React, uses webpack to bundle everything together.
npm install
npm run-script dev
Then go to localhost:3000
on any browser.
If you want to build on local, you can run
npm build
This command builds index.html
and bundle.js
file on the directory.
There is also a vanilla javascript version of this, if you prefer.
- If you are interested in large scale, elevation data combined 3d print, check out Vectiler.
- If you are interested in SVG export, check SVG Export tool.