Changeset 6645 in josm for trunk/data/validator/deprecated.mapcss
- Timestamp:
- 2014-01-06T18:40:17+01:00 (12 years ago)
- File:
-
- 1 edited
-
trunk/data/validator/deprecated.mapcss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/deprecated.mapcss
r6633 r6645 179 179 180 180 /* from http://wiki.openstreetmap.org/wiki/Conditional_restrictions#Deprecated_tags */ 181 *[/(day|date|hour)_(on|off)/][!restriction] { 181 *[day_on][!restriction], 182 *[day_off][!restriction], 183 *[date_on][!restriction], 184 *[date_off][!restriction], 185 *[hour_on][!restriction], 186 *[hour_off][!restriction] { 182 187 throwWarning: tr("{0} is deprecated", "{0.key}"); 183 188 suggestAlternative: "*:conditional";
Note:
See TracChangeset
for help on using the changeset viewer.
