Downloads
Download tar.gz
103.66 KB
MD5: 5f4880f6a47b147bbbaa93069bc92369
SHA-1: 72b841cfd3ff2d5e39fe5f171a9526e3530ad725
SHA-256: be9af81f4487856ed64880de6c529c410d4adb9e960b3bb59e4d77491e3f5428
Download zip
172.66 KB
MD5: 100727ae579ab021bcab22c778706f10
SHA-1: 8338aa529a74f6a630c49dd2fb0735cab676d144
SHA-256: 2c2afb07f737f7d6ee12ceb3dc193d868bde18577a8b30b163dadab982add225
Release notes
Changes since 6.x-2.0-alpha10 (49 commits):
- Added testing feature module to tests.
- #1062160 by zzolo and Sweetchuck. Initialize on form more compltely.
- Minor php warning fix.
- #1007462 by levelos and steinmb: Handle required CCK field.
- #1123274 by mcotelo: Port of raw layer fix to 6.x
- #871456 by fuerst: php warning checking for array in views data handler.
- #1088404 by alex_b: support TMS overlays
- Fix to #1039558 by Fabianx for IE.
- Stripping CVS keywords
- #1039558 by Fabianx: Add support for Google Map Maker
- #1011980 by ahtih: Popup cannot be closed after feature is removed.
- #996764 by fluffy: fixing IE8 behavior with zoomtolayer
- #970362 by arithmetric: Extra type checking in features for drawing.
- #948058 by strk : fix warnings when saving presets with no ovelay layers
- #959128 by febbraro: ignoring args if unavailable
- #800022 and #950342 by ronan: re-add the ability to manually edit WKT field
- Add link to bug
- #949434 by strk: stop adding 'data' to layers (duplicate of 'features' anyway)
- #955332 by strk: iterate arrays using 0..length scan, not for-in (the latter includes non-indexed elements too, one of which ['remove'] is known to be added by extjs)
- Fix OSM 4326 Overlay layer (it's base_url, not url)
- #945728 by ahtih: Add support for backgroundGraphic and other OpenLayers style props.
- by zzolo: Fixes for minor, but many warnings.
- #939400 by ronan: fixing XYZ layer type, changing url to base_url
- More code style / variable names
- Fixing javascript style problems in test plugins
- Fixing numerous javascript style problems with fixjsstyle
- #710908 by strk : doc for style plugins (forgot in previous commit)
- #710908 by strk, zzolo and tmwc : allow for style property plugins
- #878644 by batje : set 900913 layer units to meters
- Spelling
- Cannot put comma after last item of an array... (firebug doesn't tell, but IE blows up)
- Coder fixes...
- #931574 by loubabe : add style config to layer switcher behavior
- #870034 by strk : fix bogus and useless calls to openlayers_layer_load issued when going to admin/build/openlayers/{layers,preset,styles} by turning 'layer/edit' menu into a MENU_NORMAL_ITEM like the ones for other layer actions.
- #840774 by strk : allow overlay layers to have intent styles per-layer
- #927556 by strk : allow to keep non-rendered versions of fields used for name and description
- #929358 by batje: further document confusing graphicName option
- minor doc improvement
- #927708 by strk : use display title for view-driven layer title
- Fix 'missing } after property list'
- #920418 by tmcw: Tolerate empty geometrycollections
- fixing unncessarily strict triple equals sign in js, returns false for some overlays
- #758670 by Will White: fixing regression of option_definition generated by earlier commit
- #914648 by strk: make WMS transparent and isBaseLayer checkbox have a #return_value of TRUE, matching the default #default_value
- #914648 by strk: cast wms's isBaseLayers parameter to bool, to support layer exportables produced after http://drupal.org/cvs?commit=408332
- Be explicit about base layers need to be displayed in layer switcher (GeoExt layer panel checks that always)
- #710514 by strk : displayInLayerSwitcher must be a boolean (or GeoExt breaks)
- #912836 by puckbag and tmcw: Fixing VirtualEarth layer and cleaning up other layers with fixjsstyle
- #814106 : allow layers to be weighted in presets