theme: start porting osmarender theme
This commit is contained in:
parent
e43545eec9
commit
6f2f74089b
File diff suppressed because it is too large
Load Diff
@ -26,7 +26,8 @@ public enum InternalRenderTheme implements Theme {
|
|||||||
|
|
||||||
DEFAULT("styles/default.xml"),
|
DEFAULT("styles/default.xml"),
|
||||||
TRONRENDER("styles/tronrender.xml"),
|
TRONRENDER("styles/tronrender.xml"),
|
||||||
MAPNIK("styles/carto.xml");
|
MAPNIK("styles/carto.xml"),
|
||||||
|
OSMARENDER("styles/osmarender.xml");
|
||||||
|
|
||||||
private final String mPath;
|
private final String mPath;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user