]> git.openstreetmap.org Git - rails.git/commit
Don't limit get map_bugs to a small Area, by disabling the quadtile index for those...
authorKai Krueger <kakrueger@gmail.com>
Sat, 20 Mar 2010 11:59:23 +0000 (11:59 +0000)
committerKai Krueger <kakrueger@gmail.com>
Sat, 20 Mar 2010 11:59:23 +0000 (11:59 +0000)
commit59a6ed0e207cc83e286e3e9b1235427756f61f7d
treefadf056d671196f1890d062aeeecfde02a0e58da
parent03f733c4f4091dc53e391aa74a020681af98a4ff
Don't limit get map_bugs to a small Area, by disabling the quadtile index for those searches

The volumn of bugs seem small enough to get away with normal or GiST indexes (not included yet)

Also includes some other fixes
app/controllers/map_bugs_controller.rb
lib/geo_record.rb
lib/map_boundary.rb
lib/osm.rb
test/functional/map_bugs_controller_test.rb