Changeset 8480 in josm for trunk/data
- Timestamp:
- 2015-06-08T09:18:09+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r8437 r8480 268 268 } 269 269 270 /* any other *_name tag ( except old_name, loc_name and uic_name) but not a name , see #10837 #11297*/271 *[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][ noname!=yes] {270 /* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 */ 271 *[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] { 272 272 throwWarning: tr("alternative name without {0}", "{1.key}"); 273 273 }
Note:
See TracChangeset
for help on using the changeset viewer.