Glossary

AGG

Anti-Grain Geometry A high quality graphics rendering engine that MapServer 5.0+ can use. It supports sub-pixel anti-aliasing, as well as many more features.

CGI

Wikipedia provides excellent coverage of CGI.

EPSG

EPSG codes are numeric codes associated with coordinate system definitions. For instance, EPSG:4326 is geographic WGS84, and EPSG:32611 is «UTM zone 11 North, WGS84». The WMS protocol uses EPSG codes to describe coordinate systems. EPSG codes are published by the OGP Surveying and Positioning Committee. A list of PROJ definitions corresponding to the EPSG codes can be found: for PROJ version >= 6, in the SpatiaLite database proj.db at /usr/local/share/proj/proj.db, or for PROJ version < 6, in the text file epsg at /usr/local/share/proj/epsg. PROJECTION describes how to use these in your Mapfile.

Ver también

https://epsg.io/ for a listing of spatial references and an interface to search for EPSG codes (the old site https://spatialreference.org is no longer maintained, but might still be useful).

Filter Encoding

Filter Encoding is an OGC standard which defines an XML encoding for filter expressions to allow for spatial and attribute querying.

Ver también

WFS Filter Encoding

FreeType

FreeType is a font engine that MapServer uses for accessing and rendering TrueType fonts.

GD

GD is a graphics library for dynamic generation of images. It was the first graphics renderer that was available for MapServer, and was required by MapServer to operate.

Advertencia

GD support was removed in MapServer 7.0.

GDAL

GDAL (Geospatial Data Abstraction Library) is a multi-format raster reading and writing library. It is used as the primary mechanism for reading raster data in MapServer. It is hosted at https://gdal.org/

GEOS

Geometry Engine Open Source is a C/C++ port of the Java Topology Suite. It is used for geometric algebra operations like determining if a polygon is contained in another polygon or determining the resultant intersection of two or more polygons. MapServer optionally uses GEOS for geometric algebra operations.

GML

Geography Markup Language is an OGC standard which defines an abstract model for geographic features

Ver también

WFS Server

GPX

GPS eXchange Format is an XML Schema for describing GPS data. OGR can be used to transform and render this data with MapServer.

Map Scale

A treatise of mapping scale can be found on about.com.

Mapfile

Mapfile is the declarative language that MapServer uses to define data connections, map styling, templating, and server directives. Its format is xml-like and hierarchical, with closing END tags, but the format is not xml.

MapScript

MapScript is an alternative the the CGI application of mapserv that allows you to program the MapServer object API in many languages.

Mercator

Wikipedia provides excellent coverage of the Mercator projection.

OGC

The Open Geospatial Consortium is a standards organization body in the GIS domain. MapServer supports numerous OGC standards.

OGR

OGR is the vector data access portion of the GDAL library. It provides access to a multitude of data formats.

Ver también

OGR Vector Layers Through MapServer (Accessing OGR Layers through MapServer)

OM

Observations and Measurements is an OGC standard which defines an abstract model for sensor based data.

Ver también

SOS Server

OpenLayers

OpenLayers is a JavaScript library for developing draggable, «slippy map» web applications.

PROJ

PROJ (formerly referred to as PROJ.4) is a library for projecting map data. It is used by MapServer and GDAL and a multitude of other Open Source GIS libraries.

Projection

A map projection is a mathematical transformation of the surface of a sphere (3D) onto a 2D plane. Due to the laws of the universe, each type of projection must make tradeoffs on how and what features it distorts.

Raster

A raster is a rectangular grid of pixels. Essentially an image. Rasters are supported in MapServer with a layer type of RASTER, and a variety of formats are supported including GeoTIFF, JPEG, and PNG.

Shapefile

Shapefiles are simple GIS vector files containing points, lines or areas. The format was designed and published by ESRI and is widely supported in the GIS world. It is effectively the native and highest performance format for MapServer.

Ver también

Wikipedia

SLD

SLD is an OGC standard which allows for custom symbolization for portrayal of data.

Ver también

SLD

SOS

SOS is an OGC standard which provides an API for managing deployed sensors and retrieving sensor and observation data.

Ver también

SOS Server

Spherical Mercator

Spherical Mercator (or more commonly known as the Google Mercator, or Web Mercator) is a term used to describe the default PROJECTION used by many commercial API providers for their resulting map tiles & services. The associated official EPSG code is EPSG:3857 (formerly «EPSG:900913»).

SVG

Scalable Vector Graphics is an XML format that MapServer can output. It is frequently used in browser and mobile devices.

Ver también

SVG

SWF

Shockwave Flash format that MapServer can generate for output.

Ver también

Flash Output

SWIG

Simplified Wrapper Interface Generator is the library that MapServer uses for generating the language bindings for all languages other than C/C++ and PHP. MapScript describes these bindings.

Tileindex

A tileindex is a Shapefile or other Vector data source that contains footprints of Raster data coverage. MapServer can use a tileindex to render a directory of raster data. The tileindex allows MapServer to only read the data that intersects the requested map extent, rather than reading all of the data.

Ver también

Tile Indexes

Vector

Geographic features described by geometries (point, line, polygon) on a (typically) cartesian plane.

WCS

WCS is an OGC standard that describes how to systematically produce structured Raster cartographic data from a service and return them to a client

Ver también

WCS Server and WCS Use Cases

WFS

WFS is an OGC standard that describes how to systematically produce structured Vector cartographic data from a service and return them to a client.

Ver también

WFS Server and WFS Client

WMC

Web Map Context is an OGC standard which allows for sharing of map views of WMS layers in multiple applications.

Ver también

Map Context

WMS

WMS is an OGC standard that describes how to systematically produce rendered map images from a service and return them to a client.

Ver también

WMS Server and WMS Client