PGMapCSS is a library for PostgreSQL/PostGIS which works between an osm2pgsql based database and Mapnik (and maybe other renderers). It processes database (usually OpenStreetMap) objects according to MapCSS rules and calculates resulting colors, widths and other properties for Symbolizers, even geometric modifications.
GNU Affero General Public License v3.0
35
stars
8
forks
source link
Separate loading of lines (line, way) and polygons (area) #86
When labelling areas on osmosis and overpass the text is written on the outline (except: multipolygons), as they are treated as areas and lines -> Bug, text-position=line is used. Therefore separate those requests.
Also, closed lines which were loaded due to a line/way condition should not be converted to polygon (whereas area should have precedence, when a feature matches differing conditions).