use WayData container to pass geometry and tags to TileGenerator

This commit is contained in:
Hannes Janetzek
2013-04-02 11:21:13 +02:00
parent bef8e125fb
commit b7ca00ae8f
8 changed files with 152 additions and 85 deletions

View File

@@ -979,7 +979,7 @@ public class MapDatabase implements IMapDatabase {
&& mGeom.points[1] == mGeom.points[l - 1];
projectToTile(mGeom.points, mGeom.index);
mapDatabaseCallback.renderWay(layer, curTags, mGeom, closed, 0);
/// FIXME mapDatabaseCallback.renderWay(layer, curTags, mGeom, closed, 0);
}
}