Skip to content

A general-purpose OpenStreetMap mapnik style, for italian users, in CartoCSS

License

Notifications You must be signed in to change notification settings

ammatwain/openstreetmap-carto-italian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenStreetMap Carto Italian

screenshot

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:

  1. Italian
  2. English
  3. French
  4. Local language (relative to the map)

Installation

You need a PostGIS database populated with OpenStreetMap data along with auxillary shapefiles. See INSTALL.md.

Database Import (with osm2pgsql)

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

Roadmap

First Commit ( 2019-07-31)

This was a full re-implementation of the original OpenStreetMap Carto style,

( see openstreetmap-carto )

Alternatives

There are many open-source stylesheets written for creating OpenStreetMap-based maps using Mapnik, many based on this project. Some alternatives are:

Maintainers

(for this version)

(for original version)

( see openstreetmap-carto )

About

A general-purpose OpenStreetMap mapnik style, for italian users, in CartoCSS

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CartoCSS 85.6%
  • Python 8.4%
  • Lua 5.4%
  • Other 0.6%