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
+1 -1
View File
@@ -1,4 +1,4 @@
import GlSpec from 'mapbox-gl-style-spec/reference/latest.js'
import GlSpec from 'mapbox-gl/src/style-spec/reference/latest'
export function changeType(layer, newType) {
const changedPaintProps = { ...layer.paint }