Merge pull request #180 from UDST/feature/fix-topojson

Fixed reference to TopoJSON module
master
Robin Hawkes 2016-10-03 16:15:37 +01:00 zatwierdzone przez GitHub
commit 850af673da
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
*/
import THREE from 'three';
import topojson from 'topojson';
import * as topojson from 'topojson';
import geojsonMerge from 'geojson-merge';
import earcut from 'earcut';
import extrudePolygon from './extrudePolygon';