]> git.openstreetmap.org Git - rails.git/blob - app/views/changeset/_bbox.atom.builder
Used perl -pi -e 's/^.*?"action_createpoi":/ action_createpoi:/g' *yml
[rails.git] / app / views / changeset / _bbox.atom.builder
1 xml.a(bbox.to_s, :href => url_for(:controller => "site", :action => "index", :minlon => bbox.min_lon, :minlat => bbox.min_lat, :maxlon => bbox.max_lon, :maxlat => bbox.max_lat, :box => "yes"))