change maxzoom to convenient minzoom
git-svn-id: https://osmand.googlecode.com/svn/trunk@699 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
2ac6c8ded1
commit
9070abe50f
2 changed files with 500 additions and 500 deletions
|
@ -672,7 +672,7 @@ public class MapRenderingTypes {
|
|||
if(name.equals("type")){ //$NON-NLS-1$
|
||||
currentType = Integer.parseInt(attributes.getValue("id")); //$NON-NLS-1$
|
||||
} else if (name.equals("subtype")) { //$NON-NLS-1$
|
||||
String val = attributes.getValue("maxzoom"); //$NON-NLS-1$
|
||||
String val = attributes.getValue("minzoom"); //$NON-NLS-1$
|
||||
int maxzoom = 15;
|
||||
if (val != null) {
|
||||
maxzoom = Integer.parseInt(val);
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue