Projections¶
GIFramework Maps can use multiple projections for both the actual map rendering and the display coordinates. The Projections table defines what projections are available to the application.
Relevant tables¶
| Table Name | Description |
|---|---|
| Projections | The projection definitions |
| VersionProjections | Table that defines which versions have which projections |
Projections¶
This table contains the projection definition.
EPSGCode- The EPSG code of the projection.Name- The name of the projectionDescription- A description of what this projection is and where it coversProj4Definition- A Proj4 or WKT definition of the projectionMinBoundX- The bottom left X coordinate of this projections maximum bounds, in Lat/LonMinBoundY- The bottom left Y coordinate of this projections maximum bounds, in Lat/LonMaxBoundX- The top right X coordinate of this projections maximum bounds, in Lat/LonMaxBoundY- The top right Y coordinate of this projections maximum bounds, in Lat/LonDefaultRenderedDecimalPlaces- The number of decimal places shown by default when showing coordinates in this projection