Change History (6)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Owner: | set to |
---|
comment:3 by , 12 years ago
comment:4 by , 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 , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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 , 12 years ago
r1392: samples use OpenLayers examples style.css stylesheet, so it was restored.
Requires #257.