Updated '@mapbox/mapbox-gl-style-spec'

This commit is contained in:
orangemug
2017-11-07 10:21:39 +00:00
parent a791403a6a
commit c050b02b8b
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import styleSpec from '@mapbox/mapbox-gl-style-spec'
import styleSpec from '@mapbox/mapbox-gl-style-spec/style-spec'
export function diffMessages(beforeStyle, afterStyle) {
const changes = styleSpec.diff(beforeStyle, afterStyle)
+1 -1
View File
@@ -1,4 +1,4 @@
import styleSpec from '@mapbox/mapbox-gl-style-spec'
import styleSpec from '@mapbox/mapbox-gl-style-spec/style-spec'
export const combiningFilterOps = ['all', 'any', 'none']
export const setFilterOps = ['in', '!in']
export const otherFilterOps = Object
+1 -1
View File
@@ -1,4 +1,4 @@
import styleSpec from '@mapbox/mapbox-gl-style-spec'
import styleSpec from '@mapbox/mapbox-gl-style-spec/style-spec'
export function changeType(layer, newType) {
const changedPaintProps = { ...layer.paint }