Updated potlatch preset tags for bridleway and byway
This commit is contained in:
parent
44bf1d91a1
commit
0f6d05a2d7
3 changed files with 10 additions and 10 deletions
|
@ -89,8 +89,8 @@ unclassified road: highway=unclassified,name=(type road name)
|
|||
|
||||
way/footway
|
||||
footpath: highway=footway,foot=yes
|
||||
bridleway: highway=bridleway,foot=yes
|
||||
byway: highway=unsurfaced,foot=yes
|
||||
bridleway: highway=bridleway,foot=yes,horse=yes,bicycle=yes
|
||||
byway: highway=byway,foot=yes,horse=yes,bicycle=yes,motorcar=yes
|
||||
permissive path: highway=footway,foot=permissive
|
||||
|
||||
way/cycleway
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
development:
|
||||
adapter: mysql
|
||||
database: openstreetmap
|
||||
username: openstreetmap
|
||||
password: openstreetmap
|
||||
host: 128.40.58.203
|
||||
username: freemap
|
||||
password: BPaNCyU4
|
||||
host: localhost
|
||||
|
||||
# Warning: The database defined as 'test' will be erased and
|
||||
# re-generated from your development database when you run 'rake'.
|
||||
|
@ -30,6 +30,6 @@ test:
|
|||
production:
|
||||
adapter: mysql
|
||||
database: openstreetmap
|
||||
username: openstreetmap
|
||||
password: openstreetmap
|
||||
host: 128.40.58.203
|
||||
username: freemap
|
||||
password: BPaNCyU4
|
||||
host: localhost
|
||||
|
|
|
@ -8,8 +8,8 @@ unclassified road: highway=unclassified,name=(type road name)
|
|||
|
||||
way/footway
|
||||
footpath: highway=footway,foot=yes
|
||||
bridleway: highway=bridleway,foot=yes
|
||||
byway: highway=unsurfaced,foot=yes
|
||||
bridleway: highway=bridleway,foot=yes,horse=yes,bicycle=yes
|
||||
byway: highway=byway,foot=yes,horse=yes,bicycle=yes,motorcar=yes
|
||||
permissive path: highway=footway,foot=permissive
|
||||
|
||||
way/cycleway
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue