maplibre-gl-js
maplibre-gl-js copied to clipboard
Fix parameter types of Map.querySourceFeatures
Fixes #1393
Bundle size report:
Size Change: +2 B Total Size Before: 204 kB Total Size After: 204 kB
Output file | Before | After | Change |
---|---|---|---|
maplibre-gl.js | 195 kB | 195 kB | +2 B |
maplibre-gl.css | 9.03 kB | 9.03 kB | 0 B |
ℹ️ View Details
No major changes
Don't think the integration test timeout is caused by this change!
After checking the code, FilterSpecification is the correct parameter type. Regarding params: there are also other methods with params - if this is desired that should be done in another PR while taking care that no circular (import-) dependencies are created.
Thanks!! Feel free to continue type improving.. 😀
Just to double check, this is not a breaking change, right?
It's not a change, just types, code and docs alignment.