These are the CartoCSS map stylesheets for the Standard map layer on OpenStreetMap.org.
This version has been modified to represent geographic names giving priority to the following languages:
- Italian
- English
- French
- Local language (relative to the map)
You need a PostGIS database populated with OpenStreetMap data along with auxillary shapefiles. See INSTALL.md.
osm2pgsql -d gis \ --create --slim -G \ --hstore-all \ --tag-transform-script /your/path/openstreetmap-carto-italian/openstreetmap-carto-italian.lua \ -C 2500 \ --number-processes 1 \ -S /your/path/openstreetmap-carto-italian/openstreetmap-carto-italian.style \ /your/path/lebanon-latest.osm.pbf
This was a full re-implementation of the original OpenStreetMap Carto style,
( see openstreetmap-carto )
There are many open-source stylesheets written for creating OpenStreetMap-based maps using Mapnik, many based on this project. Some alternatives are:
(for this version)
- Amedeo Sorpreso @ammatwain
(for original version)
( see openstreetmap-carto )