- 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:
parent
f7e5544238
commit
c9e1c81cca
1366
vtm-themes/resources/assets/vtm/osmagray.xml
Normal file
1366
vtm-themes/resources/assets/vtm/osmagray.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,6 +2,7 @@
|
|||||||
* Copyright 2010, 2011, 2012 mapsforge.org
|
* Copyright 2010, 2011, 2012 mapsforge.org
|
||||||
* Copyright 2013 Hannes Janetzek
|
* Copyright 2013 Hannes Janetzek
|
||||||
* Copyright 2016 devemux86
|
* Copyright 2016 devemux86
|
||||||
|
* Copyright 2017 nebular
|
||||||
*
|
*
|
||||||
* This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
|
* 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"),
|
DEFAULT("vtm/default.xml"),
|
||||||
MAPZEN("vtm/mapzen.xml"),
|
MAPZEN("vtm/mapzen.xml"),
|
||||||
NEWTRON("vtm/newtron.xml"),
|
NEWTRON("vtm/newtron.xml"),
|
||||||
|
OSMAGRAY("vtm/osmagray.xml"),
|
||||||
OSMARENDER("vtm/osmarender.xml"),
|
OSMARENDER("vtm/osmarender.xml"),
|
||||||
TRONRENDER("vtm/tronrender.xml");
|
TRONRENDER("vtm/tronrender.xml");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user