rodolpheg

Untitled

Feb 12th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Carte choroplèthe</title>
  5. <meta charset="utf-8" />
  6. <!-- Chargement de la bibliothèque de programmation Leafletjs.com -->
  7. <script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
  8. <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"/>
  9. <style>
  10. html, body {height: 100%; margin: 0;}
  11. #DivCarte { width: 100%; height: 100%; }
  12. </style>
  13. </head>
  14. <body>
  15. <!-- Créons un emplacement (<DIV> en HTML) où résidera notre carte -->
  16. <div id='DivCarte'></div>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment