Skip to content

polygon-city/citygml-points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Retrieve gml:PosList and gml:Pos values from a given XML string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published