Add adaptive zoomout levels for HDMaps, change zoomout processing to handle it properly
This commit is contained in:
parent
898f4a6740
commit
02329673b2
6 changed files with 67 additions and 21 deletions
|
|
@ -661,6 +661,10 @@ public class IsoHDPerspective implements HDPerspective {
|
|||
public boolean isBlockTypeDataNeeded() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public double getScale() {
|
||||
return scale;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue