Compare commits

..

1 Commits

Author SHA1 Message Date
2ddf34822b Export altitude from LandXML coordinates 2021-01-25 16:30:47 +01:00

View File

@ -1,6 +1,4 @@
import { getProp, parseSequence, getColor } from './util' import { getProp, parseSequence, getColor } from './util'
import { polygon } from '@turf/helpers';
import union from '@turf/union';
import proj4 from 'proj4'; import proj4 from 'proj4';
export const LANDXML_POINT = 'cg_point'; export const LANDXML_POINT = 'cg_point';