lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

map: nice to have parameter 'location' understand data in JSON format provided by "pick" tool

Open alshan opened this issue 5 years ago • 0 comments

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.

alshan avatar May 05 '20 16:05 alshan