Fix some rubocop todos
This commit is contained in:
parent
f881a8c83c
commit
2d3972249c
17 changed files with 48 additions and 70 deletions
|
@ -1,8 +1,8 @@
|
|||
attrs = {
|
||||
"minlat" => format("%.7f", bounds.min_lat),
|
||||
"minlon" => format("%.7f", bounds.min_lon),
|
||||
"maxlat" => format("%.7f", bounds.max_lat),
|
||||
"maxlon" => format("%.7f", bounds.max_lon)
|
||||
"minlat" => format("%<lat>.7f", :lat => bounds.min_lat),
|
||||
"minlon" => format("%<lon>.7f", :lon => bounds.min_lon),
|
||||
"maxlat" => format("%<lat>.7f", :lat => bounds.max_lat),
|
||||
"maxlon" => format("%<lon>.7f", :lon => bounds.max_lon)
|
||||
}
|
||||
|
||||
xml.bounds(attrs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue