plepe / pgmapcss

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

Compile without db connection ? #26

Closed frodrigo closed 9 years ago

frodrigo commented 10 years ago

Can I compile the mapcss code without need an active db connection ?

plepe commented 10 years ago

Interesting idea, I haven't thought about this. It would totally be doable, there's only one problem which prevents implementing this right away (the properties of the canvas are evaluated by calling the database function - it was a quick and dirty hack).

Things you would need to do: