-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged with main with conflict resolution
- Loading branch information
Showing
10 changed files
with
467 additions
and
133 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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 projection | ||
- `Description` - A description of what this projection is and where it covers | ||
- `Proj4Definition` - A Proj4 or WKT definition of the projection | ||
- `MinBoundX` - The bottom left X coordinate of this projections maximum bounds, in Lat/Lon | ||
- `MinBoundY` - The bottom left Y coordinate of this projections maximum bounds, in Lat/Lon | ||
- `MaxBoundX` - The top right X coordinate of this projections maximum bounds, in Lat/Lon | ||
- `MaxBoundY` - The top right Y coordinate of this projections maximum bounds, in Lat/Lon | ||
- `DefaultRenderedDecimalPlaces` - The number of decimal places shown by default when showing coordinates in this projection | ||
|
||
### VersionProjections | ||
|
||
See [VersionProjections](../db/versions.md#versionprojection) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.