citygml-points
v0.1.1
Published
Retrieve gml:PosList and gml:Pos values from a given XML string
Downloads
10
Readme
CityGML Points
Retrieve gml:PosList and gml:Pos values from a given XML string
Usage
var citygmlPoints = require("citygml-points");
var xml = "..."; // Some CityGML
var points = citygmlPoints(xml); // [[x,y,z], [...]]