This commit is contained in:
@@ -51,10 +51,10 @@ const icon_type = (item)=>{
|
|||||||
return 'landmark';
|
return 'landmark';
|
||||||
}else if(t=='bridge'){
|
}else if(t=='bridge'){
|
||||||
return 'archway';
|
return 'archway';
|
||||||
}else if(t=='woodland'|| t=='shieling'){
|
}else if(t=='woodland'|| t=='shieling' || t=='national_park'){
|
||||||
return 'tree';
|
return 'tree';
|
||||||
}else if(t=='?'){
|
}else if(t=='water_park'){
|
||||||
return '';
|
return 'dice-five';
|
||||||
}else if(t=='?'){
|
}else if(t=='?'){
|
||||||
return '';
|
return '';
|
||||||
}else{
|
}else{
|
||||||
|
Reference in New Issue
Block a user