ghettovoice / vuelayers

Web map Vue components with the power of OpenLayers
https://vuelayers.github.io/
MIT License
680 stars 227 forks source link

vector tile sources in latest version for ol6 #346

Closed aliciahogue closed 3 years ago

aliciahogue commented 4 years ago

Previously, I would just pass the url to vl-source-vector-tile in the format below and all worked great, but cant seem to get anything to display in latest version. No request is made, no error is thrown, etc.. Am I missing something basic? The layer and source show up in vue dev tools.

"/mvt/vi_bounds/marine_regions-625/{z}/{x}/{y}"

aliciahogue commented 4 years ago

to follow up, if I call the setUrl function on the source once created, then all works as intended

ghettovoice commented 4 years ago

@aliciahogue thanks for report! It seems as bug, I'll try to fix it soon.