Skip to content

Commit

Permalink
PolygonBucket: make enableTexture adjustable opensciencemap#179
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Sep 26, 2016
1 parent ea884f5 commit 050114e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vtm/src/org/oscim/renderer/bucket/PolygonBucket.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright 2012 Hannes Janetzek
* Copyright 2016 Longri
*
* This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
Expand Down Expand Up @@ -52,7 +53,7 @@ public final class PolygonBucket extends RenderBucket {

private static final float S = MapRenderer.COORD_SCALE;

private static final boolean enableTexture = true;
public static boolean enableTexture = true;

public AreaStyle area;

Expand Down

0 comments on commit 050114e

Please sign in to comment.