chore : delete image et rupload local map assets

This commit is contained in:
Baptiste 2025-04-23 22:47:06 +02:00
parent 0cbf331302
commit b00a936c6c
9 changed files with 8 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
css/images/marker-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

6
css/leaflet.js Normal file

File diff suppressed because one or more lines are too long

View file

@ -16,18 +16,6 @@ body {
opacity: 0.5; /* Transparence pour le fond */ opacity: 0.5; /* Transparence pour le fond */
} }
.left-image {
flex: 1; /* Prend 50% de la largeur */
background: url('running.jpg') no-repeat center center;
background-size: cover;
}
.right-image {
flex: 1; /* Prend 50% de la largeur */
background: url('tir.jpg') no-repeat center center;
background-size: cover;
}
.header-container { .header-container {
background: linear-gradient(to right, #4caf50, #2196f3); /* Gradient background */ background: linear-gradient(to right, #4caf50, #2196f3); /* Gradient background */
color: white; /* White text */ color: white; /* White text */

View file

@ -253,10 +253,5 @@
document.getElementById("exportButton").addEventListener("click", exportToCSV); document.getElementById("exportButton").addEventListener("click", exportToCSV);
</script> </script>
<div class="background-container">
<div class="left-image"></div>
<div class="right-image"></div>
</div>
</body> </body>
</html> </html>

View file

@ -19,7 +19,7 @@
<div id="map" style="height: 100vh; width: 100%"></div> <div id="map" style="height: 100vh; width: 100%"></div>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script> <script src="css/leaflet.js"></script>
<script> <script>
// Initialize the map // Initialize the map
const map = L.map('map').setView([43.5683, 1.4705], 16); // Centered near the polygon const map = L.map('map').setView([43.5683, 1.4705], 16); // Centered near the polygon

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 KiB

BIN
tir.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB