]> git.openstreetmap.org Git - rails.git/commitdiff
fix dragging, add some new pois (already!)
authorRichard Fairhurst <richard@systemed.net>
Sun, 2 Sep 2007 13:42:47 +0000 (13:42 +0000)
committerRichard Fairhurst <richard@systemed.net>
Sun, 2 Sep 2007 13:42:47 +0000 (13:42 +0000)
app/controllers/amf_controller.rb
public/potlatch/potlatch.swf

index e11d7e4e5780c6010dade6f863cc7030538e2232..82dabd2c9b711f7201174fa1c4f1a06d07591d11 100644 (file)
@@ -161,6 +161,9 @@ POI/road
 car park: amenity=parking
 petrol station: amenity=fuel
 
 car park: amenity=parking
 petrol station: amenity=fuel
 
+POI/cycleway
+bike park: amenity=bicycle_parking
+
 POI/place
 city: place=city,name=(type name here),is_in=(type region or county)
 town: place=town,name=(type name here),is_in=(type region or county)
 POI/place
 city: place=city,name=(type name here),is_in=(type region or county)
 town: place=town,name=(type name here),is_in=(type region or county)
@@ -170,9 +173,11 @@ hamlet: place=hamlet,name=(type name here),is_in=(type region or county)
 
 POI/tourism
 attraction: tourism=attraction,amenity=,religion=,denomination=
 
 POI/tourism
 attraction: tourism=attraction,amenity=,religion=,denomination=
-church: tourism=,amenity=place_of_worship,name=(type name here),religion=Christian,denomination=(type denomination here)
+church: tourism=,amenity=place_of_worship,name=(type name here),religion=christian,denomination=(type denomination here)
 hotel: tourism=hotel,amenity=,religion=,denomination=
 other religious: tourism=,amenity=place_of_worship,name=(type name here),religion=(type religion),denomation=
 hotel: tourism=hotel,amenity=,religion=,denomination=
 other religious: tourism=,amenity=place_of_worship,name=(type name here),religion=(type religion),denomation=
+post box: amenity=post_box,tourism=,name=,religion=,denomination=
+post office: amenity=post_office,tourism=,name=,religion=,denomination=
 pub: tourism=,amenity=pub,name=(type name here),religion=,denomination=
 
 POI/natural
 pub: tourism=,amenity=pub,name=(type name here),religion=,denomination=
 
 POI/natural
index 340b752ba7644cfe75326b0991dec70d79d0aad7..c854a6cd78568092e874ee377b56e93012922cdb 100755 (executable)
Binary files a/public/potlatch/potlatch.swf and b/public/potlatch/potlatch.swf differ