https://github.com/springmeyer/geotools2mapnik
Convert SLD into Mapnik XML
https://github.com/springmeyer/geotools2mapnik
Last synced: 12 months ago
JSON representation
Convert SLD into Mapnik XML
- Host: GitHub
- URL: https://github.com/springmeyer/geotools2mapnik
- Owner: springmeyer
- Created: 2011-10-04T22:21:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-11T17:43:16.000Z (over 14 years ago)
- Last Synced: 2025-03-26T14:12:12.085Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geotools2mapnik
Convert SLD used by geotools/geoserver into mapnik xml.
If you are interested in the reverse see: https://github.com/dwins/mapnik2geotools
## Status
A bit of alpha python code used in 2010 to convert GeoServer styles into Mapnik XML for the Foss4g WMS benchmark.
If you are interested in making this more robust, get in touch.
## Requires
* Python >= 2.5
* Mapnik 2.0.0 with python bindings (mapnik.org)
* lxml (http://lxml.de/)
* optionally: ogr python bindings
## Usage
./geotools2mapnik.py tests/building.sld > building.xml