Tagged Questions
0
votes
1answer
24 views
A PROBLEM WITH XML Standard Layer Descriptor for GeoServer
I wrote an xml in Standard Layer Descriptor for GeoServer, with the objective to map a satellite image with discrete values. I wrote:
< ColorMap type="intervals">
< ColorMapEntry ...
1
vote
0answers
35 views
Extract tiff from WPS execute response
I am very new with OWS, specially WPS, and I am testing 52North WPS for a project. I have run the Sextante visibility process, which result format is a tiff image.
The execute response starts as ...
1
vote
2answers
48 views
how to produce xml file in SLD to add discrete colors and color legend
I have to produce a xml file, according to Styled Layer Descriptor (SLD) (for more informations you can see: http://www.opengeospatial.org/standards/sld). The file is required by GeoServer and it has ...
1
vote
0answers
59 views
WMS getMap request with POST and XML
It's possible to make WFS queries by POSTing query as XML.
Does GeoServer support this also for WMS getMap request? If yes, I'm looking for information on XML syntax for such query. Sounds like a ...
1
vote
1answer
89 views
Editing multiple SLDs
I have to edit and maintain multiple SLD's. Is there a tool to do bulk edits/ updates?
I have used tools like Atlas SLD to one SLD at a time, and could use XML editing tools to potentially edit ...
1
vote
0answers
729 views
Adding Access-Control-Allow-Origin: * to Jetty in Geoserver [closed]
So i am trying to add
Access-Control-Allow-Origin: *
In the Jetty config file, on which the Geoserver is running to receive the contents from popup (which I am not receiving since there is no ...
2
votes
1answer
249 views
OpenLayers WPS function fails in IE
I am making a WPS call in OpenLayers which works successfully in Chrome and Firefox but not in IE9. The response from IE tells me
"Process failed during execution\nCould not convert to target type ...
1
vote
0answers
153 views
How exactly is an SLD_body object (when extracted from its XML href) structured when using a cElementTree to parse it?
I'm trying to export data from a PostGIS database into a geoserver and I've gotten it to where I can get the PostGIS database to point to the geoserver (I'm doing this as a python script for a GIS ...
4
votes
1answer
341 views
WFS Query Failing when using Logical OR
I'm having some difficulty when using a Logical OR in a WFS query to get multiple postcodes. This code works fine when it's only 1 PropertyIsEqualTo filter, but when I wrap the OR around more than one ...
