hanbyul-here / tile-exporter

obj exporter with Search component

Home Page:http://hanbyul-here.github.io/tile-exporter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tile Exporter

Try Tile Exporter!

tile exporter screenshot

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.

How to run locally

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.

About

obj exporter with Search component

http://hanbyul-here.github.io/tile-exporter/


Languages

Language:JavaScript 86.2%Language:HTML 7.7%Language:CSS 6.1%