appbaseio / appbaseio/reactivemaps
Map Not Displaying Query Invalid....
- Dominant language
- JavaScript
- Stars
- 940
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
I'm currently running into a weird issue where the the reactivemaps component is not displaying anything at all despite me having API keys set and a field with geo_point types.
I'm using it as follows:
```jsx
```
When looking at network tools, the _msearch query appears to be the following..
`{"query":{"bool":{"must":[{"match_all":{}},{"geo_bounding_box":{"GeoPoint":{"top_left":[null,null],"bottom_right":[null,null]}}}]}},"size":10,"from":0}`
Any thoughts on why this might be occurring. I've tried adding other default parameters, but have had no luck.
Contributor guide
No contributing guide indexed for this repository
Research direction
Begin with the ReactiveMap component and reproduce the _msearch request shown in the report. Trace why the geo_bounding_box receives null coordinates, then verify the fix by confirming that a map renders with the supplied dataField and API keys.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100