Changeset 14940 in josm
- Timestamp:
- 2019-03-29T22:00:16+01:00 (6 years ago)
- Location:
- trunk/data/validator
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/deprecated.mapcss
r14935 r14940 120 120 } 121 121 122 /* #17527 */ 122 123 *[shop=fashion] { 123 124 throwWarning: tr("{0} is deprecated", "{0.tag}"); -
trunk/data/validator/ignoretags.cfg
r14921 r14940 365 365 ; 366 366 ; Tags not yet decided (to remove from this section when added or deprecated) 367 ; see josm tickets: 10759 15 774 16315 16658 16793367 ; see josm tickets: 10759 15309 15774 16315 16658 16793 368 368 ; 369 369 K:man_made=mast … … 376 376 K:historic=citywalls 377 377 K:crossing=zebra 378 K:healthcare=dentist -
trunk/data/validator/numeric.mapcss
r14728 r14940 345 345 } 346 346 347 /* #17530 */ 348 *[ele][ele =~ /^-?[0-9]+\.[0-9][0-9][0-9]+$/] { 349 throwWarning: tr("{0}", "{0.tag}"); 350 group: tr("Unnecessary amount of decimal places"); 351 fixAdd: concat("ele=", round(tag("ele")*100)/100); 352 assertNoMatch: "node ele=12"; 353 assertNoMatch: "node ele=1.12"; 354 assertMatch: "node ele=12.123"; 355 assertMatch: "node ele=12.1234"; 356 assertMatch: "node ele=-12.6789"; 357 assertNoMatch: "node ele=12.123 m"; 358 assertNoMatch: "node ele=high"; 359 } 360 347 361 /* #15774 */ 348 362 node[fire_hydrant:pressure="#"] {
Note:
See TracChangeset
for help on using the changeset viewer.