New improved geocoder with extra added AJAX and OSM Namefinder support.

This commit is contained in:
Tom Hughes 2007-08-07 17:09:37 +00:00
parent e8809a10f5
commit 397db07d65
8 changed files with 342 additions and 251 deletions

View file

@ -97,9 +97,7 @@ ActionController::Routing::Routes.draw do |map|
map.connect '/test/populate/:table/:count', :controller => 'test', :action => 'populate', :from => 1
# geocoder
map.connect '/geocoder/search/', :controller => 'geocoder', :action => 'search'
map.connect '/geocoder/results/', :controller => 'geocoder', :action => 'results'
map.connect '/postcode/:postcode/', :controller => 'geocoder', :action => 'search'
map.connect '/geocoder/search', :controller => 'geocoder', :action => 'search'
# messages