| | 29 | |
| | 30 | *[name=~/co.?voiturage/][amenity!=car_pooling][!carpool][inside("FR")] { |
| | 31 | throwWarning: tr("Tag manquant sur aire de covoiturage"); |
| | 32 | -osmoseItemClassLevel: "2170/21700/3"; |
| | 33 | -osmoseTags: list("parking", "amenity", "fix:chair"); |
| | 34 | fixAdd: "carpool=designated"; |
| | 35 | fixAdd: "amenity=car_pooling"; |
| | 36 | |
| | 37 | -osmoseAssertMatchWithContext: list("node name='Aire de Covoiturage' amenity=parking", "inside=FR"); |
| | 38 | -osmoseAssertMatchWithContext: list("way name='Aire de covoiturage' amenity=car_sharing", "inside=FR"); |
| | 39 | -osmoseAssertNoMatchWithContext: list("way name='Aire de covoiturage' amenity=car_pooling", "inside=FR"); |
| | 40 | -osmoseAssertNoMatchWithContext: list("way name='Aire de covoiturage' amenity=parking carpool=designated", "inside=FR"); |
| | 41 | } |