Retrieve gml:exterior and gml:interior boundaries from a given XML string
var citygmlBoundaries = require("citygml-boundaries");
var xml = "..."; // Some CityGML
var boundaries = citygmlBoundaries(xml); // {exterior: [...], interior: [...]}| Name | Name | Last commit date | ||
|---|---|---|---|---|