Alessandro Puccetti

Results 11 comments of Alessandro Puccetti

I am using it in kibana `5.6.0` and `5.6.1`. I found two only issues and I opened https://github.com/nreese/enhanced_tilemap/issues/69 and https://github.com/nreese/enhanced_tilemap/issues/70 about it. Other than that it works fine.

@sergitopo you should get the compatible version from the [releases]( https://github.com/nreese/enhanced_tilemap/releases) depending on your kibana version

There are still 2 known bugs, one was addressed not merged yet and the second still no news about it. I love this plugin, but I will have to remove...

@bharathphatak as said in #46, usually, minor version updates are compatible. Testing is the best way to be sure, as well as look the code changes between the kibana versions....

@karnamonkster Does create multiple geo shape work in your configuration? When I try to make 2 different shapes I get a JS error #69.

@bharathphatak I am using kibana `5.6.0` what I did was changing the kibana version in the kibana's `packages.json` and after installed change the value back to `5.6.0` of both kibana...

@bharathphatak if it worked, please close the issue.

After some digging, I found this API: http://nominatim.openstreetmap.org/search?q="london"&format=json, which returns results in json (other formats are available, see http://wiki.openstreetmap.org/wiki/Nominatim). Example: ``` [ { "place_id": "179118272", "licence": "Data © OpenStreetMap contributors,...

@nreese I start working on this feature in this [branch](https://github.com/alepuccetti/enhanced_tilemap/tree/alessandro/setview-add-search). I am not a JS expert so any feedbacks you can provide will be very much appreciated. I added a...

Also, the API returns a bounding box of the address/landmark and it would be cool to extrapolate the zoom level from that.