- Fix an error when using background patterns on styles with vector icons enabled.
- Fix
queryRenderedFeatures
not working on styles with custom layers. - When using
queryRenderedFeatures
andquerySourceFeatures
withfeatureset
, fixfilter
option to apply tofeatureset
selectors rather than original properties, and addfeatureNamespace
validation. - Fix
queryRenderedFeatures
missingsource
,sourceLayer
andlayer
properties in resulting features where they should be present. - Fix small rendering artifacts on line corners when using patterns with
line-join: none
.