ghettovoice / vuelayers

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

Error in data projection #395

Closed syanguo closed 3 years ago

syanguo commented 3 years ago

Hi, I fetch the last update of Current 0.12 version, finding the features are disappear in the vl-feature, vl-layer-vector vl-interaction-draw when the data-projection added in the vl-map.

ghettovoice commented 3 years ago

Hello @syanguo , can you provide example?

Usually you don't need vl-feature drawing features, because newly drawn features automatically synchronized to the target source. So I need to look at your use case to understand what's wrong with this.

syanguo commented 3 years ago

Now it's ok when you update the features-container.js , Thank you !