From f898c73fd9f374341ff766e7bc807b90110e68da Mon Sep 17 00:00:00 2001 From: Antonin Del Fabbro <30950182+AntoninDelFabbro@users.noreply.github.com> Date: Sat, 28 Dec 2024 22:03:19 +0100 Subject: [PATCH] [Validator] Removed warning for `shop=windows` --- resources/data/validator/deprecated.mapcss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/resources/data/validator/deprecated.mapcss b/resources/data/validator/deprecated.mapcss index e2e511aad2..6bc6a9cd05 100644 --- a/resources/data/validator/deprecated.mapcss +++ b/resources/data/validator/deprecated.mapcss @@ -988,14 +988,6 @@ node[type][pipeline=marker] { fixAdd: "tourism=hotel"; fixRemove: "amenity"; } -*[shop=window], -*[shop=windows] { - throwWarning: tr("{0} is deprecated", "{0.tag}"); - suggestAlternative: "craft=window_construction"; - group: tr("deprecated tagging"); - fixAdd: "craft=window_construction"; - fixRemove: "shop"; -} *[amenity=education] { throwWarning: tr("{0} is deprecated", "{0.tag}"); suggestAlternative: "amenity=college";