forked from MapServer/MapServer-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.txt
69 lines (51 loc) · 3.03 KB
/
about.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.. _about:
*****************************************************************************
About
*****************************************************************************
MapServer is an `Open Source`_ geographic data rendering engine written in C.
Beyond browsing GIS data, MapServer allows you create "geographic image maps",
that is, maps that can direct users to content. For example, the Minnesota DNR
`Recreation Compass <https://www.dnr.state.mn.us/maps/compass/index.html>`__ provides
users with more than 10,000 web pages, reports and maps via a single
application. The same application serves as a "map engine" for other portions
of the site, providing spatial context where needed. For more live examples,
please see the MapServer `Site Gallery <https://github.com/MapServer/MapServer/wiki/MapServer-Site-Gallery>`__.
MapServer was originally developed by the University of Minnesota (UMN) ForNet
project in cooperation with NASA, and the Minnesota Department of Natural
Resources (MNDNR). Later it was hosted by the TerraSIP project, a NASA
sponsored project between the UMN and a consortium of land management
interests.
MapServer is one of the founding projects of the `OSGeo <https://www.osgeo.org>`__
foundation, and is maintained by a growing number of developers (nearing 20)
from around the world. It is supported by a diverse group of organizations that fund
enhancements and maintenance, and administered within OSGeo by the MapServer
:ref:`Project Steering Committee <psc>` made up of developers and other
contributors. All source code is openly available via
`GitHub <https://github.com/MapServer/>`__.
- Advanced cartographic output
- Scale dependent feature drawing and application execution
- Feature labeling including label collision mediation
- Fully customizable, template driven output
- TrueType fonts
- Map element automation (scalebar, reference map, and legend)
- Thematic mapping using logical- or regular expression-based classes
- Support for popular scripting and development environments
- PHP, Python, Perl, Ruby, Java, and .NET
- Cross-platform support
- Linux, Windows, Mac OS X, Solaris, and more
- Support of numerous :term:`Open Geospatial Consortium <OGC>` (OGC) standards
- WMS (client/server), non-transactional WFS (client/server), WMC, WCS,
Filter Encoding, SLD, GML, SOS, OM, OGC API: Features
- A multitude of raster and vector data formats
- TIFF/GeoTIFF, NetCDF, MrSID, ECW, and many others via :term:`GDAL`
- :ref:`ESRI shapfiles <shapefiles>`, :ref:`PostGIS <input_postgis>`,
:ref:`SpatiaLite <sqlite>`, :ref:`GeoPackage <geopackage>`,
:ref:`FlatGeobuf <flatgeobuf>`, Mapbox Vector Tile (MVT),
:ref:`Oracle Spatial <oci>`, :ref:`MySQL <mysql>` and many
others via :term:`OGR`
- Map projection support
- On-the-fly map projection with 1000s of projections through the
:term:`PROJ` library
.. _`Open Source`: https://opensource.org
.. note:: For a list of current companies offering professional MapServer support see
:ref:`Service Providers <service_providers>`.