Embedding Javascript and HTML into Kibana 5.x

Reading this post: http://www.supermind.org/blog/1213/embed-custom-javascript-and-html-in-a-kibana-4-x-visualization Kelvin makes a really good suggestion.... and very good inspiration. The suggestion works fine but in my case I needed it to go a step further - I needed to embed an iframe into Kibana. The iframe (and indeed any other <script> tag) was being filtered out by Angular's sanitization protection. I … Continue reading Embedding Javascript and HTML into Kibana 5.x

Advertisement

Verify if a point is Land or Water in Google Maps

Inspired by this question on StackOverflow "Verify if a point is Land or Water in Google Maps" I decided to see if the question was solvable quickly and easily. This being the API economy.. surely Google has an API to solve this question? It does... in the form of Google Elevation API. Here are the end … Continue reading Verify if a point is Land or Water in Google Maps