Ignore:
Timestamp:
2014-01-06T13:08:14+01:00 (10 years ago)
Author:
simon04
Message:

Validator: type=site without site is perfectly valid (side is optional and seldom used)

File:
1 edited

Legend:

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

    r6538 r6641  
    1313relation[type=restriction][!restriction],
    1414relation[type=boundary][!boundary],
    15 relation[type=site][!site],
    1615relation[type=public_transport][!public_transport],
    1716relation[type=waterway][!waterway],
     
    2625  assertMatch: "relation type=boundary";
    2726  assertNoMatch: "relation type=boundary boundary=administrative";
    28   assertMatch: "relation type=site";
    2927  assertNoMatch: "relation type=site site=administrative";
    3028  assertMatch: "relation type=public_transport";
Note: See TracChangeset for help on using the changeset viewer.