Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1013 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 1013 Bytes

osm-tiler

Build Status

osm-tiler is an .osm.pbf tiler for efficiently breaking OpenStreetMap planet files into smaller chunks. It is ideal for distributed processing of OpenStreetMap data, since it groups spatially related data into separate files that do not need to be loaded into memory at once.

Use

osm-tiler planet.osm.pbf -z 7

Build

osm-tiler uses https://github.com/mason to fetch dependencies to ensure a uniform development and build environment.

make osm-tiler

Test

The following command will download necessary sample files, rebuild the binary, and run osm-tiler against an OSM extract.

make test

Download

Downloads a small metro extract for testing osm-tiler.

make chs.osm.pbf

Clean

Deletes the osm-tiler binary.

make clean