Changeset 11771 in josm for trunk/data/validator
- Timestamp:
- 2017-03-22T21:42:09+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/wikipedia.mapcss
r11766 r11771 130 130 /* Wikipedia without wikidata */ 131 131 *[wikipedia][!wikidata] { 132 throw Warning: tr("wikipedia tag is set, but there is no wikidata tag. Wikipedia plugin might help with wikidata id lookups");132 throwOther: tr("wikipedia tag is set, but there is no wikidata tag. Wikipedia plugin might help with wikidata id lookups"); 133 133 assertMatch: "node wikipedia=a"; 134 134 assertNoMatch: "node wikipedia=a wikidata=Q123";
Note:
See TracChangeset
for help on using the changeset viewer.