Commit poi with name

This commit is contained in:
Victor Shcherb 2015-01-06 21:49:38 +01:00
parent 43c8dddb79
commit 38407ae763

View file

@ -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);