Changeset 17593 in josm for trunk/resources
- Timestamp:
- 2021-03-20T11:50:06+01:00 (4 years ago)
- Location:
- trunk/resources/data/validator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/deprecated.mapcss
r17469 r17593 1473 1473 /* #17504 */ 1474 1474 *[is_in], 1475 node[/^is_in: .*$/],1476 way[/^is_in: .*$/] {1475 node[/^is_in:$/], 1476 way[/^is_in:$/] { 1477 1477 throwWarning: tr("{0} is deprecated", "{0.key}"); 1478 1478 group: tr("deprecated tagging"); -
trunk/resources/data/validator/unnecessary.mapcss
r17209 r17593 155 155 156 156 /* #2760 */ 157 *[/^(gpx|gpxx|gpxd):/] { 157 *[/^gpx:/], 158 *[/^gpxx:/], 159 *[/^gpxd:/] { 158 160 throwWarning: tr("{0} should not be uploaded", "{0.key}"); 159 161 group: tr("unnecessary tag");
Note:
See TracChangeset
for help on using the changeset viewer.