Skip to content

Commit

Permalink
Merge pull request #180 from UDST/feature/fix-topojson
Browse files Browse the repository at this point in the history
Fixed reference to TopoJSON module
  • Loading branch information
robhawkes committed Oct 3, 2016
2 parents 6dfe7d7 + 3b998e5 commit 850af67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/GeoJSON.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/ */


import THREE from 'three'; import THREE from 'three';
import topojson from 'topojson'; import * as topojson from 'topojson';
import geojsonMerge from 'geojson-merge'; import geojsonMerge from 'geojson-merge';
import earcut from 'earcut'; import earcut from 'earcut';
import extrudePolygon from './extrudePolygon'; import extrudePolygon from './extrudePolygon';
Expand Down

0 comments on commit 850af67

Please sign in to comment.