setting lon2 correctly. Was displaying one of the bbox numbers wrong
This commit is contained in:
parent
7bd1cdaa99
commit
0272d30b96
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
lat1 = changeset.min_lat/GeoRecord::SCALE.to_f
|
||||
lat2 = changeset.max_lat/GeoRecord::SCALE.to_f
|
||||
lon1 = changeset.min_lon/GeoRecord::SCALE.to_f
|
||||
lon2 = changeset.min_lon/GeoRecord::SCALE.to_f
|
||||
lon2 = changeset.max_lon/GeoRecord::SCALE.to_f
|
||||
%>
|
||||
(<a href='/?lat=<%= lat1 %>&lon=<%= lon1 %>&zoom=14'><%= format("%0.3f",lat1) -%>,<%= format("%0.3f",lon1) -%></a>) to
|
||||
(<a href='/?lat=<%= lat2 %>&lon=<%= lon2 %>&zoom=14'><%= format("%0.3f",lat2) -%>,<%= format("%0.3f",lon2) -%></a>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue