better verbosity
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
choelzl 2021-08-04 15:19:26 +02:00
parent f1eaa0f110
commit 8c1634ff31
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -52,17 +52,17 @@ const icon_type = (item)=>{
return 'mountain'; return 'mountain';
}else if(t=='parking'){ }else if(t=='parking'){
return 'parking'; return 'parking';
}else if(t=='water' || t=='river' || t=='lake' || t=='torrent'){ }else if(t=='water' || t=='river' || t=='lake' || t=='torrent' || t=='aquarium'){
return 'water'; return 'water';
}else if(t=='community_centre'){ }else if(t=='community_centre'){
return 'building'; return 'building';
}else if(t=='attraction'){ }else if(t=='attraction'){
return 'landmark'; return 'landmark';
}else if(t=='information'){ }else if(t=='information' || t=='university'){
return 'landmark'; return 'landmark';
}else if(t=='bridge'){ }else if(t=='bridge'){
return 'archway'; return 'archway';
}else if(t=='woodland'|| t=='shieling' || t=='national_park'){ }else if(t=='woodland'|| t=='shieling' || t=='national_park' || t=='zoo' || t=='park'){
return 'tree'; return 'tree';
}else if(t=='water_park'){ }else if(t=='water_park'){
return 'dice-five'; return 'dice-five';