Fix some poi issues
This commit is contained in:
parent
2129c37905
commit
e991e48ad0
2 changed files with 3 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"));
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
3. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
|
||||
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="please_specify_poi_type_only_from_list">Please specify correct POI type or skip it. </string>
|
||||
<string name="access_from_map_description">Menu button launches dashboard, not menu</string>
|
||||
<string name="access_from_map">Access from map</string>
|
||||
<string name="show_on_start_description">\'Off\' directly launches the map screen</string>
|
||||
|
|
Loading…
Reference in a new issue