JaWeilBaum / pyqtlet2

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

Add BingMaps #30

Open JaWeilBaum opened 2 years ago

JaWeilBaum commented 2 years ago

Discussed in https://github.com/JaWeilBaum/pyqtlet2/discussions/29

Originally posted by **k4dmandu** March 16, 2022 Is it possible to display bing maps as a layer? There is a plugin for leaflet due to the use of {q} instead of {xyz} in the service url, but how could it be integrated?

Designated plugin for this might be https://github.com/digidem/leaflet-bing-layer

Can be implemented similar in the way the rotated marker was implemented.