Skip to content

Adds display options for coordinates #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/configuration/ViewerConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ All settings are optional, with fallback to the default values as documented.
|`localeAwareNumbers` | Whether to use locale aware numbers throughout. Default: `false`. |
|`measurementPrecision` | Number of decimal digits to display in measurements. Default: `2`. |
|`omitUrlParameterUpdates` | Whether to omit updating the URL parameters. Default: `false`. |
|`projections` | A list of map projections to register, in the format `{"code": "<code>", "proj": "<proj4def>", "label": "<label>", "precision": <decimals>}`. By default, `EPSG:3857` and `EPSG:4326` are registered. |
|`projections` | A list of map projections to register, in the format `{"code": "<code>", "proj": "<proj4def>", "label": "<label>", "precision": <decimals>,"format": "<format>", "swapLonLat": <swapLonLat>, "addDirection": "<addDirection>"}`. By default, `EPSG:3857` and `EPSG:4326` are registered. `format` sets how coordinates are displayed in map viewer, `dm` shows degrees and minutes, `"dms"` shows degrees, minutes and seconds, `"decimal"` is default. For non degree crs `"decimal"` is used even when other option is set. `"swapLonLat"` changes order of coordinates when `true`, default: `false`. `"addDirection"` adds direction letters to coordinates, `"prefix"` adds it before, `"suffix"` adds it after coordinates, default is `"none"`. |
|`qgisServerVersion` | The QGIS Server major version in use. Default: `3`. |
|`startupTask` | Task to automatically activate on application start, in the format `{key: "<Task>", "mode": "<Mode>"}`. |
|`storeAllLayersInPermalink` | Whether to store the full layertree in the permalink data, rather than only local (i.e. redlining) layers. If `false`, remote layers are re-queried from the respective services, if `true`, they are statically reloaded (meaning restored layers may be outdated compared to current service capabilities). Default: `false`. |
Expand Down