Merge pull request #13946 from mike-000/upgrade-notes

Fix typo and formatting in upgrade notes
This commit is contained in:
Tim Schaub
2022-08-08 06:52:01 -06:00
committed by GitHub

View File

@@ -10,9 +10,9 @@ Please see https://docs.microsoft.com/en-us/lifecycle/announcements/internet-exp
The `toStringHDMS` function from the `ol/coordinate.js` module now formats longitude, latitude pairs so that the minutes and seconds are omitted if they are zero. This changes the values displayed on graticules.
#### ol/later/Graticule
#### ol/layer/Graticule
The default intervals now align with integer minutes and seconds better suited to the default label formatter. If formatting in decimal degrees you may wish to specify custom intervals suited to that format.
The default `intervals` now align with integer minutes and seconds better suited to the default label formatter. If formatting in decimal degrees you may wish to specify custom `intervals` suited to that format.
#### ol/Collection