Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 245 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 245 Bytes

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