dwins / mapnik2geotools

Using the Scala XML API to translate from Mapnik XML to GeoTools' SLD dialect
64 stars 22 forks source link

Alternatives to CREATE TABLE #19

Open dwins opened 13 years ago

dwins commented 13 years ago

It would be nice to allow VIEWS instead of TABLES for small datasets, they're quicker to create. Newer versions of GeoServer also have the built-in "SQL View" feature that we could use to avoid having to modify the database at all.

http://docs.geoserver.org/stable/en/user/data/sqlview.html