UNPKG

geography-markup-language

Version:
6 lines (4 loc) 136 B
import find from "../utils/find.js"; export default function pos(xml) { return find(xml, ["gml:pos", "pos", "gml:Pos", "Pos"])[0]; }