Module: MapPrint

Defined in:
lib/base.rb,
lib/map_print/core.rb,
lib/map_print/logger.rb,
lib/map_print/lat_lng.rb,
lib/map_print/version.rb,
lib/map_print/exceptions.rb,
lib/map_print/tiles/tile.rb,
lib/map_print/pdf_handler.rb,
lib/map_print/png_handler.rb,
lib/map_print/layer_handler.rb,
lib/map_print/legend_handler.rb,
lib/map_print/providers/base.rb,
lib/map_print/providers/bing.rb,
lib/map_print/tiles/osm_tile.rb,
lib/map_print/tiles/bing_tile.rb,
lib/map_print/geo_json_handler.rb,
lib/map_print/scalebar_handler.rb,
lib/map_print/validations/size.rb,
lib/map_print/pdf_handlers/texts.rb,
lib/map_print/png_handlers/texts.rb,
lib/map_print/tiles/tile_factory.rb,
lib/map_print/pdf_handlers/images.rb,
lib/map_print/png_handlers/images.rb,
lib/map_print/providers/open_street_map.rb

Defined Under Namespace

Modules: PdfHandlers, PngHandlers, Providers, Validations Classes: BingTile, Core, CoreError, FeatureNotImplemented, GeoJSONHandler, GeoJSONHandlerError, InvalidGeoJSON, InvalidLegendSize, InvalidScalebarSize, InvalidScalebarZoom, LatLng, LayerHandler, LegendHandler, LegendHandlerError, Logger, MissingLayoutInformation, NoGeometryPresent, NoLegendData, NoPointImage, NoScalebarData, OSMTile, ParameterError, PdfHandler, PngHandler, ScalebarHandler, ScalebarHandlerError, Tile, TileFactory

Constant Summary collapse

VERSION =
'1.2.0'