X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c96b5b951c9d39a22cf770e2402ef296fa2a6dc4..4012eb7f9a723a27ddf42615eec5d4c27e1e2534:/app/views/site/index.rhtml diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index e83261a2b..31b8fcd70 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -1,22 +1,55 @@ + +
-
- - -
-
+ <% form_tag :controller => 'geocoder', :action => 'search' do %> + <%= text_field 'query', 'postcode' %> + <%= text_field 'query', 'place_name'%> + <%= submit_tag 'Search' %> + <% end %> -
+
+ Geolocation provided by npemap.org.uk, + geocoder.us, geocoder.ca and geonames.org +
+
+ Enter a postcode or zip code, eg: SW15 6JH, 95472 +
+
+ Enter a place-name, eg:Essen +
+ +<% if params['mlon'] and params['mlat'] %> +<% marker = true %> +<% mlon = params['mlon'] %> +<% mlat = params['mlat'] %> +<% lon = params['mlon'] %> +<% lat = params['mlat'] %> +<% zoom = params['zoom'] || '12' %> + +<% elsif @user and params['lon'].nil? and params['lat'].nil? %> +<% lon = @user.home_lon %> +<% lat = @user.home_lat %> +<% zoom = '10' %> +<%else%> <% lon = params['lon'] || '-0.1' %> <% lat = params['lat'] || '51.5' %> -<% zoom = params['zoom'] || '5' %> +<% zoom = params['zoom'] || '4' %> +<% end %> + + - - - - - <% unless @user %> -
-
We're trialing the adverts below to support the project. Login and they go away. -
- <% end %> +