GdxMap: remove mandatory tile grid

This commit is contained in:
Emux 2016-08-23 12:30:35 +03:00
parent dd2f240792
commit 46f4d592d3

@ -1,5 +1,6 @@
/*
* Copyright 2013 Hannes Janetzek
* Copyright 2016 devemux86
*
* This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
@ -92,7 +93,6 @@ public abstract class GdxMap implements ApplicationListener {
}
protected void createLayers() {
mMap.layers().add(new TileGridLayer(mMap));
}
@Override