Fix compilation error.

This commit is contained in:
Pavol Zibrita 2011-09-20 09:21:23 +02:00
parent eabcf13509
commit 6ee18303a2

View file

@ -173,7 +173,7 @@ public class IndexVectorMapCreator extends AbstractIndexPartCreator {
private Node checkOuterWaysEncloseInnerWays(List<List<Way>> completedRings, Map<Entity, String> entities) {
List<List<Way>> innerWays = new ArrayList<List<Way>>();
Boundary outerBoundary = new Boundary();
Boundary outerBoundary = new Boundary(true);
Node toReturn = null;
for(List<Way> ring : completedRings){
boolean innerType = "inner".equals(entities.get(ring.get(0))); //$NON-NLS-1$