Skip to content

Commit

Permalink
BuildingLayer: translucent buildings option, closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Jun 17, 2016
1 parent 0a465ab commit 7af0be9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vtm/src/org/oscim/layers/tile/buildings/BuildingLayer.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 @@ -42,7 +43,7 @@ public class BuildingLayer extends Layer implements TileLoaderThemeHook {
private final static int MAX_ZOOM = 17;

private final static boolean POST_AA = false;
private final static boolean TRANSLUCENT = true;
public static boolean TRANSLUCENT = true;

private static final Object BUILDING_DATA = BuildingLayer.class.getName();

Expand Down

0 comments on commit 7af0be9

Please sign in to comment.