Changeset 19140 in josm for trunk/resources/data/validator/numeric.mapcss
- Timestamp:
- 2024-07-15T13:11:17+02:00 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/numeric.mapcss
r19129 r19140 68 68 } 69 69 70 *[roof:height][ roof:height =~ /^0*(\.0*)?( (m|ft))?$/][roof:shape=flat] {70 *[roof:height][siunit_length(tag("roof:height")) == 0][roof:shape=flat] { 71 71 throwWarning: tr("{0} is unnecessary for {1}", "{0.tag}", "{2.tag}"); 72 72 group: tr("unnecessary tag");
Note:
See TracChangeset
for help on using the changeset viewer.