https://github.com/monoid/wms-mash
WMS bookmarking service with WMS relay
https://github.com/monoid/wms-mash
Last synced: 10 months ago
JSON representation
WMS bookmarking service with WMS relay
- Host: GitHub
- URL: https://github.com/monoid/wms-mash
- Owner: monoid
- Created: 2010-10-14T05:26:10.000Z (over 15 years ago)
- Default Branch: django-split-tree
- Last Pushed: 2013-11-20T09:59:47.000Z (over 12 years ago)
- Last Synced: 2025-08-03T03:38:31.809Z (11 months ago)
- Language: Python
- Homepage:
- Size: 258 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
WMS-Mash is a WMS bookmarking service that allows you to gather data
from various WMS servers and organize thematic virtual servers ("WMS
relays").
User frontend will be implemented with Django, and relay is
implemented with Twisted. PostgreSQL is used as a database backend.
WMS is a Web Map Service
http://en.wikipedia.org/wiki/Web_Map_Service
Dependencies:
* twisted (tested with 9.0.0 and 10.1.0)
* lxml (2.2.8)
* txpostgres (tested with 0.3.0) and psycopg-2.2.2
* PIL (Python Imaging Library, tested with 1.1.7)