JaWeilBaum / pyqtlet2

pyqtlet2 extends pyqtlet which initially brought Leaflet maps to PyQt5 and PySide6.
Other
37 stars 19 forks source link

could you please help integrate the canvasmarklayer into pyqtlet2 #35

Open alexhuangdz opened 2 years ago

alexhuangdz commented 2 years ago

Hello, I am trying to using Pyqtlet to implement a map viewer, since there are lots of markers, the map viewer performance is not good. as a opportunity, I found canvasmarklayer extension, sounds this can resolve this huge markers performance issue, I try to integrated canvasmarkerlayer into pyqtlet, but i failed, when i add markers into my canvasmarkerlayer, there is nothing to displayed in the map. it confuse me a week, can you help me fix it? thanks. you can find the canvasmarker layer js package from canvasemarklayer, i also attach it. Leaflet-CanvasMarker-v2.1.1.zip

JaWeilBaum commented 2 years ago

Hey @alexhuangdz do you test around on a fork of the project?

alexhuangdz commented 2 years ago

I tried on 2021-Oct's pyqtlet2 version, it doesnt work.

alexhuangdz commented 2 years ago

I am no idea about how to debug JS under python running env.