EPSG:11157

IGN 2023 Mayotte height

Attributes

Unit: metre

Geodetic CRS: IGN 2023 Mayotte height

Datum: IGN 2023 Mayotte

Data source: EPSG

Information source: Institut National de l'Information Géographique et Forestière (IGN), France.

Revision date: 2025-09-30

Scope: Geodesy, engineering survey, topographic mapping.

Remarks: Replaces Mayotte 1950 height (CRS code 5793).

Area of use: Mayotte - onshore.

Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.

Center coordinates
-12.83 45.16

Projected bounds:
-13.05 44.98
-12.61 45.35

WGS84 bounds:
44.98 -13.05
45.35 -12.61

Mayotte - onshore.
MapTiler banner

Definition: OGC Well Known Text

VERT_CS["IGN 2023 Mayotte height",
    VERT_DATUM["IGN 2023 Mayotte",2005,
        AUTHORITY["EPSG","1443"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Gravity-related height",UP],
    AUTHORITY["EPSG","11157"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["IGN 2023 Mayotte height",
    VDATUM["IGN 2023 Mayotte"],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Geodesy, engineering survey, topographic mapping."],
        AREA["Mayotte - onshore."],
        BBOX[-13.05,44.98,-12.61,45.35]],
    ID["EPSG",11157]]

Definition: ESRI Well Known Text

VERTCS["IGN_2023_Mayotte_height",
    VDATUM["IGN_2023_Mayotte"],
    PARAMETER["Vertical_Shift",0.0],
    PARAMETER["Direction",1.0],
    UNIT["Meter",1.0]]

Definition: PROJ.4

+vunits=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:11157","+vunits=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "IGN 2023 Mayotte height",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "IGN 2023 Mayotte"
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Gravity-related height",
                "abbreviation": "H",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Geodesy, engineering survey, topographic mapping.",
    "area": "Mayotte - onshore.",
    "bbox": {
        "south_latitude": -13.05,
        "west_longitude": 44.98,
        "north_latitude": -12.61,
        "east_longitude": 45.35
    },
    "id": {
        "authority": "EPSG",
        "code": 11157
    }
}

Definition: GeoServer

11157=VERT_CS["IGN 2023 Mayotte height",VERT_DATUM["IGN 2023 Mayotte",2005,AUTHORITY["EPSG","1443"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","11157"]]

Definition: MapServer - MAPfile

PROJECTION
	"vunits=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+vunits=m +no_defs +type=crs">
	<Layer srs="+vunits=m +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 11157, 'EPSG', 11157, '+vunits=m +no_defs +type=crs', 'VERT_CS["IGN 2023 Mayotte height",VERT_DATUM["IGN 2023 Mayotte",2005,AUTHORITY["EPSG","1443"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","11157"]]');