pyqtlet2
pyqtlet2 copied to clipboard
Is there any way I can include and use Leaflet's plugins?
Hi, I would like to display a heatmap but Leafleat doesn't have this functionality natively.
However, a lot of plugins can be used, such as heatmap.js.
Is there any way I could use self.map.runJavaScript()
to include such a plugin and use it?