This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| manual:advanced:customization:coord [2015/05/21 16:02] – [Custom Coordinate Systems] mstupka | manual:advanced:customization:coord [2023/08/31 09:28] (current) – mstupka | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Custom Coordinate Systems ====== | ====== Custom Coordinate Systems ====== | ||
| - | <WRAP box left> | + | |
| - | * Locus type: < | + | ---- |
| - | * Last updated manual: **2.12.0** | + | |
| - | * **Menu** > **Settings** > **Language & Units** > **Coordinates type** | + | |
| - | </ | + | |
| - | <WRAP todo round center 60%>This page is obsolete and will be reworked soon</ | + | |
| ===== Basic information ===== | ===== Basic information ===== | ||
| - | For more advanced users, that want to use Locus also for some specific tasks, like surveyors and others, Locus allow to use custom coordinate system for coordinate transformations. | + | * <wrap box> |
| - | Currently these systems are used only for display/edit of coordinates, | + | More advanced users like surveyors or explorers who want to use Locus Map also for some specific tasks have the possibility to use custom coordinate systems for coordinate transformations. |
| + | |||
| + | Currently, these systems are used only for the display/editing | ||
| ===== How to ===== | ===== How to ===== | ||
| - | For coordinate definition | + | For a coordinate definition, a configuration file stored in the **Locus** root directory and called **config_projections.cfg** |
| - | * | + | * |
| - | <code cmake config.cfg> | + | <code cmake config_projections.cfg> |
| # | # | ||
| - | # allow to specify | + | # allows specifying |
| - | # more specific | + | # more specific |
| # | # | ||
| # every line should contain syntax and values have to be separated by ' | # every line should contain syntax and values have to be separated by ' | ||
| Line 31: | Line 30: | ||
| # ' | # ' | ||
| # ' | # ' | ||
| - | # ' | + | # ' |
| - | # ' | + | # ' |
| # ---------------------------------------------------------------- | # ---------------------------------------------------------------- | ||
| </ | </ | ||
| Line 38: | Line 37: | ||
| * So every line must contain only **one definition** based on EPSG code for now. | * So every line must contain only **one definition** based on EPSG code for now. | ||
| - | __Example of file is__ | + | __Example of the file:__ |
| < | < | ||
| Line 52: | Line 51: | ||
| </ | </ | ||
| - | * Save file and start Locus | + | * Save the file and start Locus |
| - | * Set new coordinate system in Menu > Settings > Language & Units > Coordinates type | + | * Set new coordinate system in Menu > Settings > Language & Units > Type of coordinates |
| + | * the menu will look like this: | ||
| - | {{ : | + | {{ : |
| - | + | < | |
| - | <WRAP tip> | + | |
| **Tested coordinate systems** | **Tested coordinate systems** | ||
| - | + | Feel free to send us EPSG codes (definitions) that you used, and tested and that worked | |
| - | Above list contain definitions of tested projections. | + | |
| - | Feel free to insert | + | |
| </ | </ | ||
| - | |||