Fix compilation error.
This commit is contained in:
parent
eabcf13509
commit
6ee18303a2
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Reference in a new issue