Ticket #185 (new defect)

Opened 15 months ago

Last modified 15 months ago

srsname should be allowed in wfs.getfeature

Reported by: hobu Owned by: seang
Priority: minor Milestone:
Component: OWSLib Version:
Keywords: Cc:

Description

We should be able to pass the srsname in as part of the getfeature request

Change History

Changed 15 months ago by hobu

fix attempted in r1297

Changed 15 months ago by tomkralidis

FYI, I don't think WFS 1.0.0 allows srsname;all FeatureType?'s are advertised (and served up) in one SRS (see  http://schemas.opengis.net/wfs/1.0.0/WFS-capabilities.xsd). There's no srsname parameter in  http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd

In WFS 1.1.0, one can advertise multiple SRS's for a given FeatureType, and you can hence, pass srsName in GetFeature (see  http://schemas.opengis.net/wfs/1.1.0/wfs.xsd).

Note: See TracTickets for help on using tickets.