Tim Tutt

Results 16 comments of Tim Tutt

Yep tried that. it modified the width and height, but no effect on that query that appears to be being sent. It looks like the geo bounding box is not...

Sure - the isolated snippet is here: https://codesandbox.io/s/4lq41onj50 Though I don't have a public ES cluster to point it to and don't want to publish my google api key publicly,...

Any hints as to how or when the bound values get initializeD?

To be clear I'm seeing the component load, but not the map. This is a screenshot of what I see. ![image](https://user-images.githubusercontent.com/1517492/42281926-f23fa0d8-7f72-11e8-8b60-403b6fd8a791.png) Yes, I included the google maps script in the...

Figured out the issue, but not the resolution. I'm running my server using SSL, but when I turn ssl off, the map displays appropriately. Is there a way to enforce...

Actually - that's not entirely accurate. When I disabled SSL no data was being returned. and the map showed up, but with no data because of a proxy i'm using....

Yeah that part I was doing in the index.html.... I'm testing to see if the issue is with my data. Trying to use the earthquake in my app instead to...

Alright - finally got it figured out. There are multiple ways to store geo_point fields as per elasticsearch documentation there are 4 ways the geo_points might be specified: https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-point.html It...

@heeryung - I actually noticed it while browsing the code - I hadn't attempted to actually create a category. On Tue, Sep 19, 2017 at 6:33 PM, heeryung wrote: >...

Any update on when these components will be available in reactivesearch?