Move from mapbox-gl-style-spec -> mapbox-gl.

This commit is contained in:
orangemug
2017-03-22 10:36:20 +00:00
parent 56f1e58df0
commit 5433a4193b
19 changed files with 22 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ import MapboxGl from 'mapbox-gl/dist/mapbox-gl.js'
import MapboxInspect from 'mapbox-gl-inspect'
import FeatureLayerPopup from './FeatureLayerPopup'
import FeaturePropertyPopup from './FeaturePropertyPopup'
import validateColor from 'mapbox-gl-style-spec/lib/validate/validate_color'
import validateColor from 'mapbox-gl/src/style-spec/validate/validate_color'
import style from '../../libs/style.js'
import tokens from '../../config/tokens.json'
import colors from 'mapbox-gl-inspect/lib/colors'