skip to navigation
skip to content

msjson 0.2.2

Converting UMN Mapserver mapscript objects from and to json

Downloads ↓

A package for converting UMN Mapserver mapscript objects to and from JSON.

mapscript

JSON

The MsJSON package is released under the terms of the GNU LPGL Version 3 (see COPYRIGHT).

Installation

The MsJSON package requires a working mapscript Python library. For processing with json.load(s) or json.dump(s) the Python JSON module is necessary but not required.

JSON is battery included since Python 2.6, for Python 2.5 the SimpleJSON module can be used. It is available in the Python package index.

You can do:

easy_install msjson

or you can download a source distribution archive from Bitbucket and then:

python setup.py install

The documentation is available under http://www.gis-hosting.lu/static/msjson/

Development

Development is managed through bitbucket. The bitbucket archive is located under https://bitbucket.org/frankbroniewski/msjson/src.

You are welcome to clone the project :-):

$ hg clone https://bitbucket.org/frankbroniewski/msjson
 
File Type Py Version Uploaded on Size # downloads
msjson-0.2.2.tar.gz (md5) Source 2011-09-20 411KB 217
msjson-0.2.2.zip (md5) Source 2011-09-20 423KB 204