]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.rhtml
Add Canadian geocoding, and attribute the geocoders we use
[rails.git] / app / views / site / index.rhtml
index 35e5426995e9c1d67ac139e4305866866269a908..31b0a480e07d96015d1603511adf3ab24d49456b 100644 (file)
@@ -6,17 +6,20 @@
   <%= text_field 'query', 'place_name'%>
   <%= submit_tag 'Search' %>
   <%= end_form_tag %>
+
+<div id="geocoder-attribution">
+  Geolocation provided by <a href="http://npemap.org.uk/">npemap.org.uk</a>,
+  <a href="http://geocoder.us/">geocoder.us</a>, <a href="http://geocoder.ca/">geocoder.ca</a>
+  and <a href="http://www.geonames.org/">geonames.org</a>
+</div>
 <div id="postcode-helper">
-eg SW15 6JH
+eg: SW15 6JH, 95472 or H2L4C1
 </div>
 <div id="placename-helper">
-Essen
+eg:Essen
 </div>
 </div>
 
-
-
-
 <% lon =  params['lon'] || '-0.1' %>
 <% lat =  params['lat'] || '51.5' %>
 <% zoom =  params['zoom'] || '4' %>