mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 04:21:08 +00:00
More robust multiexpression filtering (#206)
This commit is contained in:
@@ -116,7 +116,7 @@ public class BasemapProfile extends ForwardingProfile {
|
||||
})
|
||||
.toList();
|
||||
return new RowDispatch(constructor.create(), handlers);
|
||||
}).simplify().index();
|
||||
}).simplify().indexAndWarn();
|
||||
wikidataMappings = Tables.MAPPINGS
|
||||
.mapResults(constructor -> handlerMap.getOrDefault(constructor.rowClass(), List.of()).stream()
|
||||
.anyMatch(handler -> !IgnoreWikidata.class.isAssignableFrom(handler.handlerClass()))
|
||||
|
||||
Reference in New Issue
Block a user