Tagged Questions
1
vote
0answers
176 views
Add SLDs to GeoServer using REST API Fails
I have been writing some python code to automatically add data layers from PostGIS to GeoServer and attach a suitable SLD as default. I got this working using the following code:
...
1
vote
1answer
559 views
SLD encoding with GeoServer REST Configuration
I am using the GeoServer REST Configuration to add the following SLD file to GeoServer:
<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0" ...