OpenLayers OpenLayers

root/trunk/openlayers/lib/OpenLayers/Tile


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8407 [8407] 11/21/08 10:04:52 fredj Fix a memory leak in Tile.Image when using AlphaHack. r=crschmidt (closes …
(edit) @7667 [7667] 08/01/08 14:25:28 pagameba Refactor backBuffer tile code out of generic Tile base class into …
(edit) @7599 [7599] 07/29/08 22:02:36 crschmidt "use different server when IMAGE_RELOAD_ATTEMPTS > 1 && layer.url is an …
(edit) @7416 [7416] 06/21/08 10:23:33 crschmidt Expand on a patch by Edgemaster to support non-XML vector formats via …
(edit) @7339 [7339] 06/10/08 11:52:56 tschaub For now, we will point the requires directive at the XMLHttpRequest.js …
(edit) @7337 [7337] 06/10/08 09:37:08 elemoine add missing @require's
(edit) @7335 [7335] 06/09/08 15:51:38 tschaub Adding cross-browser XMLHttpRequest functionality and convenience methods …
(edit) @6638 [6638] 03/27/08 09:01:25 crschmidt Improve performance when not using transitions by not forcing a …
(edit) @6573 [6573] 03/21/08 13:34:27 tschaub Adding an extra check for IE, where request.responseXML is true on …
(edit) @6496 [6496] 03/12/08 10:21:27 tschaub No longer do we force re-parsing of request.responseText for WFS, GML, and …
(edit) @6452 [6452] 03/06/08 17:50:44 pagameba Re #933. Apply transition effect patch to trunk, many thanks to Erik, Tim …
(edit) @6408 [6408] 02/28/08 19:16:47 tschaub The loadURL function now returns something that acts more like …
(edit) @6068 [6068] 02/07/08 23:18:13 crschmidt Layers with the 'alpha' flag set to true never register proper load …
(edit) @6012 [6012] 02/07/08 01:20:50 crschmidt Adding a space to clean up diffs for transition patch. (No functional …
(edit) @5854 [5854] 01/23/08 15:29:46 pagameba Add clone methods to Tile and Tile.Image, and add associated tests. …
(edit) @5839 [5839] 01/22/08 10:43:07 crschmidt Previous commit to change wfs tile to support formatobject + …
(edit) @5828 [5828] 01/20/08 15:33:54 crschmidt Add support for reprojection of vector formats when loading data. This …
(edit) @5777 [5777] 01/16/08 12:35:51 euzuro See #964 - not only should we cancel ajax requests when we destroy the …
(edit) @5696 [5696] 01/09/08 03:36:41 crschmidt Fix redrawing of tiles in Safari, Opera, which don't fire onlod events …
(edit) @5614 [5614] 01/01/08 03:14:55 crschmidt Update copyrights to 2008.
(edit) @5553 [5553] 12/21/07 03:28:09 tschaub Separating jsdoc style docs into their own block. The new NaturalDocs
(edit) @5539 [5539] 12/20/07 12:28:51 tschaub Abort XMLHttpRequest on tile.destroy for WFS. The loadURL function now …
(edit) @5428 [5428] 12/15/07 09:16:18 crschmidt Tile.Image should register for error events with respect to tile …
(edit) @5284 [5284] 11/27/07 05:17:54 fredj Correctly check if the alpha hack needs to be applied to the layer's div …
(edit) @5157 [5157] 11/09/07 11:23:54 euzuro remove some stray oldschool jsdoc comments for the CLASS_NAME property. …
(edit) @5002 [5002] 10/18/07 08:27:35 pagameba large scale syntactic clean up adding missing semi-colons and curly braces …
(edit) @4985 [4985] 10/16/07 22:21:22 crschmidt Refactor SVN layout in compliance with RFC/LicenseChange. This …
(edit) @4557 [4557] 09/28/07 16:45:31 euzuro Remove 'drawn' property from Tiles. (Closes #1018)
(edit) @4502 [4502] 09/28/07 13:11:18 euzuro Fix to remove extraneous clear() from Tile.moveTo (Closes #1017)
(edit) @4302 [4302] 09/14/07 16:08:47 tschaub Deprecating all prototype extensions. This puts all OpenLayers
(edit) @4252 [4252] 09/12/07 21:23:06 euzuro Add 'loadstart' and 'loadend' events to some of our exciting layers like …
(edit) @4227 [4227] 09/11/07 22:37:09 euzuro Temporary fix for WFS race condition where a tile is destroy()ed but an …
(edit) @4110 [4110] 08/29/07 14:44:10 tschaub Filling our log with cruft, adding meaningless conflicts for merges, and …
(edit) @3984 [3984] 08/23/07 07:29:06 crschmidt Since John already went ahead and committed the main change, I'm just …
(edit) @3928 [3928] 08/21/07 15:06:49 euzuro patch for #910 - removing extraneous moveTo() from tile/image.js
(edit) @3815 [3815] 07/25/07 18:48:02 euzuro as universally approved on discussions on dev list, replace new Array() …
(edit) @3787 [3787] 07/23/07 11:09:09 euzuro fix for #853 - remove JSDOC comments from CLASS_NAME variables
(edit) @3786 [3786] 07/23/07 11:03:42 euzuro fix for #847 - use bind() instead of bindAsEventListener()= when …
(edit) @3768 [3768] 07/16/07 18:08:28 euzuro fix for #843 - remove unnecesary url prepping in image tiles
(edit) @3767 [3767] 07/16/07 16:25:11 tschaub #823 New class style. Instead of OldStyle = Class.create(); …
(edit) @3725 [3725] 07/12/07 18:42:34 euzuro patch for #831 - simplify the notion of untiled (now an option on grid …
(edit) @3686 [3686] 07/10/07 17:56:11 tschaub coding standards - getting rid of these tabs all at once
(edit) @3587 [3587] 07/05/07 13:33:29 euzuro move all nd comments for CLASS_NAME back to jsdoc style. my personal …
(edit) @3555 [3555] 07/02/07 18:51:50 euzuro fix for #785 - fix up gutter logic a little bit. on a path to getting all …
(edit) @3545 [3545] 06/29/07 11:59:20 crschmidt Merge all changes from the naturaldocs sandbox. This brings all the work …
(edit) @3034 [3034] 04/09/07 10:08:09 crschmidt From Erik, "add strategic TBD 3.0 comments to remind us to remove the …
(edit) @3029 [3029] 04/06/07 12:43:08 euzuro small update to simplify code. when this class's initialize() function was …
(edit) @3028 [3028] 04/06/07 12:41:22 euzuro small documentation update #644
(edit) @2979 [2979] 04/02/07 13:18:38 tschaub #529 give tiles gutters - all layers that use Tile.Image must now look …
(edit) @2917 [2917] 03/28/07 18:46:50 sderle Remove event listeners on image div in Tile.Image.destroy(). Fixes #576.
(edit) @2803 [2803] 03/16/07 09:23:56 crschmidt Merge vector-2.4 branch back to trunk. svn merge sandbox/vector-2.4/@2307 …
(edit) @2231 [2231] 02/16/07 15:24:56 euzuro fix for #480 -- addition of 'viewRequestID' variable to map to keep track …
(edit) @2163 [2163] 01/19/07 11:32:43 crschmidt Approved commit for #473 by euzuro. Needs pullup to 2.3.
(edit) @2093 [2093] 12/22/06 14:03:32 crschmidt Tests, example change, and Util addition, plus usage in Tile/Image to …
(edit) @2092 [2092] 12/22/06 13:50:30 crschmidt Followup to #449: Missed part of the commit, which protects against …
(edit) @2091 [2091] 12/22/06 13:35:04 crschmidt Commit a number of improvements to grid handling from #449. This adds …
(edit) @2029 [2029] 12/10/06 19:19:29 euzuro updating jsdoc for parameter type on ajax handlers
(edit) @1738 [1738] 10/26/06 11:22:37 tschaub Apply patch for #376 - fixing tile.clear() calls that were mistakenly …
(edit) @1721 [1721] 10/24/06 14:16:39 crschmidt Change files to point to repository-license. Part of build process will …
(edit) @1695 [1695] 10/13/06 16:41:21 crschmidt The OpenLayers server threw a disk, and clobbered another, resulting in a …
(edit) @1651 [1651] 10/06/06 11:57:33 sderle Convert all classes to use new-style class definitions. All tests pass.
(edit) @1650 [1650] 10/06/06 11:33:33 crschmidt IE, Safari, and Firefox all deal with XML elements with namespaces in …
(edit) @1590 [1590] 10/05/06 11:18:02 sderle Removed modifications to Array.prototype and moved them into OL.Util …
(edit) @1588 [1588] 10/05/06 10:50:47 sderle Merged r1559:r1587 from source:/sandbox/crschmidt/noprototype. OpenLayers
(edit) @1551 [1551] 10/03/06 15:38:15 euzuro replace useage of OpenLayers.Util.setOpacity() with …
(edit) @1549 [1549] 10/03/06 15:07:24 euzuro add opacity support to createDiv() and createImage(). update their tests. …
(edit) @1544 [1544] 10/03/06 14:38:40 euzuro now we can specify opacity on createAlphaImageDiv(). added tests. updated …
(edit) @1531 [1531] 10/02/06 21:08:00 crschmidt Tiles should not load data outside maxExtent unless the …
(edit) @1433 [1433] 09/11/06 10:30:25 crschmidt Tile opacity patch from tschaub: Fix for #235. Also includes tests to …
(edit) @1424 [1424] 09/09/06 11:46:17 crschmidt Fix all cases where we have Windows line endings, and set …
(edit) @1369 [1369] 08/25/06 14:17:06 crschmidt Merge 2.0 branch to trunk.
(edit) @1212 [1212] 08/15/06 08:43:50 euzuro fix tabs
(edit) @1206 [1206] 08/14/06 19:05:05 euzuro change the '@require:' to '@requires' so as to be compatible with JSDOC …
(edit) @1198 [1198] 08/12/06 11:54:51 euzuro added 'drawn' property to all tiles. removed redraw() and adapted all …
(edit) @1189 [1189] 08/10/06 02:36:14 euzuro rewrite but this time not killing array structure by setting to a new var
(edit) @1155 [1155] 08/09/06 02:25:54 euzuro implement clear() in Image
(edit) @1154 [1154] 08/09/06 02:24:28 euzuro updates so WFS *should* work with new tiling algorithm
(edit) @1148 [1148] 08/09/06 01:58:37 euzuro declare urls property in wfs tile
(edit) @1147 [1147] 08/09/06 01:42:42 euzuro add JSDOC commenting and stub moveTo function in WFS tile
(edit) @1137 [1137] 08/08/06 23:47:33 crschmidt Commit tile-reuse branch back to trunk. This branch offers numerous …
(edit) @1136 [1136] 08/08/06 23:31:06 euzuro remove useless or duplicate functions from Util.js -- no more: Array …
(edit) @1014 [1014] 07/26/06 17:14:39 euzuro decomposed in r989 but forgot to put the link.
(edit) @995 [995] 07/21/06 15:19:54 euzuro move getFeature() to the Layer
(edit) @994 [994] 07/21/06 15:07:33 euzuro add a getFeature() to Tile.WFS
(edit) @990 [990] 07/20/06 14:01:37 euzuro now with multiple wfs servers, we do NOT want to clear this list. argh.
(edit) @989 [989] 07/20/06 12:41:38 euzuro decompose addResults() function
(edit) @982 [982] 07/19/06 12:41:36 euzuro only send up arguments if not blank
(edit) @972 [972] 07/18/06 12:31:39 euzuro bug hidden from change to multiple WFS
(edit) @941 [941] 07/13/06 08:33:22 euzuro updates to allow a wfs layer to query multiple wfs servers with the same …
(edit) @840 [840] 06/30/06 11:41:40 sderle Added an 'alpha' option to Layer.Grid by which Layers can have the PNG …
(edit) @788 [788] 06/27/06 00:40:52 sderle Pulled down bug fixes, example updates, etc. r717:r787 from …
(edit) @681 [681] 06/22/06 15:02:33 crschmidt Only draw transparent images if the tiles are transparent.
(edit) @657 [657] 06/21/06 11:22:48 sderle Added license headers to all JS source files.
(edit) @605 [605] 06/15/06 15:02:21 euzuro fix for #77. alpha png transparency. and tests. yay.
(edit) @550 [550] 06/07/06 15:03:04 euzuro doesnt look like we're going to add a logger any time soon. might as well …
(edit) @522 [522] 06/05/06 13:09:41 euzuro call Tile's destroy() after cleaning up our own business
(edit) @521 [521] 06/05/06 13:08:29 euzuro not sure if this is necessary or not, but just in case
(edit) @514 [514] 06/05/06 11:57:38 euzuro just to be absolutely sure…
(edit) @513 [513] 06/05/06 11:47:35 euzuro draw function is not defined in the standard Tile class. it is meant to be …
(edit) @511 [511] 06/05/06 11:33:05 euzuro Fix for bug introduced with r510. Only make the removeChild call if the …
Note: See TracRevisionLog for help on using the revision log.