Settable zoom out code - incomplete prototype
This commit is contained in:
parent
f8a0b3e0da
commit
b575cd3b1b
9 changed files with 269 additions and 5 deletions
|
|
@ -48,6 +48,8 @@ public class DefaultTileRenderer implements MapTileRenderer {
|
|||
return name;
|
||||
}
|
||||
|
||||
public boolean isNightAndDayEnabled() { return night_and_day; }
|
||||
|
||||
public DefaultTileRenderer(ConfigurationNode configuration) {
|
||||
this.configuration = configuration;
|
||||
name = (String) configuration.get("prefix");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue