Autodesk MapGuide Enterprise
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to GetFeature with srsCode?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I'm forming a GET request like this:
And get a response like this:
<!-- Feature 2 -->
<gml:featureMember>
<Water:WA_LARGE_VALVE>
<Water:FID>78935</Water:FID>
<Water:Geometry>
<gml:Point>
<gml:pos>498289.041000 5459452.306000</gml:pos>
</gml:Point>
</Water:Geometry>
</Water:WA_LARGE_VALVE>
</gml:featureMember>
The pos is in the coordinate system of the underlying data (EPSG:26910) and not the WFS default (EPSG:3857). When I add an SRSCODE to the query string the result is unchanged:
http://usalvwdgis1/mapserver2013/mapagent/mapagent
http://usalvwdgis1/mapserver2013/mapagent/mapagent
Yet if I provide an SRSNAME that is not registered with the WFS service I get an error (as expected):
The coordinate system conversion failed. Could not create the coordinate system from WKT: EPSG:900913
I've read through http://wikihelp.autodesk.com/Infr._Map_Server/enu/
<wfs:FeatureType xmlns:Water="Library://QA/Data/Water.FeatureSource"> <wfs:Name>Water:WA_LARGE_VALVE</wfs:Name> <wfs:Title>Water</wfs:Title> <wfs:Abstract/> <wfs:DefaultSRS>EPSG:3857</wfs:DefaultSRS> <wfs:OtherSRS>EPSG:4326</wfs:OtherSRS> <wfs:OtherSRS>EPSG:26910</wfs:OtherSRS>
Can someone please explain what I can do to get this to behave as expected?
Re: How to GetFeature with srsCode?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
How would I overlay a WMS layer with public tiles (OSM, Google, Bing, etc.)?
