Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Carte choroplèthe</title>
- <meta charset="utf-8" />
- <!-- Chargement de la bibliothèque de programmation Leafletjs.com -->
- <script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
- <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"/>
- <style>
- html, body {height: 100%; margin: 0;}
- #DivCarte { width: 100%; height: 100%; }
- </style>
- </head>
- <body>
- <!-- Créons un emplacement (<DIV> en HTML) où résidera notre carte -->
- <div id='DivCarte'></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment