- Timestamp:
- 2020-02-08T16:48:38+01:00 (5 years ago)
- Location:
- trunk/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r15825 r15828 949 949 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" /> 950 950 <reference ref="general_access" /> 951 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" /> 951 952 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> 952 953 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> -
trunk/data/validator/deprecated.mapcss
r15758 r15828 690 690 } 691 691 692 /* see #11330 */692 /* see #11330, #18642 */ 693 693 *[/^.$/], 694 694 node[/^..$/], 695 way[/^..$/], 695 way[/^..$/][route=ferry][!to], 696 way[/^..$/][route!=ferry], 696 697 relation[/^..$/][!to] { 697 698 throwWarning: tr("uncommon short key"); … … 699 700 assertMatch: "relation fo=bar"; 700 701 assertMatch: "way to=bar"; 702 assertNoMatch: "way to=Zuidschermer;Akersloot route=ferry"; 701 703 assertMatch: "node fo=bar"; 702 704 assertMatch: "node f=b";
Note:
See TracChangeset
for help on using the changeset viewer.