feat(map): added selected air units FL in unit coordinates panel; added new coordinates system

This commit is contained in:
MarcoJayUsai
2024-11-20 12:50:56 +01:00
parent 2cadebcabd
commit 6bb150a41c
3 changed files with 74 additions and 55 deletions

View File

@@ -104,6 +104,7 @@
}
#coordinates-tool[data-location-system="LatLng"] [data-location-system="LatLng"],
#coordinates-tool[data-location-system="LatLngDec"] [data-location-system="LatLngDec"],
#coordinates-tool[data-location-system="MGRS"] [data-location-system="MGRS"],
#coordinates-tool[data-location-system="UTM"] [data-location-system="UTM"] {
display:flex;
@@ -120,6 +121,7 @@
}
#unit-coordinates[data-location-system="LatLng"] [data-location-system="LatLng"],
#unit-coordinates[data-location-system="LatLngDec"] [data-location-system="LatLngDec"],
#unit-coordinates[data-location-system="MGRS"] [data-location-system="MGRS"],
#unit-coordinates[data-location-system="UTM"] [data-location-system="UTM"] {
display:flex;