Skip to content

joystor/django-mapserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a django app that wraps MapServer

It makes it possible to use MapServer through django.

Installation

  1. Create a virtualenv to hold the installation (This step is optional, but highly reccommended).

    virtualenv venv
    source venv/bin/activate
  2. Install mapserver along with the following system-wide dependencies:

    sudo apt-get install cgi-mapserver python-mapscript
  3. Install this repository using pip

    pip install git+https://github.com/ricardogsilva/django-mapserver.git#egg=django-mapserver

About

A django app that wraps MapServer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%