Update togeojson import

This commit is contained in:
Bryan Housel
2016-12-16 16:21:03 -05:00
parent f93a195c03
commit 650e77e9ac

View File

@@ -2,7 +2,7 @@ import * as d3 from 'd3';
import _ from 'lodash';
import { geoExtent, geoPolygonIntersectsPolygon } from '../geo/index';
import { utilDetect } from '../util/detect';
import toGeoJSON from 'togeojson';
import toGeoJSON from '@mapbox/togeojson';
export function svgGpx(projection, context, dispatch) {