-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removal of the renderer option for maps #113
Comments
Thank @become-iron for the note. I need to check if different map implementation in the openlayers now have significantly different public interface. If no may be it can be hidden in the vuelayers like it was before. |
By the way, WebGL renderer supports not only point features now (openlayers/openlayers#5462). I mention it because of comment in code which proposes the opposite: vuelayers/src/component/map/map.vue Lines 91 to 97 in c40a58d
|
Obviously this comment is outdated a bit. |
Update `renderer` option usage according to the new OpenLayers version: re-create ol instance with Map or WebGLMap ctor. #113
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. |
@ghettovoice I think it shouldn't be closed yet |
@ghettovoice I think this one should be pinned as well |
Yep |
Done as |
I have noticed Just wanted to point out that the current docs still have |
@krizman yep, I know. Current published documentation is still for v0.11. |
According to release notes, the
renderer
option has been removed from theMap
constructor in ol v5.0.0So
renderer
option invl-map
component (link) doesn't make sense now. OrWebGLMap
should be used if 'webgl' was passed asrenderer
property. But most likely it must be another componentThe text was updated successfully, but these errors were encountered: