npm.io
0.1.1 • Published 11 years ago

citygml-points

Licence
MIT
Version
0.1.1
Deps
2
Vulns
22
Weekly
0

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], [...]]

Keywords