dwins / mapnik2geotools

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

Derive bbox from data #21

Open dwins opened 13 years ago

dwins commented 13 years ago

Currently mn2gt just hard codes a world-wide bounding box in spherical mercator (the "google" projection), but it would be a lot better to ensure that the settings it produces line up properly with the data. It might also be useful to allow the user to specify, so that for large datasets we don't have to iterate over ever feature to figure out the bounds.