Merge pull request #439 from orangemug/feature/style-spec-additions

Style spec additions
This commit is contained in:
Orange Mug 2018-10-24 19:13:53 +01:00 committed by GitHub
commit 3d2a1d5d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

6
package-lock.json generated
View file

@ -1269,9 +1269,9 @@
"integrity": "sha512-YhVsCLNgy1lUXqfEFqt89E+JRRviFjkSwrYTnL7sXgwwS6dx/39YRNugBPXTZyNVzmriWedf0J4tu9+xbDGXbw==" "integrity": "sha512-YhVsCLNgy1lUXqfEFqt89E+JRRviFjkSwrYTnL7sXgwwS6dx/39YRNugBPXTZyNVzmriWedf0J4tu9+xbDGXbw=="
}, },
"@mapbox/mapbox-gl-style-spec": { "@mapbox/mapbox-gl-style-spec": {
"version": "13.2.1", "version": "13.3.0",
"resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-style-spec/-/mapbox-gl-style-spec-13.2.1.tgz", "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-style-spec/-/mapbox-gl-style-spec-13.3.0.tgz",
"integrity": "sha512-6e/uOr4QVgzPyKmP/7qeq4VlDx5DmHKxCY2htN7nASXf85EUJZ7hg6gvwVLg+3mBSjia+XZvuzNeIP0+WBGZvA==", "integrity": "sha512-jEdKvDRPW95EBNRhpGuzZl6DpToDtQkJGlicz7QH8lWz+IxDfHUJV46yj+g8wgWGFiiTY3+xUrJKo6XrYjFRjw==",
"requires": { "requires": {
"@mapbox/jsonlint-lines-primitives": "~2.0.2", "@mapbox/jsonlint-lines-primitives": "~2.0.2",
"@mapbox/unitbezier": "^0.0.0", "@mapbox/unitbezier": "^0.0.0",

View file

@ -22,7 +22,7 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"@mapbox/mapbox-gl-rtl-text": "^0.2.1", "@mapbox/mapbox-gl-rtl-text": "^0.2.1",
"@mapbox/mapbox-gl-style-spec": "^13.1.0", "@mapbox/mapbox-gl-style-spec": "^13.3.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"codemirror": "^5.40.2", "codemirror": "^5.40.2",
"color": "^3.0.0", "color": "^3.0.0",

View file

@ -71,7 +71,8 @@
"fill-extrusion-translate-anchor", "fill-extrusion-translate-anchor",
"fill-extrusion-pattern", "fill-extrusion-pattern",
"fill-extrusion-height", "fill-extrusion-height",
"fill-extrusion-base" "fill-extrusion-base",
"fill-extrusion-vertical-gradient"
] ]
} }
] ]
@ -105,7 +106,8 @@
"fields": [ "fields": [
"symbol-placement", "symbol-placement",
"symbol-spacing", "symbol-spacing",
"symbol-avoid-edges" "symbol-avoid-edges",
"symbol-z-order"
] ]
}, },
{ {