Compare commits

..

1 Commits

Author SHA1 Message Date
wpetit efc652f922 Export altitude from LandXML coordinates 2021-01-25 16:16:29 +01:00
1 changed files with 2 additions and 0 deletions

View File

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