cleanup: move carto theme to not working mapnik tilesource

This commit is contained in:
Hannes Janetzek 2014-03-18 00:09:58 +01:00
parent 604c1449e4
commit fc9901e493
2 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ public enum VtmThemes implements ThemeFile {
DEFAULT("styles/default.xml"),
TRONRENDER("styles/tronrender.xml"),
TRON2("styles/newtron.xml"),
MAPNIK("styles/carto.xml"),
OSMARENDER("styles/osmarender.xml");
private final String mPath;