Fix bug with opening hours
This commit is contained in:
parent
cdf6f1df73
commit
9b0a5da07f
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ public class Amenity extends MapObject {
|
|||
}
|
||||
this.additionalInfo.put(tag, value);
|
||||
if (OPENING_HOURS.equals(tag)) {
|
||||
this.openingHours = value;
|
||||
this.openingHours = unzipContent(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue