Getting Started example in Samples #32

This commit is contained in:
Emux
2018-02-24 16:31:22 +02:00
parent 27bf0316de
commit 88d94ede01
19 changed files with 144 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 devemux86
* Copyright 2017-2018 devemux86
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
@@ -69,7 +69,7 @@ public class ReverseGeocodeActivity extends MapsforgeActivity {
if (requestCode == SELECT_MAP_FILE) {
// For debug
TileGridLayer gridLayer = new TileGridLayer(mMap, getResources().getDisplayMetrics().density);
TileGridLayer gridLayer = new TileGridLayer(mMap);
mMap.layers().add(gridLayer);
}
}