﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
15664	Drop area=yes from closed highway=services|rest_area	naoliv	team	"I guess that due to https://github.com/gravitystorm/openstreetmap-carto/issues/137 and https://github.com/openstreetmap/iD/issues/4194 we have 12320 `highway=services|rest_area` with an unnecessary `area=yes` https://overpass-turbo.eu/s/tKb

It seems safe to drop `area=yes`

{{{
#!patch
Index: data/validator/unnecessary.mapcss
===================================================================
--- data/validator/unnecessary.mapcss	(revisão 13198)
+++ data/validator/unnecessary.mapcss	(cópia de trabalho)
@@ -32,6 +32,14 @@
   fixRemove: ""{2.key}"";
 }
 
+/* #15664 */
+area:closed[highway=rest_area][area?],
+area:closed[highway=services][area?] {
+  throwWarning: tr(""{0} is unnecessary for {1}"", ""{2.key}"", ""{1.tag}"");
+  group: tr(""unnecessary tag"");
+  fixRemove: ""{2.key}"";
+}
+
 *[emergency=permissive] {
   /* see #9458 - emergency=permissive makes no sense */
   throwWarning: tr(""{0} makes no sense"", ""{0.tag"");
}}}"	enhancement	closed	normal	18.02	Core validator		fixed	highway area	Klumbumbus
