dwins / mapnik2geotools

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

Connect directly to Postgres #17

Open dwins opened 13 years ago

dwins commented 13 years ago

In the case where the database is network-accessible to the converter, it would be nice to have an option to directly modify the database, rather than writing out a SQL script for the user to manually load through another tool. It should be fairly straightforward to do this using the Postgres JDBC driver.