Limited open source solutions for working with CAD and BIM floorplan data in the web.
Web = The Future of Software
Wrapping SVG with FloorPlans
layerTypes.spaces = new ofp.LayerType(
'Space',
'ofp-space',
['#bgspa_space_area_b']);
layerTypes.columns = new ofp.LayerType(
'Column',
'ofp-column',
['#Column', '#bgspa_column_area_b']);
layerTypes.annotations = new ofp.LayerType(
'annotations',
'ofp-annotations',
['#Dimension', '#A-ANNO-DIMS']);
var fp = new ofp.FloorPlan(overlayPane.node(), layerTypes);
fp.annotations.hide();
Back to Demo
OpenFloorPlan Editor
Kristofor Carle
kristofor.carle@syncadd.com