Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 293 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 293 Bytes

CityGML Boundaries

Retrieve gml:exterior and gml:interior boundaries from a given XML string

Usage

var citygmlBoundaries = require("citygml-boundaries");

var xml = "..."; // Some CityGML
var boundaries = citygmlBoundaries(xml); // {exterior: [...], interior: [...]}