Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mapnik/OGCServer

Pure python WMS
https://github.com/mapnik/OGCServer

Last synced: about 1 month ago
JSON representation

Pure python WMS

Lists

README

        

# Ogcserver

Python WMS implementation using Mapnik.

## Depends

Mapnik >= 0.7.0 (and python bindings)
Pillow
PasteScript
WebOb

You will need to install Mapnik separately.

All the remaining dependencies should be installed cleanly with the command below.

## Install

Run the following command inside this directory (the directory that also contains the 'setup.py' file):

sudo python setup.py install

## Testing

Run the local http server with the sample data:

ogcserver demo/map.xml

Viewing http://localhost:8000/ in a local browser should show a welcome message like 'Welcome to the OGCServer'

Now you should be able to access a map tile with a basic WMS request like:

http://localhost:8000/?LAYERS=__all__&STYLES=&FORMAT=image%2Fpng&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG%3A3857&BBOX=-20037508.34,-20037508.34,20037508.3384,20037508.3384&WIDTH=256&HEIGHT=256