Advertisement
Guest User

Untitled

a guest
Aug 25th, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.11 KB | None | 0 0
  1. <!doctype html>
  2. <html class="no-js" lang="en">
  3.   <head>
  4.     <meta charset="utf-8" />
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6.     <script src="http://js.api.here.com/se/2.5.4/jsl.js" type="text/javascript" charset="utf-8"></script>
  7.     <link rel="stylesheet" href="css/foundation.css" />
  8.   </head>
  9.   <body>
  10.         <div id="map" style="width: auto; height: 400px"></div>
  11.         <script type="text/javascript">
  12.           nokia.Settings.set("app_id", "GJBSrRv6ve4JF6VzIFAD");
  13.           nokia.Settings.set("app_code", "D9n2sRYynd_IToHLH7FCag");
  14.           var map = new nokia.maps.map.Display(
  15.             document.getElementById("map"), {
  16.               components: [
  17.               new nokia.maps.map.component.Behavior(),
  18.               new nokia.maps.map.component.ZoomBar(),
  19.               new nokia.maps.map.component.Overview(),
  20.               new nokia.maps.map.component.TypeSelector(),
  21.               new nokia.maps.map.component.ScaleBar() ],
  22.               zoomLevel: 13,
  23.               center: [53.7833333333,20.5]
  24.             }
  25.           ); </script>
  26.   </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement