dwins / mapnik2geotools

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

Avoid duplicate tables #20

Open dwins opened 13 years ago

dwins commented 13 years ago

At least in the MapQuest styles, there are a number of subqueries that are used verbatim (the roads1-4 layers and their casings are a good example.) Currently mn2gt creates one table for each; it would be nice to share the layer definition in GeoServer and avoid the duplicated data in the database.