Merge branch 'main' into 412-improve-importexport

This commit is contained in:
Pax1601
2023-11-26 21:13:24 +01:00
82 changed files with 30904 additions and 17914 deletions

View File

@@ -348,7 +348,7 @@ export function getMarkerCategoryByName(name: string) {
else if (navyUnitDatabase.getByName(name) != null)
return "navyunit";
else
return "groundunit-other"; // TODO add other unit types
return "aircraft"; // TODO add other unit types
}
export function getUnitDatabaseByCategory(category: string) {