changed to leaflet for real map

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2020-10-02 20:31:47 +02:00
parent d6dea5cbf2
commit d626d5505c
16 changed files with 5060 additions and 533 deletions
+53
View File
@@ -0,0 +1,53 @@
/*
* Copyright (c) 2020. Pascal Syma <pascal@syma.dev>.
* All rights reserved.
*/
body {
margin: 0;
height: 0;
}
#buttons {
z-index: 500;
position: fixed;
margin: 8px;
bottom: 0;
}
#settings {
position: fixed;
margin: 8px;
right: 0;
bottom: 0;
}
#bus {
position: fixed;
right: 0;
margin: 8px;
text-align: center;
}
button, input {
width: 30px;
height: 30px;
}
#map {
height: 100vh;
width: 100vw;
}
#display {
width: 70px;
}
#showStops {
width: 100px;
}
#mpm {
width: 50px;
height: 24px;
}