forgot to remove after testing...

This commit is contained in:
Hannes Janetzek 2013-06-17 05:34:29 +02:00
parent fbc1bb6386
commit 05dc5cc4a5

View File

@ -378,7 +378,7 @@ public class MapTileLoader extends TileLoader implements IRenderCallback, ITileD
// ----------------- RenderThemeCallback ----------------- // ----------------- RenderThemeCallback -----------------
@Override @Override
public void renderWay(Line line, int level) { public void renderWay(Line line, int level) {
int numLayer = (mDrawingLayer * 2) + level; int numLayer = mDrawingLayer + level;
if (line.stipple == 0) { if (line.stipple == 0) {
if (line.outline && mCurLineLayer == null) { if (line.outline && mCurLineLayer == null) {
@ -456,8 +456,8 @@ public class MapTileLoader extends TileLoader implements IRenderCallback, ITileD
if (layer == null) if (layer == null)
return; return;
if (layer.area == null) //if (layer.area == null)
layer.area = area; layer.area = area;
layer.addPolygon(mElement.points, mElement.index); layer.addPolygon(mElement.points, mElement.index);
} }