Opened 15 years ago

Last modified 14 years ago

#1591 assigned enhancement

Coordinate capture plugin: lat/long reversed?

Reported by: belg4mit Owned by: homann
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: GUI Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

Latitude and longitude seem to be listed in reverse in the CRS field of the plugin. MA is at 42,-71 not -71,42 as the plugin displays

Change History (9)

comment:1 by belg4mit, 15 years ago

Platform: DebianWindows

comment:2 by borysiasty, 15 years ago

Is the same order in the status bar?

comment:3 by pcav, 15 years ago

Component: Build/InstallPlugins

in reply to:  2 comment:4 by lutra, 15 years ago

Milestone: Version 1.0.3Version 1.2.0
Platform: WindowsAll
Version: 1.0.0HEAD

Replying to borysiasty:

Is the same order in the status bar?

The status bar gives the values in the same order of the Coordinate capture plugin, in this case -71,42

comment:5 by borysiasty, 15 years ago

Component: PluginsProjection Support

Right! Both status line and plugin interface always display coordinates as x,y: src/app/qgisapp.cpp line 4607 src/plugins/coordinate_capture/coordinatecapture.cpp lines 212-217

This is another reason to make a clear separation between unprojected and projected CRSes - with forcing the proper unit and coordinates order.

I move this ticked to the Projection Support, as the required gui changes are minor and the changes in the unit approach are much more important imho.

comment:6 by homann, 15 years ago

I don't see the issue. Is there a defined order between Easthing and Northing that QGIS does not obey?

in reply to:  6 comment:7 by lutra, 15 years ago

Replying to homann:

I don't see the issue. Is there a defined order between Easthing and Northing that QGIS does not obey?

if is "lat/lon" shouldn't be "y/x"?

I see in other software that coordinates in the status bar are still shown as x/y but with an "x=" and "y=" in front of the values, evidently to help reading and maintain the x/y notation.

comment:8 by homann, 15 years ago

Component: Projection SupportGUI
Milestone: Version 1.2.0Version 1.3.0
Owner: changed from nobody to homann
Status: newassigned
Type: bugenhancement

If it's lat/lon, it should be lat/lon or perhaps east/north. Or is it north/east? :-)

As living with a projection (RT90) where the northing is denoted by 'X' and easting by 'Y' I vote against using X/Y. Its confusing.

Better change to north/east in my opinion, but we're in string freeze so..

I set this is an enhancement, I don't think it's a bug really.

comment:9 by pcav, 14 years ago

Milestone: Version 1.5.0Version 1.6.0

We missed another freeze... ;)

Note: See TracTickets for help on using tickets.