X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6baccfaddd190d730b626204e9cf81c2504995bf..2541ad0f099a934b8ad3c2bdc085c89919407fa0:/lib/short_link.rb diff --git a/lib/short_link.rb b/lib/short_link.rb index afcf1ef37..b91d7e569 100644 --- a/lib/short_link.rb +++ b/lib/short_link.rb @@ -57,7 +57,7 @@ module ShortLink # append characters onto the end of the string to represent # partial zoom levels (characters themselves have a granularity # of 3 zoom levels). - ((z + 8) % 3).times { str << "=" } + ((z + 8) % 3).times { str << "-" } return str end