Fix some poi issues
Conflicts: OsmAnd/res/values/strings.xml
This commit is contained in:
parent
57b288481a
commit
53219e506e
2 changed files with 2 additions and 0 deletions
|
@ -280,6 +280,7 @@ public class MapPoiTypes {
|
|||
lastCategory = new PoiCategory(this, parser.getAttributeValue("", "name"), categories.size());
|
||||
lastCategory.setTopVisible(Boolean.parseBoolean(parser.getAttributeValue("", "top")));
|
||||
lastCategory.setNotEditableOsm("true".equals(parser.getAttributeValue("", "no_edit")));
|
||||
lastCategory.setDefaultTag(parser.getAttributeValue("", "default_tag"));
|
||||
categories.add(lastCategory);
|
||||
} else if (name.equals("poi_filter")) {
|
||||
PoiFilter tp = new PoiFilter(this, lastCategory, parser.getAttributeValue("", "name"));
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy
|
||||
-->
|
||||
<string name="access_from_map_description">Places a dashboard button on the map screen</string>
|
||||
<string name="please_specify_poi_type_only_from_list">Please specify correct POI type or skip it. </string>
|
||||
<string name="access_from_map">Access from map</string>
|
||||
<string name="show_on_start_description">\'Off\' directly launches the map screen</string>
|
||||
<string name="show_on_start">Show on start</string>
|
||||
|
|
Loading…
Reference in a new issue