- 2fcb339: Bugfix: Parsing small Landxmls via web workers
- e25e54b: bugfix: Parsing large LandXMLs now correctly parses on web workers
- 0ce99bd: optimized surface outline identification
- 6c547e2: deploy options fix
- 330e3e8: Introduced web workers for some of the processing heavy workflows
- 6cafe85: Bugfix parsing landxml's without extra triangulated faces
- 2d30d02: Fix: Edge case generating contour lines that are shared between multiple faces
- df95e64: Added ability to generate surface outline geojson
- df95e64: LandXML Face with with "i" attribute equal to "1" will now be correctly ignored
- df95e64: Improved contour generation algorithm
- fbd9682: Contour elevations from surface min/max elevations and increment are now calculated correctly (bugfix).
- 4edb0de: Contour elevations from surface min/max elevations and increment are now calculated correctly.
- e2e4513: Rewrote contour lines polyline builder
- 0fe8297: Added homepage & repository to
package.json
- ae3bcf7: Swapped xml reader package from
xml2json
toxml-js
- ae3bcf7: Added
glb
download example into README.md
- ae3bcf7: Fixed dependency list
- e0fa5a8: Added tests
- e0fa5a8: Added contour lines geojson export
- e0fa5a8: Added GLB file export
- e0fa5a8: Exposed functions for extenal use
- e0fa5a8: Added README.md
- e0fa5a8: Added LandXML parser
- 4e2c14f: Fixed test imports
- 3c53b08: Fixed types on toGeojsonContours to reflect that surface may have a wktString
- 3c53b08: Updated README GeoJSON Contours code example