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:
Victor Shcherb 2010-11-23 22:58:41 +00:00
parent 2ac6c8ded1
commit 9070abe50f
2 changed files with 500 additions and 500 deletions

View file

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