Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#460 closed task (fixed)

OpenLayers 2.12

Reported by: adube Owned by: adube
Priority: major Milestone: 1.6.0
Component: lib Version: trunk
Keywords: bis-1.6.0 Cc:

Description

Upgrade OpenLayers library to 2.12.

Change History (6)

comment:1 by adube, 12 years ago

Requires #257.

comment:2 by adube, 12 years ago

Owner: set to adube

comment:3 by adube, 12 years ago

r1389 and r1390 :

  • OpenLayers 2.11 removed
  • OpenLayers 2.12-rc7 added, only with the lib, theme and img directories
  • mapfish-build remade

comment:4 by adube, 12 years ago

MapFish build

The new mapfish build now contains OpenLayers 2.12-rc7. It also includes the OpenLayers lib/deprecated.js file in order to support deprecated widgets.

comment:5 by adube, 12 years ago

Resolution: fixed
Status: newclosed

r1391

Here's the complete details of this commit.

EVENT_TYPES

All widgets that were using the EVENT_TYPES property were fixed to be OpenLayers 2.12 compliant, which makes it mandatory to use this version from now on.

OpenLayers.loadURL

All widgets except WMSLayerAdder now use OpenLayers.Request.GET instead of OpenLayers.loadURL.

Deprecated

  • The WMSLayerAdder is now 'deprecated'.
  • The YahooMaps tiles provider is deprecated in OpenLayers 2.12. So it is for GeoPrisma too. All samples were purged of yahoo services, but one.

Both these can still be used. The samples.xslt was updated to automatically set the pVersion to 'deprecated' when detecting them, and since the MapFish.js build (containg MapFish, GeoExt and OpenLayers) includes OpenLayers deprecated.js, they can still be used.

comment:6 by adube, 12 years ago

r1392: samples use OpenLayers examples style.css stylesheet, so it was restored.

Note: See TracTickets for help on using tickets.