Skip to content

imincik/mapfile-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAPFILE DEVELOPER SCRIPT
========================
Minimalistic HTML viewer for UMN MapServer mapfiles in simple
standalone WSGI server.

To get help run '$ ./viewer.py' without any arguments.


DIFFERENCES (ADVANTAGES) TO MAPSERVER 6 BUILT-IN VIEWER
-------------------------------------------------------
* Works for MapServer < 6.0

* Doesn't require web server running on Your machine. It creates its
own WSGI server which is more like a development environments should look
like (Django dev server).

* Usable debug messages in console

* Possibilities to override CONNECTION setting - in production one can use
different credentials than in development.

* Possibility to override some other parameters line EXTENT. It creates
possibility to work with many projects with the same base mapfile. More
overriding options to come.

* Simple mapfile syntax check tool.


DEPENDENCIES
------------
* python-mapscript


CREDITS
-------
* OpenLayers Dark theme - Development Seed, Inc.


LICENSE
-------
GNU General Public License, version 2

About

UMN Mapserver mapfile viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages