for HTML and Atom versions and hopefully get the escaping right in the feed. Closes #2135.
1 line
183 B
Text
1 line
183 B
Text
<%= link_to bbox.to_s, :controller => "site", :action => "index", :minlon => bbox.min_lon, :minlat => bbox.min_lat, :maxlon => bbox.max_lon, :maxlat => bbox.max_lat, :box => "yes" %>
|