Samples: update with scaled tile size #183

This commit is contained in:
Emux
2016-09-25 19:02:08 +03:00
parent c991666d97
commit 2a2b30f9fc
21 changed files with 157 additions and 22 deletions

View File

@@ -87,6 +87,6 @@ public class MarkerLayerTest extends GdxMapApp implements ItemizedLayer.OnItemGe
public static void main(String[] args) {
GdxMapApp.init();
GdxMapApp.run(new MarkerLayerTest(), null, 400);
GdxMapApp.run(new MarkerLayerTest());
}
}