skylarkdrones / pyqtlet

pyqtlet brings Leaflet maps to PyQt5.
Other
30 stars 8 forks source link

Plot GeoJSON inside the map #33

Open thomas-saigre opened 3 years ago

thomas-saigre commented 3 years ago

It seems that the class L.geoJSON (cf leafletjs.com/...#geojson) in not yet included in pyqtlet : I get the error AttributeError: type object 'L' has no attribute 'geoJSON'. It is possible to add it ?

SuperMonkeyRules commented 1 year ago

Im having the same issue and have tried adding it manually and got weird results. Did find a good solution?