Skip to content

Commit

Permalink
Fix bug preventing symbols from being returned by Map#queryRenderedFe…
Browse files Browse the repository at this point in the history
…atures (mapbox#3536)

* Fix bug preventing symbols from being returned by Map#queryRenderedFeatures

* bump package.json version
  • Loading branch information
lucaswoj authored Nov 3, 2016
1 parent 9d0131e commit 9399143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/data/bucket/symbol_bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class SymbolBucket {
this.zoom = options.zoom;
this.overscaling = options.overscaling;
this.layers = options.layers;
this.index = options.index;
this.sdfIcons = options.sdfIcons;
this.iconsNeedLinear = options.iconsNeedLinear;
this.adjustedTextSize = options.adjustedTextSize;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"in-publish": "^2.0.0",
"jsdom": "^9.4.2",
"lodash.template": "^4.4.0",
"mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#6267dbff51429bf382dccf54101ed49defd559b1",
"mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#dd7bdc97f066a0e219ee4a44b76e5881521f6ef2",
"minifyify": "^7.0.1",
"npm-run-all": "^3.0.0",
"nyc": "^8.3.0",
Expand Down

0 comments on commit 9399143

Please sign in to comment.