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
Rewrite superior function to save memory and improve speed #66
don't collect all results in a list and process list in final part, but rather return results when they are generated and order from the SQL query in Mapnik style sheet. Need additional columns in return structure.
don't collect all results in a list and process list in final part, but rather return results when they are generated and order from the SQL query in Mapnik style sheet. Need additional columns in return structure.