From: Richard Fairhurst Date: Sun, 2 Sep 2007 13:42:47 +0000 (+0000) Subject: fix dragging, add some new pois (already!) X-Git-Tag: live~8174 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/393c2cdff27767696b0b5fcb1ee2b896450c1e5b fix dragging, add some new pois (already!) --- diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index e11d7e4e5..82dabd2c9 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -161,6 +161,9 @@ POI/road 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) @@ -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= -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= +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 diff --git a/public/potlatch/potlatch.swf b/public/potlatch/potlatch.swf index 340b752ba..c854a6cd7 100755 Binary files a/public/potlatch/potlatch.swf and b/public/potlatch/potlatch.swf differ