This commit is contained in:
parent
f1eaa0f110
commit
8c1634ff31
@ -52,17 +52,17 @@ const icon_type = (item)=>{
|
||||
return 'mountain';
|
||||
}else if(t=='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';
|
||||
}else if(t=='community_centre'){
|
||||
return 'building';
|
||||
}else if(t=='attraction'){
|
||||
return 'landmark';
|
||||
}else if(t=='information'){
|
||||
}else if(t=='information' || t=='university'){
|
||||
return 'landmark';
|
||||
}else if(t=='bridge'){
|
||||
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';
|
||||
}else if(t=='water_park'){
|
||||
return 'dice-five';
|
||||
|
Loading…
x
Reference in New Issue
Block a user