File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ var createGeoZoom = require('./zoom');
2626var constants = require ( './constants' ) ;
2727
2828var geoUtils = require ( '../../lib/geo_location_utils' ) ;
29- var getFitboundsLonRange = geoUtils . getFitboundsLonRange ;
30- var unwrapLonRange = geoUtils . unwrapLonRange ;
29+ const { getFitboundsLonRange, unwrapLonRange } = geoUtils ;
3130var topojsonUtils = require ( '../../lib/topojson_utils' ) ;
3231var topojsonFeature = require ( 'topojson-client' ) . feature ;
3332
Original file line number Diff line number Diff line change 33var Lib = require ( '../../lib' ) ;
44var handleSubplotDefaults = require ( '../subplot_defaults' ) ;
55var getSubplotData = require ( '../get_data' ) . getSubplotData ;
6- var unwrapLonRange = require ( '../../lib/geo_location_utils' ) . unwrapLonRange ;
6+ const { unwrapLonRange } = require ( '../../lib/geo_location_utils' ) ;
77
88var constants = require ( './constants' ) ;
99var layoutAttributes = require ( './layout_attributes' ) ;
You can’t perform that action at this time.
0 commit comments