Merge pull request #165 from yvecai/master
Change Australia prefix to Oceania
This commit is contained in:
commit
59d4a45939
3 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@
|
|||
<string name="index_name_russia">Europe/Asia - Russia</string>
|
||||
<string name="index_name_africa">Africa</string>
|
||||
<string name="index_name_asia">Asia</string>
|
||||
<string name="index_name_australia">Australia</string>
|
||||
<string name="index_name_oceania">Oceania</string>
|
||||
<string name="index_name_other">Worldwide and topic maps</string>
|
||||
<string name="index_name_wiki">Worldwide Wikipedia</string>
|
||||
<string name="index_name_voice">Voice packs (recorded)</string>
|
||||
|
|
|
@ -814,8 +814,8 @@ public class DownloadIndexActivity extends OsmandExpandableListActivity {
|
|||
} else if(lc.contains("_asia_")) {
|
||||
nameId = R.string.index_name_asia;
|
||||
order = 50;
|
||||
} else if(lc.contains("australia")) {
|
||||
nameId = R.string.index_name_australia;
|
||||
} else if(lc.contains("_oceania_")) {
|
||||
nameId = R.string.index_name_oceania;
|
||||
order = 70;
|
||||
} else if(lc.contains("_wiki_")) {
|
||||
nameId = R.string.index_name_wiki;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</regions>
|
||||
|
||||
<!-- 7. NEW ZEALAND-AUSTRALIA [SOURCE: GEOFABRIK.DE] -->
|
||||
<regions siteToDownload="http://download.geofabrik.de/osm/australia-oceania/{0}.osm.pbf" region_prefix="" region_suffix="_Australia" skip="false">
|
||||
<regions siteToDownload="http://download.geofabrik.de/osm/australia-oceania/{0}.osm.pbf" region_prefix="" region_suffix="_Oceania" skip="false">
|
||||
<region name="new-zealand" esize=""/>
|
||||
<region name="new-caledonia" esize=""/>
|
||||
</regions>
|
||||
|
|
Loading…
Reference in a new issue