| 545 | | <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" /> |
| 546 | | <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" /> |
| 547 | | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" /> |
| | 545 | <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" /> |
| | 546 | <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" /> |
| | 547 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" /> |
| 549 | | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" /> |
| 550 | | <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" /> |
| 551 | | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" /> |
| 552 | | <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
| 553 | | <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
| 554 | | <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
| 555 | | <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
| | 549 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" /> |
| | 550 | <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" /> |
| | 551 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" /> |
| | 552 | <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" /> |
| | 553 | <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" /> |
| | 554 | <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" /> |
| | 555 | <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" /> |
| 557 | | <combo key="agricultural" text="Agricultural" values="yes,official,designated,destination,permissive,private,no" /> |
| 558 | | <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,permissive,private,no" /> |
| 559 | | <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" /> |
| 560 | | <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" /> |
| 561 | | <text key="maxspeed" text="Max. speed (km/h)" /> |
| 562 | | <text key="minspeed" text="Min. speed (km/h)" /> |
| 563 | | <text key="maxweight" text="Max. weight (tonnes)" /> |
| 564 | | <text key="maxaxleload" text="Max. axleload (tonnes)" /> |
| 565 | | <text key="maxheight" text="Max. height (meters)" /> |
| 566 | | <text key="maxwidth" text="Max. width (meters)" /> |
| 567 | | <text key="maxlength" text="Max. length (meters)" /> |
| | 557 | <combo key="agricultural" text="Agricultural" values="yes,official,designated,destination,permissive,private,no" match="key" /> |
| | 558 | <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,permissive,private,no" match="key" /> |
| | 559 | <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" match="key" /> |
| | 560 | <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" match="key" /> |
| | 561 | <text key="maxspeed" text="Max. speed (km/h)" match="key" /> |
| | 562 | <text key="minspeed" text="Min. speed (km/h)" match="key" /> |
| | 563 | <text key="maxweight" text="Max. weight (tonnes)" match="key" /> |
| | 564 | <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" /> |
| | 565 | <text key="maxheight" text="Max. height (meters)" match="key" /> |
| | 566 | <text key="maxwidth" text="Max. width (meters)" match="key" /> |
| | 567 | <text key="maxlength" text="Max. length (meters)" match="key" /> |
| 5226 | | <text key="addr:housename" text="House name" /> |
| 5227 | | <text key="addr:street" text="Street name" use_last_as_default="force" /> |
| 5228 | | <text key="addr:city" text="City name" use_last_as_default="force" /> |
| 5229 | | <text key="addr:postcode" text="Post code" use_last_as_default="force" /> |
| 5230 | | <combo key="addr:country" text="Country code" values="AT,CH,DE,FR,GB,IT,US" use_last_as_default="force" /> |
| | 5226 | <text key="addr:housename" text="House name" match="key" /> |
| | 5227 | <text key="addr:street" text="Street name" use_last_as_default="force" match="key" /> |
| | 5228 | <text key="addr:city" text="City name" use_last_as_default="force" match="key" /> |
| | 5229 | <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" /> |
| | 5230 | <combo key="addr:country" text="Country code" values="AT,CH,DE,FR,GB,IT,US" use_last_as_default="force" match="key" /> |