Add adaptive zoomout levels for HDMaps, change zoomout processing to handle it properly

This commit is contained in:
Mike Primm 2011-07-09 17:01:40 -05:00
parent 898f4a6740
commit 02329673b2
6 changed files with 67 additions and 21 deletions

View file

@ -661,6 +661,10 @@ public class IsoHDPerspective implements HDPerspective {
public boolean isBlockTypeDataNeeded() {
return true;
}
public double getScale() {
return scale;
}
@Override
public String getName() {