Opened 14 years ago

Last modified 14 years ago

#3283 new defect

WFS 1.1: epsg should be returned using URN name space notation

Reported by: assefa Owned by: assefa
Priority: normal Milestone: 6.0 release
Component: WFS Server Version: unspecified
Severity: normal Keywords: WFS1.1 SRS
Cc: nsavard

Description

This seems to be the correct way of returned projections in the capabilities document for example: urn:ogc:def:crs:EPSG:4326

OCG cite test for wfs 1.1 is expecting: urn:x-ogc:def:crs:EPSG:4326

see post on diffrences between ogc and x-ogc : http://74.125.47.132/search?q=cache:2z_5VlPuxv8J:feature.opengeospatial.org/forumbb/viewtopic.php%3Ft%3D1700%26sid%3Df89809bfc3cfabbc0fbf651d356d0682+urn:x-ogc&cd=1&hl=en&ct=clnk&gl=ca&client=firefox-a

MapServer has a function that allows to return this kind of format (msOWSGetProjURN) but returns something like: urn:ogc:def:crs:EPSG::4326 (which includes the EPSG format set to empty in this case. The recommended way of doing this is : urn:ogc:def:objectType:authority:version:code (http://portal.opengeospatial.org/files/?artifact_id=8814)

Change History (2)

comment:1 by assefa, 14 years ago

Cc: nsavard added
Owner: changed from mapserverbugs to assefa

comment:2 by nsavard, 14 years ago

wfs-1.1.0-Basic-GetFeature-tc14.1

Note: See TracTickets for help on using tickets.