- Notifications
You must be signed in to change notification settings - Fork0
MapServer Suite Web Administration Interface
License
NotificationsYou must be signed in to change notification settings
programmerg/MapAdmin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MapAdmin is a web administration interface and a PHP wrapper around MapServerwhich allows to manipulate mapfiles in a RESTFul way. It has been developed to match asclose as possible the way the GeoServer REST API acts.
It is Free and Open Source Software. All contributions are most welcome!
- Webserver (Apache / nginx)
- MapServer
- MapCache
- MapAdmin REST API
- MapAdmin Web client
- Web Feature Service (WFS)
- Web Map Service (WMS)
- Web Catalogue Service (WCS)
- Web Map Tile Service (WMTS)
- Tile Map Service (TMS)
- Sensor Observation Service (SOS)
- OGC API
For more information, visit thedocumentation
MapAdmin can be installed on almost anyexisting apache + mapserver environment.
Or conveniently as a new service usingdocker.
docker build \ --target apache \ --build-arg MAPSERVER_VERSION="8.4.0" \ --build-arg MAPCACHE_VERSION="1.14.1" \ --build-arg NGINX_VERSION="1.27.4" \ -t programmerg/mapadmin:0.1-8.4-1.14-apache.
docker run \ -d -p 80:80 \ -v"path/to/folder:/var/www/data_dir" \ --name mapadmin \ programmerg/mapadmin:0.1-8.4-1.14-apache
dockerexec \ -it mapadmin \ mapcache_seed -c /var/www/data_dir/mapcache.xml -t"$tileSetName" -g"$gridName"
TAG names are constructed as "MapAdmin version - MapServer version - MapCache version - webserver type"
This project is Free and Open Source Software, licensed under theMIT license.
About
MapServer Suite Web Administration Interface
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published