Fixed reference to TopoJSON module

master^2
Robin Hawkes 2016-10-03 16:05:31 +01:00
rodzic 6dfe7d7cea
commit 3b998e5c26
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 1EC4C2D6765FA8CF
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';