Metadata-Version: 2.1
Name: twms
Version: 0.06y
Summary: tiny web map service
Home-page: https://github.com/komzpa/twms
Author: Darafei Praliaskoiski
Author-email: me@komzpa.net
License: Public Domain or ISC
Description: 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.
        
Platform: UNKNOWN
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
Provides-Extra: cairo
Provides-Extra: proj
