Opened 12 years ago

Closed 12 years ago

#418 closed enhancement (fixed)

GeoExtUX_ZoomTo, upgrade lib version

Reported by: adube Owned by: adube
Priority: major Milestone: 1.4.0
Component: lib Version: trunk
Keywords: bis-1.4.0 api center set get Cc:

Description

The ZoomTo library requires to be updated in order to be able to do the following :

  • enable marker dragging (option)
  • be able to set the center of the map from external source, i.e. make the 'recenter' method public instead of private.

Change History (7)

comment:1 by adube, 12 years ago

Resolution: fixed
Status: newclosed

r1332, ZoomTo lib updated to revision 2872, which includes :

  • new 'enableDrag' option to allow dragging the center marker
  • updates to allow using the recenter method as a public one
  • projection change management : if the projection changes, the x and y coordinates will be reprojected to the new one
  • various code cleanup

Completed.

comment:2 by adube, 12 years ago

Version: unspecifiedtrunk

comment:3 by adube, 12 years ago

Summary: GeoExtUX_ZoomTo, ugrade lib versionGeoExtUX_ZoomTo, upgrade lib version

r1334, ZoomTo lib upgraded to 2873, which includes a small bug fix when dragging the marker and the popup hasn't been shown yet.

comment:4 by adube, 12 years ago

r1335, ZoomTo lib upgraded to 2875, which includes management to allow listening to the marker dragging events.

comment:5 by adube, 12 years ago

r1336, ZoomTo lib upgraded to 2876. The projection combo box is now the first element of the widget (was last). It's best to do so because of the projection change management : the user will now tend to set the projection first, then input X and Y. With projection list at the end, the user would input X and Y in a specific projection, then select it in the combo box but that would automatically reproject them, which is not wanted.

comment:6 by adube, 12 years ago

Resolution: fixed
Status: closedreopened

Bug found, reported in #420. Must fix.

comment:7 by adube, 12 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in r1339, see details in #420.

Note: See TracTickets for help on using tickets.