Merge branch 'master' of ssh://github.com/osmandapp/Osmand into Fix_5284
This commit is contained in:
commit
c8493a95b6
1 changed files with 3 additions and 1 deletions
|
@ -363,7 +363,9 @@ public class AmenityMenuBuilder extends MenuBuilder {
|
|||
boolean isWiki = false;
|
||||
boolean isText = false;
|
||||
boolean isDescription = false;
|
||||
boolean needLinks = !"population".equals(key);
|
||||
boolean needLinks = !("population".equals(key)
|
||||
|| "service_hours".equals(key)
|
||||
|| "height".equals(key));
|
||||
boolean isPhoneNumber = false;
|
||||
boolean isUrl = false;
|
||||
boolean isCuisine = false;
|
||||
|
|
Loading…
Reference in a new issue