Airbase data being validated

This commit is contained in:
PeekabooSteam
2023-12-22 15:11:59 +00:00
parent cbaadb6fc9
commit de14f6c738
6 changed files with 152 additions and 8 deletions

View File

@@ -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"
}

View File

@@ -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 {