New improved geocoder with extra added AJAX and OSM Namefinder support.
This commit is contained in:
parent
e8809a10f5
commit
397db07d65
8 changed files with 342 additions and 251 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue