summaryrefslogtreecommitdiff
path: root/platform/darwin/scripts/generate-style-code.js
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-02-03 10:24:21 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-02-08 19:07:53 -0600
commit94a3c272ffd6676edbe59342d70bca49aaf676a5 (patch)
tree8f12832658f2bde2ed8beddd661c64610bbb184e /platform/darwin/scripts/generate-style-code.js
parent360e5bf631229e2aec71780a515a42e32d4c28e6 (diff)
downloadqtlocation-mapboxgl-94a3c272ffd6676edbe59342d70bca49aaf676a5.tar.gz
[core] Update gl-js; fix $id filters with GeoJSON source
Diffstat (limited to 'platform/darwin/scripts/generate-style-code.js')
-rw-r--r--platform/darwin/scripts/generate-style-code.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/scripts/generate-style-code.js b/platform/darwin/scripts/generate-style-code.js
index a305367afd..72aacbc742 100644
--- a/platform/darwin/scripts/generate-style-code.js
+++ b/platform/darwin/scripts/generate-style-code.js
@@ -11,7 +11,7 @@ const cocoaConventions = require('./style-spec-cocoa-conventions-v8.json');
const prefix = 'MGL';
const suffix = 'StyleLayer';
-let spec = _.merge(require('../../../mapbox-gl-js/js/style-spec').latest, require('./style-spec-overrides-v8.json'));
+let spec = _.merge(require('../../../mapbox-gl-js/src/style-spec/reference/v8'), require('./style-spec-overrides-v8.json'));
///
// Temporarily IGNORE layers that are in the spec yet still not supported in mbgl core