module Honua

a coordinate is used to indentify a tile based on the zoom level and the tile grid's x/y coordinates

a tile is an image file representing a coordinate at a certain zoom level

Constants

Location

locations are actual places in the world they are in latitude and longitude (EPSG:4326)

Point

Public Class Methods

configuration() click to toggle source
# File lib/honua.rb, line 11
def configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/honua.rb, line 15
def configure
  yield configuration
end