Changeset 15695 in josm for trunk


Ignore:
Timestamp:
2020-01-12T22:57:58+01:00 (4 years ago)
Author:
Don-vip
Message:

fix #18552 - Add validation rules for French telecom references

File:
1 edited

Legend:

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

    r15648 r15695  
    112112*[parking                      ][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/][parking!=yes][parking!=no],
    113113way[cutline                    ][man_made!=cutline],
     114*[ref:FR:ARCEP                 ][telecom!=connection_point],
     115*[ref:FR:ARCEP                 ][telecom:medium!=fibre],
     116*[ref:FR:Orange                ][telecom:medium!=fibre],
     117*[ref:FR:SFR                   ][telecom:medium!=fibre],
     118*[ref:FR:PTT                   ][telecom:medium!=copper],
    114119*[bunker_type                  ][military!=bunker] {
    115120  throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}");
Note: See TracChangeset for help on using the changeset viewer.