Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 792 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 792 Bytes

NWBW Bright

A GL JS basemap style showcasing OpenStreetMap. It is using the vector tile schema of OpenMapTiles.

Preview

To develop the style itself, use the following make command:

make tilemaker

This does the following:

  • This downloads the OSM data for Baden-Württemberg and cuts out the city center of Stuttgart.
  • Uses tilemaker to build vector tiles for Stuttgart.
  • Starts a web server with a preview of the style.

Deploying to ansible

If you're satisfied with the style, then use the following make command to copy the style and sprite data to the repository otp-dt-ansible.

make copy-to-ansible

Afterwards use the regular ansible deployment process.