Changeset 18633 in josm for trunk/resources/data/validator/deprecated.mapcss
- Timestamp:
- 2023-01-11T20:06:22+01:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/deprecated.mapcss
r18564 r18633 2402 2402 } 2403 2403 2404 /* temporary URLs, can be exteded to other websites and other keys e.g. "url" or "website", #22397 */ 2404 /* temporary URLs, can be extended to other websites and other keys e.g. "url" or "website", #22397 */ 2405 2405 *[image][image=~/^https:\/\/westnordost.de\/p\//] { 2406 2406 throwWarning: tr("{0} with a temporary URL which may be outdated very soon", "{0.key}"); … … 2411 2411 } 2412 2412 2413 /* Replaced by archaeological_site, see #22561 */ 2414 *[historic=archaeological_site][site_type] { 2415 throwWarning: tr("{0} should be replaced with {1}", "{1.key}", "archaeological_site"); 2416 fixChangeKey: "site_type => archaeological_site"; 2417 assertMatch: "node historic=archaeological_site site_type=fortification"; 2418 assertNoMatch: "node historic=archaeological_site site_type2=fortification"; 2419 } 2420 2413 2421 /* When tags are deprecated they should be added to ignoretags.cfg too. */
Note:
See TracChangeset
for help on using the changeset viewer.