Update and pin mapbox-gl

This commit is contained in:
Paul Chavard 2021-04-28 15:34:53 +02:00
parent 44b438630c
commit 6e1b4a2067
4 changed files with 24 additions and 137 deletions

View file

@ -9,6 +9,7 @@ import PropTypes from 'prop-types';
import mapboxgl from 'mapbox-gl';
import { GeoJSONLayer, ZoomControl } from 'react-mapbox-gl';
import DrawControl from 'react-mapbox-gl-draw';
import 'mapbox-gl/dist/mapbox-gl.css';
import '@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css';
import { getJSON, ajax, fire } from '@utils';