Downloads
Download tar.gz
98.26 KB
MD5: e382fc848676165dc4eb1f413d010eb6
SHA-1: cab7bc07d5ca9eeed7fc6afdef4c06bcb3962aa3
SHA-256: 822597d79f73a09c35b75e9670820c55c7c800288d0e5c4fcc924ecb68bdf00d
Download zip
164.98 KB
MD5: b80665532b53df117e2b24c65b0740aa
SHA-1: f32a141aa67f569af1b88bd5f02c10465367f024
SHA-256: 1e0ffe7ae3fa64ab3ad02d680ca9b65124f129efd6795f85c8a8e5ecf91b9ed2
Release notes
Changes since DRUPAL-6--2-0-ALPHA8:
Features
- #710770 by zzolo: Allow popups and tooltips to be set per layer.
- #820650 by strk: Add ID to each pseudofeature.
- #825098 by strk and zzolo: Allow draw features to use more than just GC WKT.
- #834594 by zzolo: Allow Google layers to specific language.
- #836864 by tmcw: Allowing for setting of extractStyles and extractAttributes
- #840336 by strk: Making EditingToolbar DragPan tool enabled by default instead of map-owned Navigation tool
- #768294 by gwulo: Adding ability to hide maps if no features are present
- #805264 by strk: styling clusters
- #843718 by rsoden: enabling post-views modification of map data with a theme function
- #854928 by strk: Added activate by default option for fullscreen behavior.
- #856442 by strk: make map preset name available in map array
- #805264 by strk: add support for multi-layer clustering and make cluster behavior immune to lack of drupalFID (for non-view-based vector layers)
- #872008 by davideads: assigning stylemaps to raw layers
- #862690 by tmcw: standardizing wms layers in code, making them appear as overlays or baselayers appropriately in the interface
- #844922 by tmcw: Moving callback in BoxSelect to local scope
- #821606 by tmcw: warn users that field formatted map displays are not valid in OpenLayers Data views. Also clean up a little logic in the views plugin
- #882190 by zzolo and BWPanda: UI improvement to hide the WKT input box by default.
- #896868 by chachasikes: Better CloudMade style ID description.
- #897560 by strk: add 'descending' parameter to layer switcher
- #897560 by strk: act upon tmwc and zzolo feedback (descending -> ascending; rephrase help)
- #899692 by MichaelP: allowing WMS layers to specify exception types besides the default
- #820982 by zzolo: Added UI enhancements to behaviors section of preset form.
- #895082 by tmcw: allowing a single map data source and cleaning up related code
- Improving fullscreen control
- Adding GIF as an image type to WMS layers
- Add label support for vector layers
Bug fixes
- #828528 by tom_o_t: Fixing export of presets
- #841354 by zzolo: Addressed bad default in popup and tooltip.
- #847352 by Sanjo: fixing zoom_to_layer options on CCK widgets defaults
- #528952 by strk: fixing default value of hide empty map option
- #853966 by strk: adding drupalID to KML layers
- #853760 by strk: ensuring that layer visibility is boolean
- #85332 by zzolo: Casting style properties except for .
- #787374 by tmcw: fixing maptiler base layer display
- #873498 by azuledu: fixing WMS transparency
- #872964 by tmcw: removed spurious options key from preset-editing admin interface
- #869384 by tmcw: fixing KML projects, given the clobbering of the previous KML-to-vector commit
- #721924 by tmcw: allowing CCK fields to limit features.
- #721924 by strk: don't deal with features limit on 'featureremove' and 'featuremodify' events, honour unlimited, drop all limit-exceeding features at once on 'featureadd'.
- #856442 fix, which introduced a coder warning
- #878644 by batje: fixing WMS settings
- #890194 : respect user choice in feature type limits
- #800022 by tmcw: preventing openlayers_cck from saving junk data when polygons are edited
- #895216 by tmcw: fixing cases where points at 0,0 are not displayed and disqualify bounding boxes
- #905840 by tristan.oneil: Failsafing CCK tests for when the CCK module is not available
- #906938: Bind to version 2.9 of OL api. Avoid breaking every now and then.
- #905840 by zzolo: Use string, not constant.
- #906938 by zzolo: Update function to set to 2.9 hosted version.
- #895082 by zzolo and strk: Backwards compatibaility for views data layer.
- by zzolo: Updated style saving in UI to ensure types are correct for JS.
- Clean up default layers and reduce PHP errors by adding baselayer default
- by zzolo: Fix for commit 412908
- Properly detecting whether a fullscreen map control will fail
- Fixing drupalID for raw layers
- Drop unused variable making UI weird for panzoom behavior
Various other
- #721924 by tmcw: refactoring logic a bit.
- by zzolo: Moved and renamed relate_path and cleaned up JS a little.
- by zzolo: Fix from commit #384890 becuase I put JS link in wrong place.
- by tmcw: fixing spelling of comments, removing incorrect comments
- by zzolo: small fix to openlayers_behavior_fullscreen_toggle to be more efficient.
- by zzolo: Fixed warning introduced by commit 387332.
- Cleaning up preset form.
- Commit the correct patch for "preset name" available to map array (ouch)
- Removing TODOs that are outdated and should be tickets
- Enough with comments that just reiterate the code below them. jsdoc is good, this isn't
- by tmcw: Fixing coder issues, removing commented-out code.
- Add myself (strk) to authors/credits
- Typos
- Improve documentation of _openlayers_styles_process
- by zzolo: Added note in CCK tests about schema module and exceptions.
- by zzolo: description improvement for CCK formatter behaviors.