mapbox-gl-js version: v0.34.0
Steps to Trigger Behavior
- Add a GeoJSON polygon source with non-integer (string) ids
- Call
map.queryRenderedFeatures() on mousemove
Expected Behavior
map.queryRenderedFeatures() should return an array of features under the mouse pointer
Actual Behavior
Uncaught Error: Unimplemented type: 7
I have created a JSFiddle of the failing code: https://jsfiddle.net/p78o8exf/6/
This code works fine with v0.32.1 but since v0.33 it is broken. This is valid GeoJSON (checked with @mapbox/geojsonhint).
mapbox-gl-js version: v0.34.0
Steps to Trigger Behavior
map.queryRenderedFeatures()onmousemoveExpected Behavior
map.queryRenderedFeatures()should return an array of features under the mouse pointerActual Behavior
Uncaught Error: Unimplemented type: 7I have created a JSFiddle of the failing code: https://jsfiddle.net/p78o8exf/6/
This code works fine with v0.32.1 but since v0.33 it is broken. This is valid GeoJSON (checked with
@mapbox/geojsonhint).