Changeset 6833
- Timestamp:
- 04/09/08 12:52:08 (5 months ago)
- Files:
-
- trunk/openlayers/apidoc_config/Menu.txt (modified) (8 diffs)
- trunk/openlayers/doc_config/Menu.txt (modified) (8 diffs)
- trunk/openlayers/lib/OpenLayers/BaseTypes/Bounds.js (modified) (6 diffs)
- trunk/openlayers/lib/OpenLayers/Control.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/DragPan.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/ModifyFeature.js (modified) (2 diffs)
- trunk/openlayers/lib/OpenLayers/Control/NavToolbar.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/NavigationHistory.js (modified) (3 diffs)
- trunk/openlayers/lib/OpenLayers/Control/PanZoom.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js (modified) (2 diffs)
- trunk/openlayers/lib/OpenLayers/Control/Panel.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Filter/Comparison.js (modified) (2 diffs)
- trunk/openlayers/lib/OpenLayers/Filter/FeatureId.js (modified) (2 diffs)
- trunk/openlayers/lib/OpenLayers/Format/GeoRSS.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Format/OSM.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Geometry/MultiPoint.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Geometry/Polygon.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Geometry/Surface.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Handler/Click.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/Markers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/MultiMap.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/Text.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/Vector.js (modified) (3 diffs)
- trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Map.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Rule.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Style.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/apidoc_config/Menu.txt
r6542 r6833 70 70 File: ArgParser (no auto-title, OpenLayers/Control/ArgParser.js) 71 71 File: Attribution (no auto-title, OpenLayers/Control/Attribution.js) 72 File: Control.Button (no auto-title, OpenLayers/Control/Button.js)72 File: Button (no auto-title, OpenLayers/Control/Button.js) 73 73 File: DragFeature (no auto-title, OpenLayers/Control/DragFeature.js) 74 74 File: DragPan (no auto-title, OpenLayers/Control/DragPan.js) … … 105 105 } # Group: Feature 106 106 107 Group: Filter { 108 109 File: Filter (no auto-title, OpenLayers/Filter.js) 110 File: Comparison (no auto-title, OpenLayers/Filter/Comparison.js) 111 File: FeatureId (no auto-title, OpenLayers/Filter/FeatureId.js) 112 File: Logical (no auto-title, OpenLayers/Filter/Logical.js) 113 } # Group: Filter 114 107 115 Group: Format { 108 116 … … 114 122 File: KML (no auto-title, OpenLayers/Format/KML.js) 115 123 File: OSM (no auto-title, OpenLayers/Format/OSM.js) 116 File: SLD (no auto-title, OpenLayers/Format/SLD.js) 124 125 Group: SLD { 126 127 File: SLD (no auto-title, OpenLayers/Format/SLD.js) 128 File: v1 (no auto-title, OpenLayers/Format/SLD/v1.js) 129 File: v1_0_0 (no auto-title, OpenLayers/Format/SLD/v1_0_0.js) 130 } # Group: SLD 131 117 132 File: Text (no auto-title, OpenLayers/Format/Text.js) 118 133 File: WFS (no auto-title, OpenLayers/Format/WFS.js) 119 134 File: WKT (no auto-title, OpenLayers/Format/WKT.js) 135 File: XML (no auto-title, OpenLayers/Format/XML.js) 120 136 121 137 Group: WMC { … … 127 143 } # Group: WMC 128 144 129 File: XML (no auto-title, OpenLayers/Format/XML.js)130 145 } # Group: Format 131 146 … … 143 158 File: Polygon (no auto-title, OpenLayers/Geometry/Polygon.js) 144 159 File: Rectangle (no auto-title, OpenLayers/Geometry/Rectangle.js) 145 File: Surface (no auto-title, OpenLayers/Geometry/Surface.js)146 160 } # Group: Geometry 147 161 … … 167 181 168 182 File: Lang (no auto-title, OpenLayers/Lang.js) 183 File: Lang["cs-CZ"] (OpenLayers/Lang/cs-CZ.js) 169 184 File: Lang["de"] (no auto-title, OpenLayers/Lang/de.js) 170 185 File: Lang["en"] (no auto-title, OpenLayers/Lang/en.js) … … 218 233 File: Anchored (no auto-title, OpenLayers/Popup/Anchored.js) 219 234 File: AnchoredBubble (no auto-title, OpenLayers/Popup/AnchoredBubble.js) 235 File: Framed (OpenLayers/Popup/Framed.js) 236 File: FramedCloud (OpenLayers/Popup/FramedCloud.js) 220 237 } # Group: Popup 221 238 … … 230 247 } # Group: Renderer 231 248 232 Group: Rule { 233 234 File: Rule (no auto-title, OpenLayers/Rule.js) 235 File: Comparison (no auto-title, OpenLayers/Rule/Comparison.js) 236 File: FeatureId (no auto-title, OpenLayers/Rule/FeatureId.js) 237 File: Logical (no auto-title, OpenLayers/Rule/Logical.js) 238 } # Group: Rule 239 249 File: Rule (no auto-title, OpenLayers/Rule.js) 240 250 File: Style (no auto-title, OpenLayers/Style.js) 241 251 File: StyleMap (no auto-title, OpenLayers/StyleMap.js) trunk/openlayers/doc_config/Menu.txt
r6542 r6833 70 70 File: ArgParser (no auto-title, OpenLayers/Control/ArgParser.js) 71 71 File: Attribution (no auto-title, OpenLayers/Control/Attribution.js) 72 File: Control.Button (no auto-title, OpenLayers/Control/Button.js)72 File: Button (no auto-title, OpenLayers/Control/Button.js) 73 73 File: DragFeature (no auto-title, OpenLayers/Control/DragFeature.js) 74 74 File: DragPan (no auto-title, OpenLayers/Control/DragPan.js) … … 105 105 } # Group: Feature 106 106 107 Group: Filter { 108 109 File: Filter (no auto-title, OpenLayers/Filter.js) 110 File: Comparison (no auto-title, OpenLayers/Filter/Comparison.js) 111 File: FeatureId (no auto-title, OpenLayers/Filter/FeatureId.js) 112 File: Logical (no auto-title, OpenLayers/Filter/Logical.js) 113 } # Group: Filter 114 107 115 Group: Format { 108 116 … … 114 122 File: KML (no auto-title, OpenLayers/Format/KML.js) 115 123 File: OSM (no auto-title, OpenLayers/Format/OSM.js) 116 File: SLD (no auto-title, OpenLayers/Format/SLD.js) 124 125 Group: SLD { 126 127 File: SLD (no auto-title, OpenLayers/Format/SLD.js) 128 File: v1 (no auto-title, OpenLayers/Format/SLD/v1.js) 129 File: v1_0_0 (no auto-title, OpenLayers/Format/SLD/v1_0_0.js) 130 } # Group: SLD 131 117 132 File: Text (no auto-title, OpenLayers/Format/Text.js) 118 133 File: WFS (no auto-title, OpenLayers/Format/WFS.js) 119 134 File: WKT (no auto-title, OpenLayers/Format/WKT.js) 135 File: XML (no auto-title, OpenLayers/Format/XML.js) 120 136 121 137 Group: WMC { … … 127 143 } # Group: WMC 128 144 129 File: XML (no auto-title, OpenLayers/Format/XML.js)130 145 } # Group: Format 131 146 … … 143 158 File: Polygon (no auto-title, OpenLayers/Geometry/Polygon.js) 144 159 File: Rectangle (no auto-title, OpenLayers/Geometry/Rectangle.js) 145 File: Surface (no auto-title, OpenLayers/Geometry/Surface.js)146 160 } # Group: Geometry 147 161 … … 167 181 168 182 File: Lang (no auto-title, OpenLayers/Lang.js) 183 File: Lang["cs-CZ"] (OpenLayers/Lang/cs-CZ.js) 169 184 File: Lang["de"] (no auto-title, OpenLayers/Lang/de.js) 170 185 File: Lang["en"] (no auto-title, OpenLayers/Lang/en.js) … … 218 233 File: Anchored (no auto-title, OpenLayers/Popup/Anchored.js) 219 234 File: AnchoredBubble (no auto-title, OpenLayers/Popup/AnchoredBubble.js) 235 File: Framed (OpenLayers/Popup/Framed.js) 236 File: FramedCloud (OpenLayers/Popup/FramedCloud.js) 220 237 } # Group: Popup 221 238 … … 230 247 } # Group: Renderer 231 248 232 Group: Rule { 233 234 File: Rule (no auto-title, OpenLayers/Rule.js) 235 File: Comparison (no auto-title, OpenLayers/Rule/Comparison.js) 236 File: FeatureId (no auto-title, OpenLayers/Rule/FeatureId.js) 237 File: Logical (no auto-title, OpenLayers/Rule/Logical.js) 238 } # Group: Rule 239 249 File: Rule (no auto-title, OpenLayers/Rule.js) 240 250 File: Style (no auto-title, OpenLayers/Style.js) 241 251 File: StyleMap (no auto-title, OpenLayers/StyleMap.js) trunk/openlayers/lib/OpenLayers/BaseTypes/Bounds.js
r6421 r6833 19 19 /** 20 20 * Property: left 21 * {Number} 21 * {Number} Minimum horizontal coordinate. 22 22 */ 23 23 left: null, … … 25 25 /** 26 26 * Property: bottom 27 * {Number} 27 * {Number} Minimum vertical coordinate. 28 28 */ 29 29 bottom: null, … … 31 31 /** 32 32 * Property: right 33 * {Number} 33 * {Number} Maximum horizontal coordinate. 34 34 */ 35 35 right: null, … … 37 37 /** 38 38 * Property: top 39 * {Number} 39 * {Number} Maximum vertical coordinate. 40 40 */ 41 41 top: null, … … 350 350 * Parameters: 351 351 * bounds - {<OpenLayers.Bounds>} 352 * inclusive - { <Boolean>} Whether or not to include the border. Default352 * inclusive - {Boolean} Whether or not to include the border. Default 353 353 * is true. 354 354 * … … 385 385 * 386 386 * bounds - {<OpenLayers.Bounds>} 387 * partial - { <Boolean>} If true, only part of passed-in bounds needs be387 * partial - {Boolean} If true, only part of passed-in bounds needs be 388 388 * within this bounds. If false, the entire passed-in bounds must be 389 389 * within. Default is false 390 * inclusive - { <Boolean>} Whether or not to include the border. Default is390 * inclusive - {Boolean} Whether or not to include the border. Default is 391 391 * true. 392 392 * trunk/openlayers/lib/OpenLayers/Control.js
r6727 r6833 104 104 /** 105 105 * Property: active 106 * { boolean} null106 * {Boolean} The control is active. 107 107 */ 108 108 active: null, trunk/openlayers/lib/OpenLayers/Control/DragPan.js
r6492 r6833 31 31 /** 32 32 * Method: draw 33 * Creates a Drag handler, using < OpenLayers.Control.PanMap.panMap> and34 * < OpenLayers.Control.PanMap.panMapDone> as callbacks.33 * Creates a Drag handler, using <panMap> and 34 * <panMapDone> as callbacks. 35 35 */ 36 36 draw: function() { trunk/openlayers/lib/OpenLayers/Control/ModifyFeature.js
r6802 r6833 73 73 /** 74 74 * Property: selectControl 75 * {<OpenLayers.Control.Select >}75 * {<OpenLayers.Control.SelectFeature>} 76 76 */ 77 77 selectControl: null, … … 100 100 /** 101 101 * APIProperty: virtualStyle 102 * { <OpenLayers.Feature.Vector.Style>}102 * {Object} A symbolizer to be used for virtual vertices. 103 103 */ 104 104 virtualStyle: null, trunk/openlayers/lib/OpenLayers/Control/NavToolbar.js
r5614 r6833 11 11 /** 12 12 * Class: OpenLayers.Control.NavToolbar 13 * 14 * Inherits from: 15 * - <OpenLayers.Control.Panel> 13 16 */ 14 17 OpenLayers.Control.NavToolbar = OpenLayers.Class(OpenLayers.Control.Panel, { trunk/openlayers/lib/OpenLayers/Control/NavigationHistory.js
r6427 r6833 17 17 * 18 18 * Inherits from: 19 * - <OpenLayers.Control .Control>19 * - <OpenLayers.Control> 20 20 */ 21 21 OpenLayers.Control.NavigationHistory = OpenLayers.Class(OpenLayers.Control, { … … 33 33 /** 34 34 * APIProperty: previous 35 * { OpenLayers.Control} A button type control whose trigger method restores35 * {<OpenLayers.Control>} A button type control whose trigger method restores 36 36 * the previous state managed by this control. 37 37 */ … … 47 47 /** 48 48 * APIProperty: next 49 * { OpenLayers.Control} A button type control whose trigger method restores49 * {<OpenLayers.Control>} A button type control whose trigger method restores 50 50 * the next state managed by this control. 51 51 */ trunk/openlayers/lib/OpenLayers/Control/PanZoom.js
r5614 r6833 9 9 10 10 /** 11 * Class: OpenLayers. PanZoom11 * Class: OpenLayers.Control.PanZoom 12 12 * 13 13 * Inherits from: trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js
r6799 r6833 13 13 * Inherits from: 14 14 * - <OpenLayers.Control.PanZoom> 15 * - <OpenLayers.Control>16 15 */ 17 16 OpenLayers.Control.PanZoomBar = OpenLayers.Class(OpenLayers.Control.PanZoom, { … … 57 56 58 57 /** 59 * Constructor: <OpenLayers.Control.PanZoomBar>58 * Constructor: OpenLayers.Control.PanZoomBar 60 59 */ 61 60 initialize: function() { trunk/openlayers/lib/OpenLayers/Control/Panel.js
r6443 r6833 16 16 /** 17 17 * Property: controls 18 * Array({<OpenLayers.Control>})18 * {Array(<OpenLayers.Control>)} 19 19 */ 20 20 controls: null, trunk/openlayers/lib/OpenLayers/Filter/Comparison.js
r6818 r6833 69 69 * 70 70 * Parameters: 71 * params - {Object} Hash of parameters for this rule:72 * -73 * - value:74 71 * options - {Object} An optional object with properties to set on the 75 72 * rule … … 205 202 * 206 203 * Returns: 207 * { boolean}204 * {Boolean} 208 205 */ 209 206 binaryCompare: function(context, property, value) { trunk/openlayers/lib/OpenLayers/Filter/FeatureId.js
r6818 r6833 20 20 /** 21 21 * APIProperty: fids 22 * {Array( <String>)} Feature Ids to evaluate this rule against. To be passed22 * {Array(String)} Feature Ids to evaluate this rule against. To be passed 23 23 * To be passed inside the params object. 24 24 */ … … 51 51 * 52 52 * Returns: 53 * { boolean} true if the rule applies, false if it does not53 * {Boolean} true if the rule applies, false if it does not 54 54 */ 55 55 evaluate: function(feature) { trunk/openlayers/lib/OpenLayers/Format/GeoRSS.js
r6549 r6833 268 268 * 269 269 * Parameters: 270 * features - Array({<OpenLayers.Feature.Vector>})List of features to serialize into a string.270 * features - {Array(<OpenLayers.Feature.Vector>)} List of features to serialize into a string. 271 271 */ 272 272 write: function(features) { trunk/openlayers/lib/OpenLayers/Format/OSM.js
r6748 r6833 284 284 * 285 285 * Parameters: 286 * features - Array({<OpenLayers.Feature.Vector>})286 * features - {Array(<OpenLayers.Feature.Vector>)} 287 287 */ 288 288 write: function(features) { trunk/openlayers/lib/OpenLayers/Geometry/MultiPoint.js
r5614 r6833 32 32 * 33 33 * Parameters: 34 * components - Array({<OpenLayers.Geometry.Point>})34 * components - {Array(<OpenLayers.Geometry.Point>)} 35 35 * 36 36 * Returns: trunk/openlayers/lib/OpenLayers/Geometry/Polygon.js
r5614 r6833 34 34 * 35 35 * Parameters: 36 * components - Array({<OpenLayers.Geometry.LinearRing>})36 * components - {Array(<OpenLayers.Geometry.LinearRing>)} 37 37 */ 38 38 initialize: function(components) { trunk/openlayers/lib/OpenLayers/Geometry/Surface.js
r5614 r6833 7 7 */ 8 8 9 /**10 * Class: OpenLayers.Geometry.Surface11 */12 9 OpenLayers.Geometry.Surface = OpenLayers.Class(OpenLayers.Geometry, { 13 10 14 /**15 * Constructor: OpenLayers.Geometry.Surface16 *17 */18 11 initialize: function() { 19 12 OpenLayers.Geometry.prototype.initialize.apply(this, arguments); trunk/openlayers/lib/OpenLayers/Handler/Click.js
r6414 r6833 80 80 /** 81 81 * Property: timerId 82 * {Number} The id of the timeout waiting to clear the <delayed Event>.82 * {Number} The id of the timeout waiting to clear the <delayedCall>. 83 83 */ 84 84 timerId: null, trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js
r6573 r6833 27 27 /** 28 28 * Property: features 29 * Array({<OpenLayers.Feature>})29 * {Array(<OpenLayers.Feature>)} 30 30 */ 31 31 features: null, trunk/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js
r5614 r6833 10 10 /** 11 11 * Class: OpenLayers.Layer.MapServer.Untiled 12 * Deprecated, to be removed in 3.0 - instead use OpenLayers.Layer.MapServer and13 * pass the option 'singleTile' as true.12 * *Deprecated*. To be removed in 3.0. Instead use OpenLayers.Layer.MapServer 13 * and pass the option 'singleTile' as true. 14 14 * 15 15 * Inherits from: trunk/openlayers/lib/OpenLayers/Layer/Markers.js
r5899 r6833 24 24 /** 25 25 * Property: markers 26 * Array({<OpenLayers.Marker>})internal marker list26 * {Array(<OpenLayers.Marker>)} internal marker list 27 27 */ 28 28 markers: null, trunk/openlayers/lib/OpenLayers/Layer/MultiMap.js
r6313 r6833 14 14 * 15 15 * Inherits from: 16 * - <OpenLayers.Layer s.EventPane>17 * - <OpenLayers.Layer s.FixedZoomLevels>16 * - <OpenLayers.Layer.EventPane> 17 * - <OpenLayers.Layer.FixedZoomLevels> 18 18 */ 19 19 OpenLayers.Layer.MultiMap = OpenLayers.Class( trunk/openlayers/lib/OpenLayers/Layer/Text.js
r6441 r6833 51 51 /** 52 52 * Property: features 53 * Array({<OpenLayers.Feature>})53 * {Array(<OpenLayers.Feature>)} 54 54 */ 55 55 features: null, trunk/openlayers/lib/OpenLayers/Layer/Vector.js
r6413 r6833 88 88 /** 89 89 * APIProperty: features 90 * Array({<OpenLayers.Feature.Vector>})90 * {Array(<OpenLayers.Feature.Vector>)} 91 91 */ 92 92 features: null, … … 94 94 /** 95 95 * Property: selectedFeatures 96 * Array({<OpenLayers.Feature.Vector>})96 * {Array(<OpenLayers.Feature.Vector>)} 97 97 */ 98 98 selectedFeatures: null, … … 119 119 /** 120 120 * Property: renderers 121 * Array({String})List of supported Renderer classes. Add to this list to121 * {Array(String)} List of supported Renderer classes. Add to this list to 122 122 * add support for additional renderers. This list is ordered: 123 123 * the first renderer which returns true for the 'supported()' trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js
r5614 r6833 10 10 /** 11 11 * Class: OpenLayers.Layer.WMS.Untiled 12 * Deprecated, to be removed in 3.0 - instead use OpenLayers.Layer.WMS and12 * *Deprecated*. To be removed in 3.0. Instead use OpenLayers.Layer.WMS and 13 13 * pass the option 'singleTile' as true. 14 14 * trunk/openlayers/lib/OpenLayers/Map.js
r6831 r6833 821 821 * 822 822 * Parameters: 823 * layers - Array({<OpenLayers.Layer>})823 * layers - {Array(<OpenLayers.Layer>)} 824 824 */ 825 825 addLayers: function (layers) { trunk/openlayers/lib/OpenLayers/Rule.js
r6818 r6833 123 123 * 124 124 * Returns: 125 * { boolean} true if the rule applies, false if it does not.125 * {Boolean} true if the rule applies, false if it does not. 126 126 * This rule is the default rule and always returns true. 127 127 */ trunk/openlayers/lib/OpenLayers/Style.js
r6748 r6833 49 49 /** 50 50 * Property: rules 51 * Array({<OpenLayers.Rule>})51 * {Array(<OpenLayers.Rule>)} 52 52 */ 53 53 rules: null,
