Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamataryo/sandbox-osmium


https://github.com/kamataryo/sandbox-osmium

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# SANDBOX OSMIUM

Build POI only vector tile from `osm.pbf`.

## Prerequisite

- tippecanoe https://github.com/mapbox/tippecanoe
- tileserver-gl https://github.com/maptiler/tileserver-gl

## steps

1. Download `japan-latest.osm.pbf` from http://download.geofabrik.de/asia/japan.html.
2. `$ npm run build:ndjson -- ./japan-latest.osm.obf`
3. `$ less dist/out.ndjson`
4. `$ npm run build:mbtiles`
5. `$ tileserver-gl dist/out.mbtiles`