- mapproxy.core
- mapproxy.core.app: The WSGI application.
- mapproxy.core.cache: Tile caching (creation, caching and retrieval of tiles).
- mapproxy.core.client: Tile retrieval (WMS, TMS, etc.).
- mapproxy.core.conf_loader: Configuration loading and system initializing.
- mapproxy.core.config: System-wide configuration.
- mapproxy.core.defaults
- mapproxy.core.exceptions: Service exception handling (WMS exceptions, XML, in_image, etc.).
- mapproxy.core.fonts
- mapproxy.core.grid: (Meta-)Tile grids (data and calculations).
- mapproxy.core.image: Image and tile manipulation (transforming, merging, etc).
- mapproxy.core.layer: Layer classes (direct, cached, etc.).
- mapproxy.core.libutils
- mapproxy.core.lockfile
- mapproxy.core.odict: This module is an example implementation of an ordered dict for the
collections module.
- mapproxy.core.ogr_reader
- mapproxy.core.paster_templates
- mapproxy.core.request: Service requests (parsing, handling, etc).
- mapproxy.core.response: Service responses.
- mapproxy.core.scripts
- mapproxy.core.seed
- mapproxy.core.seed_old
- mapproxy.core.server: Service handler (WMS, TMS, etc.).
- mapproxy.core.srs: Spatial reference systems and transformation of coordinates.
- mapproxy.core.tilefilter: Filter for tiles (watermark, pngquant, etc.)
- mapproxy.core.timeutils: Date and time utilities.
- mapproxy.core.utils: Utility methods and classes (file locking, asynchronous execution pools, etc.).
- mapproxy.core.version
- mapproxy.kml
- mapproxy.security
- mapproxy.tms
- mapproxy.wms
|