Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <!doctype>
  2. <html>
  3.  
  4. <head>
  5.  
  6.   <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
  7.   <script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
  8. </head>
  9.  
  10. <body>
  11.  
  12.   <div id="map" style="height: 180px">
  13.   </div>
  14.  
  15.   <script>
  16.  
  17.     var map = L.map('map').setView([53.5, 0.9], 14);
  18.  
  19.   </script>
  20.  
  21. </body>
  22.  
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement