Potlatch 0.8b
This commit is contained in:
parent
8c98f1a6c4
commit
9df6d2ac06
4 changed files with 17 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
# Potlatch autocomplete values
|
||||
# each line should be: key / way|point|POI (tab) list_of_values
|
||||
# '-' indicates no autocomplete for values
|
||||
highway/way motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,service,bridleway,cycleway,footway,pedestrian,steps
|
||||
highway/way motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,service,bridleway,cycleway,footway,pedestrian,steps,living_street
|
||||
highway/point mini_roundabout,traffic_signals,crossing,gate,stile,cattle_grid,toll_booth,incline,viaduct,motorway_junction,services,ford,bus_stop
|
||||
junction/way roundabout
|
||||
cycleway/way lane,track,opposite_lane,opposite_track,opposite
|
||||
|
|
|
@ -3,9 +3,10 @@ motorway: highway=motorway,ref=(type road number)
|
|||
trunk road: highway=trunk,ref=(type road number),name=(type road name)
|
||||
primary road: highway=primary,ref=(type road number),name=(type road name)
|
||||
secondary road: highway=secondary,ref=(type road number),name=(type road name)
|
||||
tertiary road: highway=tertiary,ref=,name=(type road name)
|
||||
residential road: highway=residential,ref=,name=(type road name)
|
||||
tertiary road: highway=tertiary,ref=(type road number),name=(type road name)
|
||||
unclassified road: highway=unclassified,ref=,name=(type road name)
|
||||
residential road: highway=residential,ref=,name=(type road name)
|
||||
service road: highway=service,ref=,name=
|
||||
|
||||
way/footway
|
||||
footpath: highway=footway,foot=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue