-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qgswmsgetcapabilities: Use float format for min/max scale parameters
`MinScaleDenominator` and `MaxScaleDenominator` string are created from a `QString::number` call with the default parameters. In that case, the most concise format is used. This can result in the scientific notation being used for very big or small numbers. With this change, these parameters are now always displayed in a float format. Reasons for this change: - this might prevent a loss of precision for very small or big numbers - this output is not supposed to be human readable so it does not matter if is not concise - this is the logic used by a lot of WMS servers, for example arcgis server
- Loading branch information
Showing
4 changed files
with
1,244 additions
and
4 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
Oops, something went wrong.