0.1.1 • Published 9 years ago

citygml-points v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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