example: use stored map position

This commit is contained in:
Hannes Janetzek
2014-03-24 05:12:49 +01:00
parent ce38b484f6
commit 41c92f0a38
5 changed files with 11 additions and 8 deletions

View File

@@ -46,7 +46,6 @@ public class ThemeStylerActivity extends BaseMapActivity implements OnSeekBarCha
layers.add(new LabelLayer(mMap, mBaseLayer));
mMap.setTheme(VtmThemes.DEFAULT);
mMap.setMapPosition(53.08, 8.83, Math.pow(2, 10));
}
class ModStyleVisitor extends RuleVisitor {