-
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.
Add projection information and fix up some other text
- Loading branch information
1 parent
d4e0284
commit 559367a
Showing
7 changed files
with
96 additions
and
6 deletions.
There are no files selected for viewing
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
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
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