mirror of
https://github.com/openstreetmap/openstreetmap-website.git
synced 2025-08-16 17:07:06 +00:00
Updated potlatch preset tags for bridleway and byway
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user