JaWeilBaum / pyqtlet2

pyqtlet2 extends pyqtlet which initially brought Leaflet maps to PyQt5 and PySide6.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

could you please help integrate the canvasmarklayer into pyqtlet2

alexhuangdz opened this issue · comments

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

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

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

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