mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Airbase data being validated
This commit is contained in:
@@ -1037,7 +1037,7 @@
|
||||
"01R": {
|
||||
"magHeading": "11",
|
||||
"Heading": "16",
|
||||
"ILS": "109.7"
|
||||
"ILS": "109.70"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1366,7 +1366,7 @@
|
||||
"length": "9536"
|
||||
}
|
||||
],
|
||||
"TACAN": "0X",
|
||||
"TACAN": "",
|
||||
"ICAO": "HECW",
|
||||
"elevation": "439"
|
||||
}
|
||||
|
||||
@@ -60,11 +60,6 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.leaflet-container img.leaflet-tile {
|
||||
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
|
||||
mix-blend-mode: plus-lighter;
|
||||
}
|
||||
|
||||
.leaflet-container.leaflet-touch-zoom {
|
||||
-ms-touch-action: pan-x pan-y;
|
||||
touch-action: pan-x pan-y;
|
||||
@@ -651,7 +646,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
||||
}
|
||||
|
||||
/* Printing */
|
||||
|
||||
|
||||
@media print {
|
||||
/* Prevent printers from removing background-images of controls. */
|
||||
.leaflet-control {
|
||||
|
||||
Reference in New Issue
Block a user