Commit poi with name
This commit is contained in:
parent
43c8dddb79
commit
38407ae763
1 changed files with 1 additions and 0 deletions
|
@ -617,6 +617,7 @@ public class MapRenderingTypes {
|
|||
rtype.poiCategory = AmenityType.getAndRegisterType(poiParentCategory);
|
||||
rtype.poiSpecified = true;
|
||||
rtype.relation = Boolean.parseBoolean(parser.getAttributeValue("", "relation"));
|
||||
rtype.poiWithNameOnly = Boolean.parseBoolean(parser.getAttributeValue("", "poi_with_name"));
|
||||
rtype.poiPrefix = poiParentPrefix;
|
||||
rtype.onlyPoi = true;
|
||||
rtype.tagValuePattern = new TagValuePattern(poi_tag, null);
|
||||
|
|
Loading…
Reference in a new issue