Code Monkey home page Code Monkey logo

mapadmin's Introduction

logo MapAdmin

MapAdmin is a web administration interface and a PHP wrapper around MapServer which allows to manipulate mapfiles in a RESTFul way. It has been developped to match as close 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 the documentation

Usage

MapAdmin can be installed on almost any existing apache + mapserver environment.

Or conveniently as a new service using docker.

Build the Docker image

docker build \
  --target apache \
  --build-arg MAPSERVER_VERSION="8.0.1" \
  --build-arg MAPCACHE_VERSION="1.14.0" \
  --build-arg NGINX_VERSION="1.26.0" \
  -t mapserver:8.0-1.14-apache .

Run the Docker container

docker run \
  -d -p 80:80 \
  -v "path/to/folder:/var/www/data_dir" \
  --name mapserver \
  mapserver:8.0-1.14-apache

Execute commands in the container

docker exec \
  -it mapserver \
  mapcache_seed -c /var/www/data_dir/mapcache.xml -t "$tileSetName" -g "$gridName"

License

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

mapadmin's People

Contributors

programmerg avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.