vitareinforce

leaflet sample html

Aug 15th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Test</title>
  4. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css"/>
  5. <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.js"></script>
  6. </head>
  7. <body>
  8.  
  9. <div id="map" class="map map-home" style="height: 800px; margin-top: 50px"></div>
  10.  
  11.  
  12. <script src="map.js"></script>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment