Is there a way to add a known polygon to the Draw interface of a leaflet map ?
I search for the feature_group
property with :
print(m.__dict__)
but didn't find anything. I assume I can add one using geojson format I just don't know where.
Is there a way to add a known polygon to the Draw interface of a leaflet map ?
I search for the feature_group
property with :
print(m.__dict__)
but didn't find anything. I assume I can add one using geojson format I just don't know where.