Ticket #853: className.patch
| File className.patch, 30.5 kB (added by euzuro, 1 year ago) |
|---|
-
lib/OpenLayers/Events.js
old new 317 317 OpenLayers.Event.observers = false; 318 318 } 319 319 }, 320 321 /** @final @type String */ 320 322 321 CLASS_NAME: "OpenLayers.Event" 323 322 }; 324 323 … … 663 662 ); 664 663 }, 665 664 666 /** @final @type String */667 665 CLASS_NAME: "OpenLayers.Events" 668 666 }); -
lib/OpenLayers/Control/OverviewMap.js
old new 681 681 return px; 682 682 }, 683 683 684 /** @final @type String */685 684 CLASS_NAME: 'OpenLayers.Control.OverviewMap' 686 687 685 }); -
lib/OpenLayers/Control/DrawFeature.js
old new 64 64 this.featureAdded(feature); 65 65 }, 66 66 67 /** @final @type String */68 67 CLASS_NAME: "OpenLayers.Control.DrawFeature" 69 68 }); -
lib/OpenLayers/Control/DragPan.js
old new 68 68 this.handler.start = xy; 69 69 }, 70 70 71 /** @final @type String */72 71 CLASS_NAME: "OpenLayers.Control.DragPan" 73 72 }); -
lib/OpenLayers/Control/MousePosition.js
old new 121 121 OpenLayers.Control.prototype.setMap.apply(this, arguments); 122 122 this.map.events.register( 'mousemove', this, this.redraw); 123 123 }, 124 125 /** @final @type String */ 124 126 125 CLASS_NAME: "OpenLayers.Control.MousePosition" 127 126 }); -
lib/OpenLayers/Control/MouseDefaults.js
old new 340 340 OpenLayers.Event.stop(e); 341 341 } 342 342 }, 343 344 345 /** @final @type String */ 343 346 344 CLASS_NAME: "OpenLayers.Control.MouseDefaults" 347 345 }); 348 346 -
lib/OpenLayers/Control/Permalink.js
old new 121 121 this.element.href = href; 122 122 }, 123 123 124 /** @final @type String */125 124 CLASS_NAME: "OpenLayers.Control.Permalink" 126 125 }); -
lib/OpenLayers/Control/PanZoom.js
old new 175 175 OpenLayers.Event.stop(evt); 176 176 }, 177 177 178 /** @final @type String */179 178 CLASS_NAME: "OpenLayers.Control.PanZoom" 180 179 }); 181 180 -
lib/OpenLayers/Control/LayerSwitcher.js
old new 549 549 } 550 550 }, 551 551 552 /** @final @type String */553 552 CLASS_NAME: "OpenLayers.Control.LayerSwitcher" 554 553 }); -
lib/OpenLayers/Control/ZoomToMaxExtent.js
old new 28 28 this.map.zoomToMaxExtent(); 29 29 } 30 30 }, 31 /** @final @type String */ 31 32 32 CLASS_NAME: "OpenLayers.Control.ZoomToMaxExtent" 33 33 }); -
lib/OpenLayers/Control/ArgParser.js
old new 125 125 } 126 126 } 127 127 }, 128 129 /** @final @type String */ 128 130 129 CLASS_NAME: "OpenLayers.Control.ArgParser" 131 130 }); -
lib/OpenLayers/Control/Scale.js
old new 66 66 67 67 this.element.innerHTML = "Scale = 1 : " + scale; 68 68 }, 69 70 /** @final @type String */ 69 71 70 CLASS_NAME: "OpenLayers.Control.Scale" 72 71 }); 73 72 -
lib/OpenLayers/Control/KeyboardDefaults.js
old new 101 101 break; 102 102 } 103 103 }, 104 105 /** @final @type String */ 104 106 105 CLASS_NAME: "OpenLayers.Control.KeyboardDefaults" 107 106 }); -
lib/OpenLayers/Control/ZoomBox.js
old new 47 47 } 48 48 }, 49 49 50 /** @final @type String */51 50 CLASS_NAME: "OpenLayers.Control.ZoomBox" 52 51 }); -
lib/OpenLayers/Control/Panel.js
old new 190 190 OpenLayers.Event.stop(evt ? evt : window.event); 191 191 this.activateControl(ctrl); 192 192 }, 193 194 /** @final @type String */ 193 195 194 CLASS_NAME: "OpenLayers.Control.Panel" 196 195 }); 197 196 -
lib/OpenLayers/Control/Navigation.js
old new 142 142 wheelDown: function(evt) { 143 143 this.wheelChange(evt, -1); 144 144 }, 145 146 /** @final @type String */ 145 147 146 CLASS_NAME: "OpenLayers.Control.Navigation" 148 147 }); -
lib/OpenLayers/Renderer.js
old new 206 206 * geometry - {<OpenLayers.Geometry>} 207 207 */ 208 208 eraseGeometry: function(geometry) {}, 209 210 /** @final @type String */ 209 211 210 CLASS_NAME: "OpenLayers.Renderer" 212 211 }); -
lib/OpenLayers/Marker/Box.js
old new 111 111 display: function(display) { 112 112 this.div.style.display = (display) ? "" : "none"; 113 113 }, 114 115 /** @final @type String */ 114 116 115 CLASS_NAME: "OpenLayers.Marker.Box" 117 116 }); 118 117 -
lib/OpenLayers/Layer.js
old new 857 857 return bounds; 858 858 }, 859 859 860 /** @final @type String */861 860 CLASS_NAME: "OpenLayers.Layer" 862 861 }); -
lib/OpenLayers/Handler.js
old new 218 218 this.control = this.map = null; 219 219 }, 220 220 221 /** @final @type String */222 221 CLASS_NAME: "OpenLayers.Handler" 223 222 }); 224 223 -
lib/OpenLayers/Format/WKT.js
old new 326 326 327 327 }, 328 328 329 /** @final @type String */330 329 CLASS_NAME: "OpenLayers.Format.WKT" 331 332 330 }); -
lib/OpenLayers/Format/GML.js
old new 503 503 504 504 return coordinatesNode; 505 505 }, 506 507 /** @final @type String */508 CLASS_NAME: "OpenLayers.Format.GML"509 506 507 CLASS_NAME: "OpenLayers.Format.GML" 510 508 }); -
lib/OpenLayers/Format/WFS.js
old new 179 179 this.layer = null; 180 180 }, 181 181 182 /** @final @type String */183 182 CLASS_NAME: "OpenLayers.Format.WFS" 184 185 183 }); -
lib/OpenLayers/Format/GeoRSS.js
old new 148 148 return document.createTextNode(path); 149 149 }, 150 150 151 /** @final @type String */152 151 CLASS_NAME: "OpenLayers.Format.GeoRSS" 153 154 152 }); -
lib/OpenLayers/Format/KML.js
old new 191 191 return p; 192 192 }, 193 193 194 /** @final @type String */195 194 CLASS_NAME: "OpenLayers.Format.KML" 196 197 195 }); -
lib/OpenLayers/Feature/WFS.js
old new 68 68 id: null}; 69 69 70 70 }, 71 72 /** @final @type String */ 71 73 72 CLASS_NAME: "OpenLayers.Feature.WFS" 74 73 }); 75 74 -
lib/OpenLayers/Geometry/Curve.js
old new 49 49 } 50 50 return length; 51 51 }, 52 53 /** @final @type String */ 52 54 53 CLASS_NAME: "OpenLayers.Geometry.Curve" 55 54 }); -
lib/OpenLayers/Geometry/MultiPoint.js
old new 62 62 this.removeComponent(point); 63 63 }, 64 64 65 /** @final @type String */66 65 CLASS_NAME: "OpenLayers.Geometry.MultiPoint" 67 66 }); -
lib/OpenLayers/Geometry/Rectangle.js
old new 89 89 return area; 90 90 }, 91 91 92 /** @final @type String */93 92 CLASS_NAME: "OpenLayers.Geometry.Rectangle" 94 93 }); -
lib/OpenLayers/Geometry/Polygon.js
old new 57 57 return area; 58 58 }, 59 59 60 /** @final @type String */61 60 CLASS_NAME: "OpenLayers.Geometry.Polygon" 62 61 }); -
lib/OpenLayers/Geometry/Surface.js
old new 17 17 OpenLayers.Geometry.prototype.initialize.apply(this, arguments); 18 18 }, 19 19 20 /** @final @type String */21 20 CLASS_NAME: "OpenLayers.Geometry.Surface" 22 21 }); -
lib/OpenLayers/Geometry/MultiLineString.js
old new 37 37 arguments); 38 38 }, 39 39 40 /** @final @type String */41 40 CLASS_NAME: "OpenLayers.Geometry.MultiLineString" 42 41 }); -
lib/OpenLayers/Geometry/Point.js
old new 163 163 this.y = origin.y + (scale * (this.y - origin.y)); 164 164 }, 165 165 166 /** @final @type String */167 166 CLASS_NAME: "OpenLayers.Geometry.Point" 168 167 }); -
lib/OpenLayers/Geometry/LinearRing.js
old new 131 131 return area; 132 132 }, 133 133 134 /** @final @type String */135 134 CLASS_NAME: "OpenLayers.Geometry.LinearRing" 136 135 }); -
lib/OpenLayers/Geometry/LineString.js
old new 41 41 arguments); 42 42 } 43 43 }, 44 45 /** @final @type String */ 44 46 45 CLASS_NAME: "OpenLayers.Geometry.LineString" 47 46 }); -
lib/OpenLayers/Geometry/MultiPolygon.js
old new 37 37 OpenLayers.Geometry.Collection.prototype.initialize.apply(this, 38 38 arguments); 39 39 }, 40 41 /** @final @type String */ 40 42 41 CLASS_NAME: "OpenLayers.Geometry.MultiPolygon" 43 42 }); -
lib/OpenLayers/Control.js
old new 232 232 } 233 233 return false; 234 234 }, 235 236 /** @final @type String */ 235 237 236 CLASS_NAME: "OpenLayers.Control" 238 237 }); 239 238 -
lib/OpenLayers/Marker.js
old new 167 167 display: function(display) { 168 168 this.icon.display(display); 169 169 }, 170 171 /** @final @type String */ 170 172 171 CLASS_NAME: "OpenLayers.Marker" 173 172 }); 174 173 -
lib/OpenLayers/Tile/WFS.js
old new 145 145 feature.destroy(); 146 146 } 147 147 }, 148 149 /** @final @type String */ 148 150 149 CLASS_NAME: "OpenLayers.Tile.WFS" 151 150 } 152 151 ); -
lib/OpenLayers/BaseTypes/LonLat.js
old new 142 142 143 143 return newLonLat; 144 144 }, 145 146 /** @final @type String */ 145 147 146 CLASS_NAME: "OpenLayers.LonLat" 148 147 }); 149 148 -
lib/OpenLayers/BaseTypes/Bounds.js
old new 453 453 454 454 return newBounds; 455 455 }, 456 457 /** @final @type String */ 456 458 457 CLASS_NAME: "OpenLayers.Bounds" 459 458 }); 460 459 -
lib/OpenLayers/BaseTypes/Size.js
old new 79 79 } 80 80 return equals; 81 81 }, 82 83 /** @final @type String */ 82 84 83 CLASS_NAME: "OpenLayers.Size" 85 84 }); -
lib/OpenLayers/BaseTypes/Pixel.js
old new 115 115 } 116 116 return newPx; 117 117 }, 118 119 /** @final @type str */ 118 120 119 CLASS_NAME: "OpenLayers.Pixel" 121 120 }); -
lib/OpenLayers/Popup/AnchoredBubble.js
old new 181 181 return corners.join(" "); 182 182 }, 183 183 184 /** @final @type String */185 184 CLASS_NAME: "OpenLayers.Popup.AnchoredBubble" 186 185 }); 187 186 -
lib/OpenLayers/Popup/Anchored.js
old new 142 142 return newPx; 143 143 }, 144 144 145 /** @final @type String */146 145 CLASS_NAME: "OpenLayers.Popup.Anchored" 147 146 }); -
lib/OpenLayers/Icon.js
old new 178 178 display: function(display) { 179 179 this.imageDiv.style.display = (display) ? "" : "none"; 180 180 }, 181 182 /** @final @type String */ 181 183 182 CLASS_NAME: "OpenLayers.Icon" 184 183 }); -
lib/OpenLayers/Format.js
old new 55 55 alert("Write not implemented."); 56 56 }, 57 57 58 /** @final @type String */59 58 CLASS_NAME: "OpenLayers.Format" 60 61 59 }); -
lib/OpenLayers/Renderer/Elements.js
old new 350 350 return node; 351 351 }, 352 352 353 /** @final @type String */354 353 CLASS_NAME: "OpenLayers.Renderer.Elements" 355 354 }); -
lib/OpenLayers/Renderer/VML.js
old new 551 551 node.path = path; 552 552 }, 553 553 554 /** @final @type String*/555 554 CLASS_NAME: "OpenLayers.Renderer.VML" 556 555 }); -
lib/OpenLayers/Renderer/SVG.js
old new 543 543 return string; 544 544 545 545 }, 546 547 /** @final @type String */ 546 548 547 CLASS_NAME: "OpenLayers.Renderer.SVG" 549 548 }); -
lib/OpenLayers/Geometry.js
old new 186 186 ); 187 187 }, 188 188 189 /** @final @type String*/190 189 CLASS_NAME: "OpenLayers.Geometry" 191 190 }); -
lib/OpenLayers/Feature.js
old new 199 199 destroyPopup: function() { 200 200 this.popup.destroy() 201 201 }, 202 203 /** @final @type String */ 202 204 203 CLASS_NAME: "OpenLayers.Feature" 205 204 }); -
lib/OpenLayers/Tile.js
old new 227 227 return bounds; 228 228 }, 229 229 230 /** @final @type String */231 230 CLASS_NAME: "OpenLayers.Tile" 232 231 }); -
lib/OpenLayers/Layer/Markers.js
old new 138 138 } 139 139 } 140 140 }, 141 142 /** @final @type String */ 141 143 142 CLASS_NAME: "OpenLayers.Layer.Markers" 144 143 }); -
lib/OpenLayers/Layer/MapServer.js
old new 190 190 } 191 191 return requestString; 192 192 }, 193 194 /** @final @type String */ 193 195 194 CLASS_NAME: "OpenLayers.Layer.MapServer" 196 195 }); -
lib/OpenLayers/Layer/WMS.js
old new 204 204 return OpenLayers.Layer.Grid.prototype.getFullRequestString.apply( 205 205 this, arguments); 206 206 }, 207 208 /** @final @type String */ 207 209 208 CLASS_NAME: "OpenLayers.Layer.WMS" 210 209 }); -
lib/OpenLayers/Layer/WorldWind.js
old new 110 110 111 111 }, 112 112 113 /** @final @type String */114 113 CLASS_NAME: "OpenLayers.Layer.WorldWind" 115 114 }); -
lib/OpenLayers/Layer/VirtualEarth.js
old new 269 269 return new Msn.VE.Pixel(x, y); 270 270 }, 271 271 272 /** @final @type String */273 272 CLASS_NAME: "OpenLayers.Layer.VirtualEarth" 274 273 }); -
lib/OpenLayers/Layer/Google.js
old new 447 447 return new GPoint(x, y); 448 448 }, 449 449 450 /** @final @type String */451 450 CLASS_NAME: "OpenLayers.Layer.Google" 452 451 }); -
lib/OpenLayers/Layer/GML.js
old new 127 127 alert("Error in loading GML file "+this.url); 128 128 }, 129 129 130 /** @final @type String */131 130 CLASS_NAME: "OpenLayers.Layer.GML" 132 });131 }); -
lib/OpenLayers/Layer/FixedZoomLevels.js
old new 245 245 return zoom; 246 246 }, 247 247 248 249 /** @final @type String */250 248 CLASS_NAME: "FixedZoomLevels.js" 251 249 }); 252 250 -
lib/OpenLayers/Layer/Yahoo.js
old new 337 337 return new YCoordPoint(x, y); 338 338 }, 339 339 340 /** @final @type String */341 340 CLASS_NAME: "OpenLayers.Layer.Yahoo" 342 341 }); -
lib/OpenLayers/Layer/Boxes.js
old new 69 69 } 70 70 }, 71 71 72 /** @final @type String */73 72 CLASS_NAME: "OpenLayers.Layer.Boxes" 74 73 }); -
lib/OpenLayers/Layer/Image.js
old new 201 201 getURL: function(bounds) { 202 202 return this.url; 203 203 }, 204 205 /** @final @type String */ 204 206 205 CLASS_NAME: "OpenLayers.Layer.Image" 207 206 }); -
lib/OpenLayers/Layer/Text.js
old new 181 181 } 182 182 } 183 183 }, 184 185 /** @final @type String */ 184 186 185 CLASS_NAME: "OpenLayers.Layer.Text" 187 186 }); 188 187 -
lib/OpenLayers/Layer/EventPane.js
old new 375 375 return moPixel; 376 376 }, 377 377 378 /** @final @type String */379 378 CLASS_NAME: "OpenLayers.Layer.EventPane" 380 379 }); -
lib/OpenLayers/Layer/Grid.js
old new 650 650 } 651 651 }, 652 652 653 /** @final @type String */654 653 CLASS_NAME: "OpenLayers.Layer.Grid" 655 654 }); -
lib/OpenLayers/Layer/MultiMap.js
old new 255 255 return new MMPoint(x, y); 256 256 }, 257 257 258 /** @final @type String */259 258 CLASS_NAME: "OpenLayers.Layer.MultiMap" 260 259 }); -
lib/OpenLayers/Layer/HTTPRequest.js
old new 209 209 return requestString; 210 210 }, 211 211 212 /** @final @type String */213 212 CLASS_NAME: "OpenLayers.Layer.HTTPRequest" 214 213 }); -
lib/OpenLayers/Layer/KaMap.js
old new 226 226 return obj; 227 227 }, 228 228 229 /** @final @type String */230 229 CLASS_NAME: "OpenLayers.Layer.KaMap" 231 230 }); -
lib/OpenLayers/Layer/WMS/Untiled.js
old new 39 39 "'singleTile' as true."; 40 40 OpenLayers.Console.warn(msg); 41 41 }, 42 43 /** @final @type String */ 42 44 43 CLASS_NAME: "OpenLayers.Layer.WMS.Untiled" 45 44 }); -
lib/OpenLayers/Layer/WFS.js
old new 391 391 this.tile.draw(); 392 392 } 393 393 }, 394 395 /** @final @type String */ 394 396 395 CLASS_NAME: "OpenLayers.Layer.WFS" 397 396 }); -
lib/OpenLayers/Layer/Vector.js
old new 429 429 preFeatureInsert: function(feature) { 430 430 }, 431 431 432 /** @final @type String */433 432 CLASS_NAME: "OpenLayers.Layer.Vector" 434 433 }); -
lib/OpenLayers/Layer/TMS.js
old new 136 136 } 137 137 }, 138 138 139 /** @final @type String */140 139 CLASS_NAME: "OpenLayers.Layer.TMS" 141 140 }); -
lib/OpenLayers/Handler/Polygon.js
old new 117 117 return false; 118 118 }, 119 119 120 /** @final @type String */121 120 CLASS_NAME: "OpenLayers.Handler.Polygon" 122 121 }); -
lib/OpenLayers/Handler/Point.js
old new 261 261 } 262 262 }, 263 263 264 /** @final @type String */265 264 CLASS_NAME: "OpenLayers.Handler.Point" 266 265 }); -
lib/OpenLayers/Handler/Feature.js
old new 161 161 } 162 162 }, 163 163 164 /** @final @type String */165 164 CLASS_NAME: "OpenLayers.Handler.Feature" 166 165 }); -
lib/OpenLayers/Handler/Path.js
old new 237 237 } 238 238 return false; 239 239 }, 240 241 /** @final @type String */ 240 242 241 CLASS_NAME: "OpenLayers.Handler.Path" 243 242 }); -
lib/OpenLayers/Handler/Drag.js
old new 223 223 } 224 224 }, 225 225 226 /** @final @type String */227 226 CLASS_NAME: "OpenLayers.Handler.Drag" 228 227 }); -
lib/OpenLayers/Handler/MouseWheel.js
old new 153 153 } 154 154 }, 155 155 156 /** @final @type String */157 156 CLASS_NAME: "OpenLayers.Handler.MouseWheel" 158 157 }); -
lib/OpenLayers/Handler/Keyboard.js
old new 87 87 } 88 88 }, 89 89 90 /** @final @type String */91 90 CLASS_NAME: "OpenLayers.Handler.Keyboard" 92 91 }); -
lib/OpenLayers/Console.js
old new 201 201 */ 202 202 count: function() {}, 203 203 204 /** @final @type String */205 204 CLASS_NAME: "OpenLayers.Console" 206 205 }; 207 206 -
lib/OpenLayers/Popup.js
old new 484 484 OpenLayers.Event.stop(evt, true); 485 485 }, 486 486 487 /** @final @type String */488 487 CLASS_NAME: "OpenLayers.Popup" 489 488 }); 490 489
