I can pick point on map and paste the code: ```python geometry = { 'lon': [-71.94375], 'lat': [42.572511] } ``` If I try to use it as `geom_livemap(location=geometry)` I get an error.
I can pick point on map and paste the code:
If I try to use it as
geom_livemap(location=geometry)I get an error.