OSM Bright Greyscale is a greyscale version of the OSM Bright style.
./scripts/get-shapefiles.sh
Optionally pass --dry-run
to not perform anything, merely print out what would be done.
Follow openstreetmap-carto installation instructions
Install kosmtik:
npm install kosmtik
This command displays the map on http://127.0.0.1:6789/osm-bright/
./node_modules/kosmtik/index.js serve ./project.mml
Use the makebw.pl
script to convert to grey scale:
for F in *.mss ; do ./makebw.pl <$F | sponge $F ; done
for F in **/*.svg ; do ./makebw.pl <$F | sponge $F ; done
Convert all images with:
for F in **/*.png ; do gm mogrify -colorspace gray $F ; done
This style was originally developed by Mapbox between 2012 → 2016.
In late 2021, Geofabrik patched it to simplify the installation, and make it work with the latest openstreetmap-carto database installed with osm2pgsql.
In 2023, Geofabrik created this style based on the latest osm-bright
style.
This style is no longer being actively maintained.
See LICENSE.txt for copyright licence.