theme: start porting osmarender theme

This commit is contained in:
Hannes Janetzek 2013-09-11 13:52:26 +02:00
parent e43545eec9
commit 6f2f74089b
2 changed files with 1206 additions and 1209 deletions

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,8 @@ public enum InternalRenderTheme implements Theme {
DEFAULT("styles/default.xml"),
TRONRENDER("styles/tronrender.xml"),
MAPNIK("styles/carto.xml");
MAPNIK("styles/carto.xml"),
OSMARENDER("styles/osmarender.xml");
private final String mPath;