fix: include historical road class family
This commit is contained in:
@@ -48,7 +48,7 @@ THEMES = (
|
||||
ThemeDefinition("buildings", "Historische bebouwing", lambda value: value.startswith("bebouwing"), "bebouwing*", "like"),
|
||||
ThemeDefinition("forest", "Historisch bos", lambda value: value.startswith("bos-") or value == "bos", "bos*", "like"),
|
||||
ThemeDefinition("water", "Historisch water", lambda value: value == "water", "water", "equal"),
|
||||
ThemeDefinition("roads", "Historische wegen", lambda value: value.startswith("weg-"), "weg-*", "like"),
|
||||
ThemeDefinition("roads", "Historische wegen", lambda value: value.startswith("weg"), "weg*", "like"),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user