ghettovoice / vuelayers

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

WebGL #410

Closed Shookk69 closed 3 years ago

Shookk69 commented 3 years ago

Hi @ghettovoice , is there a possibility of using WebGLPointsLayer ?

ghettovoice commented 3 years ago

Hello @Shookk69 , currently no.
It's for now not stable API and I can't include it.
But if you need you can wrap ol/layer/WebGLPoints yourself with the help of vuelayers basic layer mixins. Openlayers v6 is supported by Vuelayers v0.12 that you can install with npm install vuelayers@next. Mixins inside vuelayers/dist/mixins file. I guess you need to use baseLayer or layer mixin.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.