From 650e77e9acad8d4ee9eb2ffca21ff54be2844f90 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 16 Dec 2016 16:21:03 -0500 Subject: [PATCH] Update togeojson import --- modules/svg/gpx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/svg/gpx.js b/modules/svg/gpx.js index 585b6515b..a1ddcd66b 100644 --- a/modules/svg/gpx.js +++ b/modules/svg/gpx.js @@ -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) {