Deepak Grover

Results 22 comments of Deepak Grover

I agree this error is related to non-english keyword encoding, not the extra headers. I think we may have to use `encodeURI()` to get past this.

Can you try adding a `style` prop to the map component defining its `width` and `height` specifically? ```js style={{ width: '500px', height: '500px' }} ``` or anything as per your...

At any point, was your map rendering on the screen? (were you able to see the map?) Have you imported the google maps script in the html? > ReactiveMaps uses...

The library adds geo-bounding box query from itself after the "map" gets loaded. This query only gets applied whenever there is a `null` or `match_all` query on the map component....

I'd recommend you to put some sample data on [appbase](https://appbase.io) and then share a codesandox here replicating the issue - this would help me debug this for you.

Oh right, you should load the google maps script with `https` and that should work!

We do [parse the geo_points](https://github.com/appbaseio/reactivesearch/blob/dev/packages/maps/src/components/result/ReactiveMap.js#L474) appropriately in the map component. But I may have skipped it somewhere. Thanks for reporting this. I will look into it 😅

Sounds like a good idea @Swizz and sure, @carletex go ahead with that. I've created a branch 'spanish-version'. Send a PR when done.

Let's keep this issue open for new language version requests.

@gentax sure, go ahead man!