Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Upgrade mapbox-gl-js version to 0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhamley authored Nov 26, 2018
2 parents a505c85 + a209cab commit a90bdff
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 910 deletions.
8 changes: 4 additions & 4 deletions classes/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ var union = require('@turf/union');
var bboxPolygon = require('@turf/bbox-polygon');
var buffer = require('@turf/buffer');

var LngLat = require('mapbox-gl/src/geo/lng_lat');
var Evented = require('mapbox-gl/src/util/evented');
var Transform = require('mapbox-gl/src/geo/transform');
var LngLat = require('mapbox-gl/src/geo/lng_lat').default;
var Evented = require('mapbox-gl/src/util/evented').Evented;
var Transform = require('mapbox-gl/src/geo/transform').default;
var util = require('mapbox-gl/src/util/util');

var Style = require('./style');
Expand Down Expand Up @@ -272,4 +272,4 @@ Map.prototype.remove = function() {
this.sources = [];
}

module.exports = Map;
module.exports = Map;
Loading

0 comments on commit a90bdff

Please sign in to comment.