Data source: EPSG
Information source: OGP
Revision date: 2015-05-22
Scope: Web mapping and visualisation.
Remarks: This conversion allows the creation of a user-defined geographic 2D CRS with axis order longitude, latitude from an EPSG geographic 2D CRS.
Method: Axis Order Reversal (2D)
Area of use: World.
Description: (0,)
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Conversion", "name": "axis order change (2D)", "method": { "name": "Axis Order Reversal (2D)", "id": { "authority": "EPSG", "code": 9843 } }, "id": { "authority": "EPSG", "code": 15498 } }
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=axisswap +order=2,1"> <Layer srs="+proj=axisswap +order=2,1"> </Layer> </Map>