From 0f6d05a2d75f55a228ae6ab8c8c4d70ea063a8a2 Mon Sep 17 00:00:00 2001 From: Nick Whitelegg Date: Sat, 19 May 2007 11:54:45 +0000 Subject: [PATCH] Updated potlatch preset tags for bridleway and byway --- app/controllers/amf_controller.rb | 4 ++-- config/database.yml | 12 ++++++------ config/potlatch/presets.txt | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index 76a7fff79..921f213c5 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -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 diff --git a/config/database.yml b/config/database.yml index a972b44b3..44bb1eace 100644 --- a/config/database.yml +++ b/config/database.yml @@ -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 diff --git a/config/potlatch/presets.txt b/config/potlatch/presets.txt index 45716cfa1..5d696da43 100755 --- a/config/potlatch/presets.txt +++ b/config/potlatch/presets.txt @@ -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 -- 2.43.2