theme: rename newtron enum
This commit is contained in:
parent
fc9901e493
commit
d502ab2561
@ -35,7 +35,7 @@ public class RobovmLauncher extends IOSApplication.Delegate {
|
|||||||
|
|
||||||
//initDefaultLayers(tileSource, false,true, false);
|
//initDefaultLayers(tileSource, false,true, false);
|
||||||
VectorTileLayer l = mMap.setBaseMap(tileSource);
|
VectorTileLayer l = mMap.setBaseMap(tileSource);
|
||||||
mMap.setTheme(VtmThemes.TRON2);
|
mMap.setTheme(VtmThemes.NEWTRON);
|
||||||
mMap.layers().add(new BuildingLayer(mMap, l));
|
mMap.layers().add(new BuildingLayer(mMap, l));
|
||||||
mMap.layers().add(new LabelLayer(mMap, l));
|
mMap.layers().add(new LabelLayer(mMap, l));
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ public class TestActivity extends MapActivity {
|
|||||||
VectorTileLayer baseLayer = mMap.setBaseMap(new OSciMap4TileSource());
|
VectorTileLayer baseLayer = mMap.setBaseMap(new OSciMap4TileSource());
|
||||||
mMap.layers().add(new BuildingLayer(mMap, baseLayer));
|
mMap.layers().add(new BuildingLayer(mMap, baseLayer));
|
||||||
mMap.layers().add(new LabelLayer(mMap, baseLayer));
|
mMap.layers().add(new LabelLayer(mMap, baseLayer));
|
||||||
mMap.setTheme(VtmThemes.TRON2);
|
mMap.setTheme(VtmThemes.NEWTRON);
|
||||||
|
|
||||||
//mMap.setMapPosition(49.417, 8.673, 1 << 17);
|
//mMap.setMapPosition(49.417, 8.673, 1 << 17);
|
||||||
mMap.setMapPosition(53.5620092, 9.9866457, 1 << 16);
|
mMap.setMapPosition(53.5620092, 9.9866457, 1 << 16);
|
||||||
|
@ -28,7 +28,7 @@ public enum VtmThemes implements ThemeFile {
|
|||||||
|
|
||||||
DEFAULT("styles/default.xml"),
|
DEFAULT("styles/default.xml"),
|
||||||
TRONRENDER("styles/tronrender.xml"),
|
TRONRENDER("styles/tronrender.xml"),
|
||||||
TRON2("styles/newtron.xml"),
|
NEWTRON("styles/newtron.xml"),
|
||||||
OSMARENDER("styles/osmarender.xml");
|
OSMARENDER("styles/osmarender.xml");
|
||||||
|
|
||||||
private final String mPath;
|
private final String mPath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user