Skip to content
Snippets Groups Projects
Commit bdb0c36b authored by NGUYEN VO-VINH-LOC's avatar NGUYEN VO-VINH-LOC
Browse files

Merge branch CAWEBI:main into main

parents 6c5d0778 915a0d24
Branches main
No related merge requests found
File added
<!DOCTYPE html>
<html>
<head>
<title>Carte OpenStreetMap</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
</head>
<body>
<div id="map" style="height: 500px; width: 100%;"></div>
<script>
var map = L.map('map').setView([48.579829, 7.763233], 18);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
</script>
</body>
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment