Open thomas-saigre opened 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 ?
L.geoJSON
pyqtlet
AttributeError: type object 'L' has no attribute 'geoJSON'
Im having the same issue and have tried adding it manually and got weird results. Did find a good solution?
It seems that the class
L.geoJSON
(cf leafletjs.com/...#geojson) in not yet included inpyqtlet
: I get the errorAttributeError: type object 'L' has no attribute 'geoJSON'
. It is possible to add it ?