]> git.openstreetmap.org Git - rails.git/commitdiff
Updated potlatch preset tags for bridleway and byway
authorNick Whitelegg <nick_whitelegg@yahoo.co.uk>
Sat, 19 May 2007 11:54:45 +0000 (11:54 +0000)
committerNick Whitelegg <nick_whitelegg@yahoo.co.uk>
Sat, 19 May 2007 11:54:45 +0000 (11:54 +0000)
app/controllers/amf_controller.rb
config/database.yml
config/potlatch/presets.txt

index 76a7fff79e59e1dc7e8e76e322a8ecf25ceb6d3f..921f213c545f347231b544523b4ef8ecf2b799e5 100644 (file)
@@ -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
index a972b44b376dc1123daa720d669a0f9b35bc53b6..44bb1eacef2d80e2c508d4cc5ed82497353f76d7 100644 (file)
@@ -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
index 45716cfa1508b2885724f05ea47edd428e49a907..5d696da43522b0e4a7584fe040b41ecf9bd7876b 100755 (executable)
@@ -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