#393 closed task (fixed)
Featuretype namespace not found for WFS 1.0.0
Reported by: | christoph | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.6 release |
Component: | wfs | Version: | |
Keywords: | Cc: |
Description
In Wfs 1.1.0 cap docs, the featuretype namespace is an attribute in the tag "featuretype". In 1.0 documents, you would have to get the namespace key from the "name" tag below the "featuretype" tag, and match it to the namespace attributes under "WFS_Capabilities".
Note:
See TracTickets
for help on using tickets.
For WFS 1.0.0 we use GET for the DescribeFeatureType request. This is the same way it is done in Mapbender 2.5.x, so it should be backwards compatible. Maybe we can parse the namespace URLs later on and also perform the request as POST.