Add Polygon programmatically in ipyleaflet maps drawing control

293 views Asked by At

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.

0

There are 0 answers