fix issue 1233
This commit is contained in:
parent
eecdf92f9e
commit
b140cd3616
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ public class Amenity extends MapObject {
|
|||
this.site = entity.getTag(OSMTagKey.CONTACT_WEBSITE);
|
||||
}
|
||||
}
|
||||
if (this.site.indexOf("://") == -1){
|
||||
this.site = "http://"+this.site;
|
||||
}
|
||||
}
|
||||
this.description = entity.getTag(OSMTagKey.DESCRIPTION);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue