Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

MapServer Suite Web Administration Interface

License

NotificationsYou must be signed in to change notification settings

programmerg/MapAdmin

Repository files navigation

logo MapAdmin

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!

Inspiration

Components

  • Webserver (Apache / nginx)
  • MapServer
  • MapCache
  • MapAdmin REST API
  • MapAdmin Web client

Supported OGC Web Services

  • 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

Usage

MapAdmin can be installed on almost anyexisting apache + mapserver environment.

Or conveniently as a new service usingdocker.

Build custom Docker image

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.

Run the Docker container

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

Execute commands in the container

dockerexec \  -it mapadmin \  mapcache_seed -c /var/www/data_dir/mapcache.xml -t"$tileSetName" -g"$gridName"

Versioning

TAG names are constructed as "MapAdmin version - MapServer version - MapCache version - webserver type"

License

This project is Free and Open Source Software, licensed under theMIT license.


[8]ページ先頭

©2009-2025 Movatter.jp