Tagged Questions
3
votes
1answer
242 views
GeoMedia + WFS 1.1.0 — how to specify a non-default SRS in a GetFeature request?
I'm forming a WFS post request like the one below. Notice I have SRSNAME="epsg:4326":
<GetFeature xmlns:wfs="http://www.opengis.net/wfs" service="WFS"
version="1.1.0" maxFeatures="500">
...
2
votes
2answers
663 views
GeoMedia WebMap with WFS 1.1.0 Filter Examples?
I'm having problems forming a GET query for WebMap spatial data using WFS 1.1.0. My query looks like this:
...