Skip to content

Commit

Permalink
GdxMap: remove mandatory tile grid
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Aug 23, 2016
1 parent dd2f240 commit 46f4d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtm-gdx/src/org/oscim/gdx/GdxMap.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright 2013 Hannes Janetzek
* Copyright 2016 devemux86
*
* This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
Expand Down Expand Up @@ -92,7 +93,6 @@ public void create() {
}

protected void createLayers() {
mMap.layers().add(new TileGridLayer(mMap));
}

@Override
Expand Down

0 comments on commit 46f4d59

Please sign in to comment.