question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Removal of the renderer option for maps

See original GitHub issue

According to release notes, the renderer option has been removed from the Map constructor in ol v5.0.0 So renderer option in vl-map component (link) doesn’t make sense now. Or WebGLMap should be used if ‘webgl’ was passed as renderer property. But most likely it must be another component

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ghettovoicecommented, Nov 27, 2020

@krizman yep, I know. Current published documentation is still for v0.11. Thanks for report!

1reaction
ghettovoicecommented, Mar 30, 2020

Done as renderer prop with watcher. Possible values: ‘canvas’ (default), ‘webgl’

Read more comments on GitHub >

github_iconTop Results From Across the Web

pane option disable the renderer assigned to the map #7586
Hi, When I use Control.Layer I noticed that when I click on an item, it is drawn over everything, (so changing the order...
Read more >
Removing Directions markers from the Google Maps API V3
But I tried this: var directionsDisplay = new google.maps.DirectionsRenderer({suppressMarkers: true}); And it's work.
Read more >
L.Renderer - WRLD3D
A Renderer works as an implicit layer group for all Path s - the renderer itself can be added or removed to the...
Read more >
Removing Markers | Maps JavaScript API - Google Developers
This example creates a map where each click by the user creates a marker. Click the buttons to hide or delete all of...
Read more >
Renderer | API Reference | ArcGIS Maps SDK for JavaScript ...
The handles will be removed when the object is destroyed. // Manually manage handles const handle = reactiveUtils.when( () => !view.updating ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found