Changeset 7697 in josm


Ignore:
Timestamp:
2014-11-02T22:56:58+01:00 (9 years ago)
Author:
Don-vip
Message:

fix #10693 - Places with a 'place_name' and no 'name' should use 'name' instead (modified patch by brianegge)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/deprecated.mapcss

    r7647 r7697  
    334334  throwWarning: tr("{0}={1} is unspecific. Please replace ''{1}'' by a specific value.", "{0.key}", "{0.value}");
    335335}
     336
     337/* see #10693 - http://wiki.openstreetmap.org/wiki/Proposed_features/drop_recommendation_for_place_name */
     338*[place_name][!name] {
     339  throwWarning: tr("{0} should be replaced with {1}", "{0.key}", "{1.key}");
     340  fixChangeKey: "place_name => name";
     341}
Note: See TracChangeset for help on using the changeset viewer.