Richard Duivenvoorde writes:
> I think we should never copy the characters, only numbers ( well,
> except when using W/S/E/N :-) )..
Having thought a bit more this seems very tricky.
> I also understood from somebody that when using latlon coordinates the
> minus sign is actually redundant, as
On 2022-04-11 14:38, Greg Troxel via QGIS-Developer wrote:
Thanks Greg,
I think we should never copy the characters, only numbers ( well, except
when using W/S/E/N :-) )..
I also understood from somebody that when using latlon coordinates the
minus sign is actually redundant, as you should u
Richard Duivenvoorde via QGIS-Developer
writes:
> In 3.24 you will see something like "WGS84 5.2 52,3"
> While in master it shows: "WGS84 52.3N 5.2E" (note the N and E)
>
> For WGS84 I think this is normal (to show WSEN), but for other crs's I
> think it is overkill?
>
> In 3.24: "EPSG:28992 (1
Hi List(s),
Recently the (showing) order of coordinates was 'fixed': eg EPSG-4326
coordinates LatLon(y,x) are properly shown as LatLon while other crs's
stay being shown as x,y
You can check this by looking into master vs 3.24 and clicking on The
Netherlands to Copy a Coordinate.
In 3.24 you