Add more ADS-B Category Icon mappings

This commit is contained in:
Eric Tran 2020-06-05 14:39:59 +00:00
parent 8879bcac86
commit 79c9877232
1 changed files with 19 additions and 1 deletions

View File

@ -343,19 +343,37 @@ var CategoryIcons = {
"A3" : 'airliner',
"A4" : 'heavy_2e',
"A5" : 'heavy_4e',
"A6" : 'hi_perf',
"A7" : 'helicopter',
"B1" : 'cessna',
"B2" : 'balloon',
"B4" : 'cessna',
"B7" : 'hi_perf',
'C0' : 'ground_unknown',
'C1' : 'ground_emergency',
'C2' : 'ground_service',
'C3' : 'ground_fixed'
'C3' : 'ground_fixed',
"C4" : 'ground_fixed',
"C5" : 'ground_fixed',
"C6" : 'ground_unknown',
"C7" : 'ground_unknown'
};
function getBaseMarker(category, typeDesignator, typeDescription, wtc) {