TileSource add getter
This commit is contained in:
parent
3a81957f9a
commit
2bacad9bb5
@ -75,6 +75,10 @@ public abstract class TileSource {
|
||||
}
|
||||
|
||||
public abstract TileSource build();
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME Same as BuildingLayer.MAX_ZOOM
|
||||
|
Loading…
x
Reference in New Issue
Block a user