Metadata-Version: 2.4
Name: twms
Version: 0.7
Summary: tiny web map service
Home-page: https://github.com/komzpa/twms
Author: Darafei Praliaskouski
Author-email: me@komzpa.net
License: Public Domain or ISC
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: GIS
License-File: COPYING
Requires-Dist: Pillow
Requires-Dist: web.py
Provides-Extra: proj
Requires-Dist: pyproj; extra == "proj"
Provides-Extra: cairo
Requires-Dist: pycairo; extra == "cairo"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

About
=====

twms is a script that connects World of Tiles and World of WMS.
The name ‘twms’ stands for twms web map server.

The primary purpose of twms is to export your map tiles to the
WMS-enabled applications.

twms can export a set of raster tiles as a WMS service
so GIS applications that support WMS protocol can access
this tile set. Also, twms can act as a proxy and perform
WMS requests to external services and serve the tile cache

TODO
====

 - Make fetchers work with proxy
 - Full reprojection support
 - Imagery realignment

Conventions
===========

 - Inside tWMS, only EPSG:4326 latlon should be used for transmitting coordinates.
