-
Dear All, is there anyone know how to select several markers based on radius polygon draw in leafmap and show the information from its dataframe? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can use |
Beta Was this translation helpful? Give feedback.
-
hi @giswqs , did you have example some where probably in leafmap website or some where so I can follow and try to understand. Currently I try to implement in solara. draw polygon and get information coordinate, select data based on that coordinate draw in map and filter the dataframe |
Beta Was this translation helpful? Give feedback.
You can use
m.user_rois
to retrieve the drawn shapes as a FeatureCollection, then use it to intersect the marker layer using GeoPandas.