We have a usual source url of something like https://my-source/{x}/{y}/{z}
. When the user selects filtering options, we'd like to add these params to the url as something like https://my-source/{x}/{y}/{z}?my-param=true
and instantly update the map.
Is this possible to achieve in mapbox?