ratel
ratel copied to clipboard
[BUG]: UI crashes for geojson
What version of Ratel are you using?
Built at 2021-05-28T22:00:10.859Z Commit: 9debcc4 Commit Info: 9debcc4 Fri May 28 14:57:46 2021 -0700 (HEAD -> master, origin/master)
What you did.
Query with location alias
What happened.
White screen, UI crashed
What you expect to happen.
No response
Can we reproduce the issue?
- Save any data with geojson
- Query data in ratel with alias
location - Observe that console has errors
Additional information

data example response
{
"data": {
"node": [
{
"GeoHash.name": "Los Angeles",
"location": {
"type": "Point",
"coordinates": [
"-118.31140711469516",
"34.09438283767392"
]
}
}
]
},
"extensions": {
"server_latency": {
"parsing_ns": 381208,
"processing_ns": 5694875,
"encoding_ns": 394375,
"assign_timestamp_ns": 2861542,
"total_ns": 9733917
},
"txn": {
"start_ts": 10408
},
"metrics": {
"num_uids": {
"GeoHash.location": 1,
"GeoHash.name": 1,
"_total": 2
}
}
}
}
This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.
looks like this repo is unmaintained
This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.