Using `transformRequestFunction` in `enqueueLinks` overrides `label`
I am using
but as soon as I add a
Why is the
enqueueLinks to pass some URLs to another handler. This works fine when I do:but as soon as I add a
transformRequestFunction the label is overridden and it queues the links back to the handler from which is is being queued:Why is the
label being overridden when the only property of request being changed is the zoomTarget?