You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it includes scripts to build tiles (mbtile file) from OSM data
it also includes scripts to run a GL server based off a built .mbtiles file
there are also a set of gl styles that GL can consume
finally, there scripts to manage (nuke) docker, etc...
build tile *.mbtiles file from OSM:
cd ~/omt_server/
scripts/git_update.sh
cp <your_OSM_data>.osm.pbf openmaptiles/data/
scripts/import.sh
openmaptiles/data/*.mbtiles file is generated(as well as some meta data files)
NOTE: import.sh is configured to generate 16 layers of data, which takes ~2 hours for a sub-state region (NW Oregon, SW Washington)
larger regions should probably ramp down the layers parameter. See scripts/yml_updates.sh
run tile server:
cd ~/omt_server/gl
ls ./data -> borders or-wa.dc-config.yml or-wa.mbtiles