40 41 42
# File 'lib/wu/geo/quadtile.rb', line 40 def tile_url [tileserver_url_base, zl, tile_x, tile_y].join('/') << ".png" end