Opened 13 years ago

Closed 13 years ago

#1698 closed defect (fixed)

Map Editor: Calculated combined extents button returns extents in lat/long regardless of coordinate system assigned

Reported by: jng Owned by: jng
Priority: low Milestone: Maestro-3.5
Component: Maestro Version:
Severity: trivial Keywords:
Cc: External ID:

Description (last modified by jng)

I got an unconfirmed report that the button to calculate the combined extent from all layers returns extents in lat/long even though the coordinate system assigned was not.

Verify if this is the case.

Update: I have confirmed that the calculate combined extents button is indeed not functioning under certain circumstances, especially if one or more layers are not in the Map's coordinate system.

Change History (4)

comment:1 by gBecker, 13 years ago

It's not lat/lon. It seems that it is the same issue like in http://trac.osgeo.org/mapguide/ticket/1679.

Lower left coordinate is OK. Upper right seems to be a lat/lon-coordinate, but it isn't. Here's what I get when I click the button:

Lower Left: X:3462000 Y:5542000 (OK) Upper Right: X:3.4895329125E+16 Y:5.5660000000005E+16 (Not OK)

Seems to me like a localization issue (different decimal separator)

comment:2 by jng, 13 years ago

Description: modified (diff)

comment:3 by jng, 13 years ago

Milestone: Maestro-3.1Maestro-3.2

comment:4 by jng, 13 years ago

Resolution: fixed
Status: newclosed

Resolving as fixed. The new extent calculation dialog can diagnose individual extent transformation failures.

Note: See TracTickets for help on using tickets.