Module: SimplerTiles

Defined in:
lib/simpler_tiles.rb,
lib/simpler_tiles/map.rb,
lib/simpler_tiles/layer.rb,
lib/simpler_tiles/query.rb,
lib/simpler_tiles/style.rb,
lib/simpler_tiles/bounds.rb,
lib/simpler_tiles/version.rb,
lib/simpler_tiles/mixins/pp.rb,
lib/simpler_tiles/layer/raster_layer.rb,
lib/simpler_tiles/layer/vector_layer.rb,
ext/simpler_tiles/simpler_tiles.c

Overview

SimplerTiles contains all of the classes we’ll want to define.

Defined Under Namespace

Modules: PP Classes: Bounds, Layer, Map, Query, RasterLayer, Style, VectorLayer

Constant Summary collapse

ROOT =

The location of this file will define the root path for SimplerTiles

File.expand_path File.dirname(__FILE__)
VERSION =

The version of the library

"0.3.1"