New Osmagray theme (#306), closes #300

- Based on OSMARENDER, just translated all colors to their grayscale equivalent
- Does not include textures, the few textures like parks will show up in color
- ... but 95% of the style is grayscale
This commit is contained in:
rodo 2017-02-27 17:10:38 +01:00 committed by Emux
parent f7e5544238
commit c9e1c81cca
2 changed files with 1368 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,6 +2,7 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
* Copyright 2016 devemux86
* Copyright 2017 nebular
*
* This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
@ -31,6 +32,7 @@ public enum VtmThemes implements ThemeFile {
DEFAULT("vtm/default.xml"),
MAPZEN("vtm/mapzen.xml"),
NEWTRON("vtm/newtron.xml"),
OSMAGRAY("vtm/osmagray.xml"),
OSMARENDER("vtm/osmarender.xml"),
TRONRENDER("vtm/tronrender.xml");