Bug report #18632
QGIS3: jumping to geographic coordinates doesn't work
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Map Canvas | ||
Affected QGIS version: | 3.0.0 | Regression?: | No |
Operating System: | Microsoft Windows 7, 64-bit | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26520 |
Description
- I've loaded the OpenStreetMap layer via XYZ (EPSG:3857).
- In "Project Properties | General", I've chosen "Decimal degress" in "Coordinate display | Display coordinates using". => QGIS now shows geographic coordinates.
- When entering "7,51" in "Coordinate" on main window, it should pan to Germany.
But it doesn't. QGIS3 pans to the equator (0,0).
This bug appears at least in build d48818b492.
For the CRS guys: Are the decimal degrees based on WGS84 (ellipsoid) or spherical coordinates?
For the feature guys: Would be nice to select a different CRS in "Coordinate display" :)