Opened 14 years ago

Closed 14 years ago

#39 closed enhancement (fixed)

parse urn even if EPSG version number is missing

Reported by: bartvde Owned by: madair
Priority: major Milestone: 1.0.1
Component: core Version: trunk
Keywords: Cc:

Description

The current implementation of the 52North Sensor Observation Service does not provide correct urns, it is missing the EPSG database version number and does not provide an extra : so they are violating. But it would be good if we would be less strict and even parse these urns. There could be other implementations out there making the same mistake.

So for example 52N SOS has:

urn:ogc:def:crs:EPSG:4326

instead of:

urn:ogc:def:crs:EPSG::4326

I'll attach a patch.

Attachments (1)

ticket39.patch (611 bytes ) - added by bartvde 14 years ago.

Download all attachments as: .zip

Change History (2)

by bartvde, 14 years ago

Attachment: ticket39.patch added

comment:1 by madair, 14 years ago

Milestone: 1.0.01.0.1
Resolution: fixed
Status: newclosed
Version: trunk

fixed at rev #1716. Thanks for the patch

Note: See TracTickets for help on using tickets.