Skip to content

Commit 6b94628

Browse files
KlumbumbusKlumbumbus
authored andcommitted
fix #22576 - Warn about amenity=marketplace together with highway
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18626 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent ab79c4c commit 6b94628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/data/validator/combinations.mapcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ way[usage=penstock][waterway!=pressurised] {
289289
group: tr("missing tag");
290290
}
291291

292-
/* {0.tag} together with {1.key}, see #17664, #17707, #16464, #10837, #14034, #9389, #11977, #13156, #16888, #20530, #21736, #22076 */
292+
/* {0.tag} together with {1.key}, see #22576, #17664, #17707, #16464, #10837, #14034, #9389, #11977, #13156, #16888, #20530, #21736, #22076 */
293+
*[amenity=marketplace][highway],
293294
*[power=plant][/^generator:/],
294295
*[power=generator][/^plant:/],
295296
*[power=plant][voltage],

0 commit comments

Comments
 (0)