RFC Errata
RFC 5222, "LoST: A Location-to-Service Translation Protocol", August 2008
Source of RFC: ecrit (rai)
Errata ID: 4175
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Dan Banks
Date Reported: 2014-11-12
Held for Document Update by: Alissa Cooper
Date Held: 2015-11-01
Section 12.1 says:
<location id="DEF 345" profile="geodetic-2d"> <gml:Point id="point1" srsName="urn:ogc:def:crs:EPSG:4326"> <gml:pos>42.656844 -73.348157</gml:pos> </gml:Point> </location>
It should say:
<location id="DEF 345" profile="geodetic-2d"> <gml:Point id="point1" srsName="urn:ogc:def:crs:EPSG::4326"> <gml:pos>42.656844 -73.348157</gml:pos> </gml:Point> </location>
Notes:
The 'srsName' in the location provided as part of example in Figure 15 is missing a required ':' between 'EPSG' and '4326'.