Skip to content
A

parseGMLLocation

function parseGMLLocation(_value, context): Location | null;

Defined in: src/resolvers/gml-resolvers.ts:17

Parse GML Point location with coordinates and EPSG code

Handles location elements like: gml:Point gml:pos155000.0 463000.0</gml:pos> </gml:Point>

ParameterType
_valuestring | null
contextResolverContext

Location | null