Add GPS map generation and display on index and new pages

This commit is contained in:
hbrain 2026-05-31 01:07:22 +02:00
parent 0fd6d43adb
commit d640491e16
4 changed files with 626 additions and 11 deletions

View file

@ -45,3 +45,19 @@
}
.describe-button{display:inline-block;margin-right:.6rem}
.map-image{
width: 100%;
aspect-ratio: 16/9;
background: #111315;
border-radius: .5rem;
margin-top: 1rem;
}
.map-image {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: contain;
background: #111315;
border-radius: .5rem;
margin-top: 1rem;
}