ghettovoice / vuelayers

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

vl-style-text question #292

Closed vvizden closed 4 years ago

vvizden commented 4 years ago

Hi,

I try to add vl-style-fill / vl-style-stroke inside vl-style-text, but the following error appears in the console.

image

image

dependencies: "vuelayers": "0.11.21", "core-js-pure": "3.6.4"

Please help me, thanks!

ghettovoice commented 4 years ago

Hello @vvizden , thanks for bug report. I will try to release a patch as soon as possible. For a while as a workaround you can switch to use vl-style-func and build styles inside factory function.

ghettovoice commented 4 years ago

Install last version v0.11.22, pls. It should resolve your issue

vvizden commented 4 years ago

Wow,so good! Thank you very much!

vvizden commented 4 years ago

All right, it's ok now.Thanks.