JetBrains / JetBrains/lets-plot
map: nice to have parameter 'location' understand data in JSON format provided by "pick" tool
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.