This repository has two core parts:
tiles/
: A Planetiler build profile that generatesplanet.pmtiles
from OpenStreetMap and Natural Earth in 2-3 hours on a modest computer.base/
: A TypeScript package that generates MapLibre GL styles, in multiple color themes, that can be used vianpm
or exported as JSON.
How to build protomaps-theme compatabile pmtiles with Planetiler](https://github.com/onthegomap/planetiler):
- Clone the Planetiler
$ git clone git@github.com:onthegomap/planetiler.git
- Clone protomaps/basemaps as a directory in the planetiler repo
$ git clone git@github.com:protomaps/basemaps.git
- Install Planetiler dependencies, specifially maven
- Build Planetiler with the protomaps/basemaps build profile
$ mvn clean package --file basemaps/tiles/pom.xml
- Download and process an osm area with the protomaps/basemaps build profile
$ java -cp basemaps/tiles/target/*-with-deps.jar com.protomaps.basemap.Basemap --download --area=monaco
- Install go-pmtiles
- Convert the mbtiles to pmtiles
$ pmtiles convert INPUT.mbtiles OUTPUT.pmtiles
BSD 3-clause. The organization of layers and features used by these map styles, as well as the "look and feel" of the resulting maps, are licensed CC0. However, maps using the Protomaps web map service or another OpenStreetMap-based service will be subject to the terms of the Open Database License.