class MapPrint::Providers::OpenStreetMap

Constants

BASE_URL

Public Instance Methods

build_provider(base_url=nil) click to toggle source
# File lib/map_print/providers/open_street_map.rb, line 7
def build_provider(base_url=nil)
  TileFactory.new(base_url || BASE_URL, 'osm', @south_west, @north_east, @zoom)
end