Hi all,
I have a problem with imputing bellow code in SP2013 embed code option:
<script type="text/javascript"
src="http://js.api.here.com/se/2.5.3/jsl.js" charset="utf-8">
</script>
<div id="map" style="z-index: -1; left:0px; top:0px; width: 50%; height: 50%; ;"></div>
<script type="text/javascript">
nokia.Settings.set("app_id", "nokia dev key");
nokia.Settings.set("app_code", "nokia dev key");
var map = new nokia.maps.map.Display(document.getElementById("map"),
{
'components': [
new nokia.maps.map.component.Behavior(),
new nokia.maps.map.component.ZoomBar()],
'zoomLevel': 16,
'center':[0.00, 0.00]
});
</script>
Could you please help me on this case ? (I can't use SP developer and I am running out of ideas)
Thanks !