X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4f826acfca0ede6b7d4868e8bb45a608c44582ce..2408dd333f43c98c23c5539e90b327055a06659a:/app/views/site/index.rhtml diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index 670f10a20..dc488089d 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -1,65 +1,143 @@ -
-
- - -
-
+<%= render :partial => 'search', :locals => { :onopen => "resizeMap();", :onclose => "resizeMap();" } %> +
+<% if params['mlon'] and params['mlat'] %> +<% marker = true %> +<% mlon = params['mlon'] %> +<% mlat = params['mlat'] %> +<% end %> -<% lon = params['lon'] || '-0.1' %> -<% lat = params['lat'] || '51.5' %> -<% zoom = params['zoom'] || '4' %> +<% if params['minlon'] and params['minlat'] and params['maxlon'] and params['maxlat'] %> +<% bbox = true %> +<% minlon = params['minlon'] %> +<% minlat = params['minlat'] %> +<% maxlon = params['maxlon'] %> +<% maxlat = params['maxlat'] %> +<% end %> - +<%= javascript_include_tag 'map.js' %> - -