chore : delete image et rupload local map assets
This commit is contained in:
parent
0cbf331302
commit
b00a936c6c
9 changed files with 8 additions and 19 deletions
BIN
css/images/marker-icon-2x.png
Normal file
BIN
css/images/marker-icon-2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
css/images/marker-icon.png
Normal file
BIN
css/images/marker-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
css/images/marker-shadow.png
Normal file
BIN
css/images/marker-shadow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 618 B |
6
css/leaflet.js
Normal file
6
css/leaflet.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -15,19 +15,7 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
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 */
|
||||||
|
|
|
@ -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>
|
||||||
|
|
2
map.html
2
map.html
|
@ -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
|
||||||
|
|
BIN
running.jpg
BIN
running.jpg
Binary file not shown.
Before Width: | Height: | Size: 391 KiB |
BIN
tir.jpg
BIN
tir.jpg
Binary file not shown.
Before Width: | Height: | Size: 80 KiB |
Loading…
Reference in a new issue