|
1413 | 1413 | <apply_if appMode="pedestrian" maxzoom="18" order="-1"/>
|
1414 | 1414 | <apply_if appMode="bicycle" maxzoom="17" order="-1"/>
|
1415 | 1415 | </switch>
|
| 1416 | + <case tag="amenity" value="vehicle_inspection"> |
| 1417 | + <apply_if appMode="pedestrian" order="-1"/> |
| 1418 | + <apply_if appMode="bicycle" order="-1"/> |
| 1419 | + </case> |
1416 | 1420 | <case tag="highway" value="services"/>
|
1417 | 1421 | <case tag="highway" value="passing_place">
|
1418 | 1422 | <apply_if appMode="pedestrian" order="-1"/>
|
|
1569 | 1573 | <apply_if appMode="pedestrian" maxzoom="17" order="-1"/>
|
1570 | 1574 | <apply_if appMode="bicycle" maxzoom="16" order="-1"/>
|
1571 | 1575 | </switch>
|
| 1576 | + <case tag="amenity" value="vehicle_inspection"> |
| 1577 | + <apply_if appMode="pedestrian" order="-1"/> |
| 1578 | + <apply_if appMode="bicycle" order="-1"/> |
| 1579 | + </case> |
1572 | 1580 | <case tag="amenity" value="fountain"/>
|
1573 | 1581 | <case tag="railway" value="station" ignorePolygonArea="true"/>
|
1574 | 1582 | <case tag="aerialway" value="station" ignorePolygonArea="true"/>
|
|
3177 | 3185 | <case minzoom="17" tag="amenity" value="telephone"/>
|
3178 | 3186 | <case minzoom="17" tag="amenity" value="car_wash"/>
|
3179 | 3187 | <case minzoom="18" tag="amenity" value="vehicle_ramp"/>
|
| 3188 | + <case minzoom="17" tag="amenity" value="vehicle_inspection"/> |
3180 | 3189 | <case minzoom="18" tag="amenity" value="smoking_area" textSize="11"/>
|
3181 | 3190 | <case minzoom="18" tag="amenity" value="toilets"/>
|
3182 | 3191 | <apply_if engine_v1="true" textDy="9"/>
|
|
3588 | 3597 | <case additional="self_service=yes" icon="amenity_car_wash_self_service"/>
|
3589 | 3598 | </case>
|
3590 | 3599 | <case minzoom="16" tag="amenity" value="vehicle_ramp" icon="amenity_vehicle_ramp"/>
|
| 3600 | + <case minzoom="16" tag="amenity" value="vehicle_inspection" icon="vehicle_inspection"/> |
3591 | 3601 | <apply_if nightMode="true" shield="gray_gray_square_shield"/>
|
3592 | 3602 | </switch>
|
3593 | 3603 | </switch>
|
|
4008 | 4018 | <apply icon="traffic_calming_bump" iconVisibleSize="16" iconOrder="70"/>
|
4009 | 4019 | <apply_if nightMode="true" shield="gray_blue_triangle_shield"/>
|
4010 | 4020 | </switch>
|
4011 |
| - |
| 4021 | + <case minzoom="18" tag="amenity" value="vehicle_inspection" icon="vehicle_inspection" shield="white_gray_square_shield"> |
| 4022 | + <apply_if nightMode="true" shield="gray_gray_square_shield"/> |
| 4023 | + </case> |
4012 | 4024 | <switch shield="white_blue_square_shield">
|
4013 | 4025 | <case minzoom="16" tag="amenity" value="car_rental" icon="amenity_car_rental"/>
|
4014 | 4026 | <case minzoom="16" tag="amenity" value="car_sharing" icon="amenity_car_sharing"/>
|
|
0 commit comments