JaWeilBaum / pyqtlet2

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

Provide capability to use custom map layer #13

Closed JaWeilBaum closed 2 years ago

JaWeilBaum commented 2 years ago

Research and test if there is a possibility to use a local map layer and there is code needed to make this available to everyone.

JaWeilBaum commented 2 years ago

This can be done via L.layer as the basic layer.

You can also use local tiles which need to have a correct path to your working directory. (Works under MacOS, Windows not yet tested)