Added ID's and update times for more accurate map merging during updates.

This commit is contained in:
2019-09-08 11:36:48 -04:00
parent 088777d742
commit eceb85569e
16 changed files with 152 additions and 136 deletions

View File

@ -4,14 +4,14 @@
.palette {
position: fixed;
z-index: 500;
z-index: 5000;
top: 60px;
right: 15px;
}
.share {
position: fixed;
z-index: 500;
z-index: 5000;
top: 60px;
right: 15px;
}
@ -19,14 +19,14 @@
.info {
background-color: #00000050;
position: fixed;
z-index: 500;
z-index: 5000;
bottom: 15px;
left: 15px;
}
.gps {
position: fixed;
z-index: 500;
z-index: 5000;
bottom: 15px;
right: 15px;
}
@ -50,7 +50,7 @@
::ng-deep .mat-toolbar {
position: absolute;
height: 45px !important;
z-index: 500;
z-index: 5000;
color: rgba(255, 255, 255, 0.54);
background-color: rgba(0, 0, 0, 0.8);