lets-plot
lets-plot copied to clipboard
map: nice to have parameter 'location' understand data in JSON format provided by "pick" tool
I can pick point on map and paste the code:
geometry = {
'lon': [-71.94375],
'lat': [42.572511]
}
If I try to use it as geom_livemap(location=geometry) I get an error.