Changeset 14413 in josm


Ignore:
Timestamp:
2018-11-06T18:45:46+01:00 (5 years ago)
Author:
Klumbumbus
Message:
  • fix #16957 - don't warn about amenity=taxi connected to a highway=* way
  • fix #16959 - add fuel:biogas to fuel preset
Location:
trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r14409 r14413  
    33973397                    <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
    33983398                    <check key="fuel:ethanol" text="Ethanol (alcohol)" />
     3399                    <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
     3400                    <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
    33993401                    <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
    34003402                    <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
    3401                     <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
    3402                     <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
     3403                    <check key="fuel:biogas" text="Biogas" />
    34033404                </checkgroup>
    34043405                <space />
  • trunk/data/validator/geometry.mapcss

    r14299 r14413  
    284284  throwOther: tr("{0} node connected to a highway", "{1.tag}");
    285285}
    286 way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge)$/],
     286way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge|taxi)$/],
    287287way[highway] > node[building][!entrance],
    288288way[highway] > node[leisure][!entrance][leisure!=slipway],
Note: See TracChangeset for help on using the changeset viewer.