Skip to content

Map Server

Important Links

Project: MapServer

MapServer is an Open Source platform for publishing spatial data to the web using standardised APIs defined by Open Geospatial Consortium, such as WMS, WFS, WCS, OGC API-Features. Originally developed in the mid-1990s at the University of Minnesota, MapServer is released under an MIT-style license and runs on all major platforms (Windows, Linux, Mac OS X). MapServer is not a full-featured GIS system, nor does it aspire to be.

Technology

A docker image for mapserver is maintained by Camp2Camp. The important aspect here is that the image uses a minimal build of GDAL, which defines the source formats consumable by the MapServer (in line with section Transformation and Harmonistation Components. If formats such as Geoparquet or Geozarr are relevant, building a tailored image is relevant.

The configuration of the MapServer is managed via a config file. The config files reference metadata, data and styling rules. Various tools exist to create MapServer config files:

Read more about MapServer at EJPSoil wiki.

Alternatives to Mapserver are:

  • Geoserver
  • QGIS server
  • pygeoapi (pygeoapi uses MapServer internally to provide map rendering)