heremaps / maps-api-for-javascript-examples

Self-contained examples for Maps API for JavaScript v3.

Home Page:https://developer.here.com/javascript-apis/documentation/v3/maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove/explain dependencies, especially iframe-height.js?

mflaxman10 opened this issue · comments

For sample code, these examples have a lot of non-standard and unexplained dependencies.
There are three separate css files, which is fine for production but not great for sample code.

I'm currently blocked by this one:

iframe-height.js

which is referenced from all of the examples as:
<script type="text/javascript" src='../js-examples-rendering-helpers/iframe-height.js'></script>

but I couldn't find it in an archive search, or guess what it is supposed to do

we will investigate and give un update as soon as solved

We have removed the reference to iframe-height.js, thanks for alerting us to that mistake.

We are using a number of css files so we can use the source code in this repo to render the examples in a number of contexts - including on our developer portal (developer.here.com) and jsfiddle.