diff --git a/src/mapcss/StyleChooser.py b/src/mapcss/StyleChooser.py index f876d92..39676e9 100644 --- a/src/mapcss/StyleChooser.py +++ b/src/mapcss/StyleChooser.py @@ -181,9 +181,10 @@ class StyleChooser: x["object-id"] = oid if oid == "::*": hasall = True - if x.get("object-id") == ra["object-id"]: - x.update(ra) - break + else: + if x.get("object-id") == ra["object-id"]: + x.update(ra) + break else: if not hasall: allinit.update(ra)