no need to filter relations without support for old-style multipolygons

master
Oliver Tonnhofer 2017-05-09 11:49:49 +02:00
parent 8a2d37a74e
commit 698a4fc05c
1 changed files with 1 additions and 5 deletions

View File

@ -350,11 +350,7 @@ func Update(oscFile string, geometryLimiter *limit.Limiter, expireor expire.Expi
}
// insert new relation
progress.AddRelations(1)
// filter out unsupported relation types, otherwise they might
// get inserted with the tags from an outer way
if relTagFilter.Filter(&rel.Tags) {
relations <- rel
}
relations <- rel
}
for wayId, _ := range wayIds {