OpenLayers OpenLayers

root/trunk/openlayers/lib/OpenLayers/Layer


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8398 [8398] 11/20/08 06:25:07 tschaub Remove redundant features.length check. r=fredj (closes #1847)
(edit) @8349 [8349] 11/13/08 07:12:58 crschmidt Fix getDataExtent() (vector) manipulates feature: patch from vmx, tests by …
(edit) @8237 [8237] 10/30/08 08:52:11 fredj set the CLASS_NAME to the complete class name (add OpenLayers.Layer.)
(edit) @8236 [8236] 10/30/08 06:47:19 crschmidt FixedZoomLevels CLASS_NAME was wrong (included .js): correct it. (No …
(edit) @8230 [8230] 10/28/08 19:51:05 tschaub Marker icons should be moved when the map zoom changes. Thanks to avlee …
(edit) @8189 [8189] 10/24/08 04:29:01 pgiraud the test to check if layer is drawn before we draw feature is moved to …
(edit) @8130 [8130] 10/17/08 04:06:59 fredj Add missing semi-colons. (closes #1762)
(edit) @8091 [8091] 10/04/08 16:13:28 euzuro getting rid of unnecessary, undocumented 'drawn' property on marker. …
(edit) @8003 [8003] 09/12/08 04:58:23 tschaub Adding paging and cluster strategies. The paging strategy intercepts a …
(edit) @7999 [7999] 09/11/08 11:11:43 fredj Add missing @requires OpenLayers/Tile/Image.js. r=crschmidt (Pullup #1733)
(edit) @7979 [7979] 09/08/08 13:43:34 pagameba apply missing semicolons from r7975 (in 2.7 branch) to trunk
(edit) @7976 [7976] 09/08/08 02:52:57 ahocevar moved handling of unrenderedFeatures from moveTo to drawFeature. …
(edit) @7959 [7959] 09/05/08 03:05:11 elemoine add "refresh" event to Layer.Vector, r=tschaub (closes #1695)
(edit) @7949 [7949] 09/04/08 15:17:47 crschmidt Add a KaMapCache Layer class. Similar to the Layer.TileCache class, this …
(edit) @7948 [7948] 09/04/08 14:35:40 euzuro fix a somewhat broken FixedZoomLevels.js functionality -- the …
(edit) @7947 [7947] 09/04/08 12:57:56 euzuro Give VE its missing zoom-level (resolution). Thanks to TIM for finding …
(edit) @7941 [7941] 09/03/08 15:16:29 tschaub Allow layer.destroy to be called twice without failing for the vector …
(edit) @7930 [7930] 09/02/08 13:17:52 ahocevar New vector rendering for better performance and less renderer specific …
(edit) @7928 [7928] 09/02/08 11:46:35 pagameba Adjust how the parameters are calculated for the GETVISIBLEMAPEXTENT call …
(edit) @7865 [7865] 08/26/08 13:17:19 euzuro Keep the 'loadstart' event from firing twice on the Layer.Text. …
(edit) @7862 [7862] 08/26/08 10:22:59 crschmidt Add support for a Canvas renderer. This renderer will allow for some …
(edit) @7781 [7781] 08/18/08 08:53:06 ahocevar "disable z-indexing of elements in the Elements renderer by default". …
(edit) @7708 [7708] 08/05/08 09:59:12 elemoine Layer.Vector.removeMap must deactivate the strategies, r=fredj (closes …
(edit) @7703 [7703] 08/05/08 01:39:11 fredj Fix a typo in Layer.Vector.destroy and add unit tests for protocol and …
(edit) @7675 [7675] 08/01/08 18:21:50 crschmidt Patch from funky_c to move all alert()s in the library to a …
(edit) @7660 [7660] 08/01/08 11:34:50 euzuro Get our VirtualEarth layer working again with the latest (6.1) version. …
(edit) @7652 [7652] 07/31/08 20:17:59 euzuro ordering <exclamation point/>. you can now gracefully z-order your …
(edit) @7650 [7650] 07/31/08 17:27:35 tschaub Adding strategy and protocol base classes for better vector behavior. …
(edit) @7627 [7627] 07/31/08 00:44:25 tschaub Caching array length instead of accessing it with each iteration. …
(edit) @7616 [7616] 07/30/08 18:03:40 tschaub Adding a beforefeatureselected event to the vector layer events. If a …
(edit) @7614 [7614] 07/30/08 16:26:13 elemoine modify feature control must use silent:true when removing/destroying …
(edit) @7578 [7578] 07/28/08 17:10:57 crschmidt Confirmed with Tim Coulter that forcing the reflow here leads to a …
(edit) @7498 [7498] 07/13/08 07:54:25 pagameba Closes #1617. Update docs to reflect correct property name for marker …
(edit) @7459 [7459] 06/27/08 10:46:53 crschmidt getFullRequestString is used for getfeatureinfo a lot. Make it an API …
(edit) @7450 [7450] 06/25/08 10:14:55 crschmidt Minor doc update to clarify that mergeNewParams handles reloading the …
(edit) @7417 [7417] 06/21/08 10:37:14 crschmidt minor doc changes to describe that format conflicts …
(edit) @7415 [7415] 06/21/08 09:27:16 crschmidt SRS sent with WFS requests should match projection of requested …
(edit) @7387 [7387] 06/19/08 18:08:10 crschmidt "GeoRSS layer triggers loadstart event twice", from Bart. Includes …
(edit) @7362 [7362] 06/16/08 17:04:43 tschaub WFS layer requires WFS tile.
(edit) @7341 [7341] 06/10/08 16:39:03 tschaub Adding px units where appropriate in style properties. Thanks Wally …
(edit) @7339 [7339] 06/10/08 11:52:56 tschaub For now, we will point the requires directive at the XMLHttpRequest.js …
(edit) @7336 [7336] 06/10/08 09:00:49 elemoine there are missing @requires for the new XHR, patch from pgiraud, r=me …
(edit) @7335 [7335] 06/09/08 15:51:38 tschaub Adding cross-browser XMLHttpRequest functionality and convenience methods …
(edit) @7334 [7334] 06/09/08 15:11:03 tschaub The text format conditionally sets values for feature.style.graphicXOffset …
(edit) @7311 [7311] 06/05/08 16:37:40 tschaub Adding a bit of flexibility to extend and applyDefaults. First argument …
(edit) @7300 [7300] 05/31/08 13:19:48 crschmidt Fix for GMaps layers to display in correct position when they were …
(edit) @7298 [7298] 05/31/08 12:56:41 crschmidt Use the maxExtent of the layer in Grid layers instead of the maxExtent of …
(edit) @7277 [7277] 05/27/08 03:56:29 elemoine add featureremoved-type events to Layer.Vector, r=fredj (closes #1535)
(edit) @7276 [7276] 05/27/08 03:53:48 elemoine Layer.Vector should destroy itself before its parent, r=fredj (closes …
(edit) @7015 [7015] 04/27/08 01:14:50 crschmidt Layer.GeoRSS should store the title and description attributes on the …
(edit) @6947 [6947] 04/15/08 21:56:21 crschmidt Add getDataExtent to Vector Layer. Patch from rupert, tests by me, r=me …
(edit) @6946 [6946] 04/15/08 21:30:40 crschmidt Fix to Layer.Text to allow iconOffset of 0,0 from Edgemaster, r=me …
(edit) @6901 [6901] 04/14/08 17:28:52 tschaub Another doc tweak.
(edit) @6900 [6900] 04/14/08 17:26:02 tschaub Doc typo.
(edit) @6833 [6833] 04/09/08 12:52:08 tschaub Fixing links in documentation. Other Natural Docs changes. (closes …
(edit) @6748 [6748] 03/31/08 20:14:34 pagameba quick lint before rc1, only some missing missing semi-colons.
(edit) @6573 [6573] 03/21/08 13:34:27 tschaub Adding an extra check for IE, where request.responseXML is true on …
(edit) @6572 [6572] 03/21/08 13:31:58 crschmidt FixedZoomLevels subclassese don't propertly set min/max resolution, …
(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) @6495 [6495] 03/12/08 08:53:34 crschmidt Improve the handling of tile events with regard to tiles being unloaded …
(edit) @6492 [6492] 03/11/08 14:32:17 tschaub Smooth GDragging at last. Thanks to overstdr for digging up the …
(edit) @6442 [6442] 03/05/08 23:58:46 tschaub The barest of docs for the Google constructor.
(edit) @6441 [6441] 03/05/08 16:43:41 euzuro fixinG icon offset issue. thanks to abejenaru for the oriGinal buGreport …
(edit) @6438 [6438] 03/05/08 16:06:42 crschmidt MapGuide 2.0 (just released) has support for a 'clip' parameter, which is …
(edit) @6437 [6437] 03/05/08 10:11:21 ahocevar updated ND comment (see #1417)
(edit) @6436 [6436] 03/05/08 09:41:32 ahocevar resizing the map quickly messes up tile load events (singleTile). Thanks …
(edit) @6433 [6433] 03/04/08 05:29:08 fredj Separating jsdoc declarations.
(edit) @6422 [6422] 02/29/08 13:39:37 crschmidt Improve WFS reprojection: * Transform bbox back to layer projection * …
(edit) @6418 [6418] 02/29/08 09:16:10 fredj Add missing ND comments. (non-functional changes)
(edit) @6413 [6413] 02/29/08 01:50:39 fredj Send events when modifying features: 'beforefeaturemodified' triggered …
(edit) @6389 [6389] 02/27/08 14:32:44 ahocevar "svg flicker at end of pan". Gecko-based browsers might not reflow svg if …
(edit) @6368 [6368] 02/25/08 21:56:40 crschmidt Add support for MapGuide Open Source layers in OpenLayers. Great work by …
(edit) @6337 [6337] 02/21/08 04:11:34 ahocevar "WFS layer format cannot be modified on the map". Concatenate EVENT_TYPES …
(edit) @6314 [6314] 02/15/08 17:42:07 crschmidt We have a Format.WFS that works in IE now -- by doing so, it means it …
(edit) @6313 [6313] 02/15/08 16:15:48 tschaub Adding framework for internationalization support. The new …
(edit) @6247 [6247] 02/13/08 10:35:32 ahocevar added @requires OpenLayers/StyleMap.js
(edit) @6240 [6240] 02/12/08 18:05:47 ahocevar "users should be able to customize the select style per feature": Created …
(edit) @6231 [6231] 02/12/08 13:24:15 crschmidt We split the grid init into a seperate function, and use that as …
(edit) @6178 [6178] 02/09/08 15:33:47 elemoine fix indent (non-functional change)
(edit) @6173 [6173] 02/09/08 14:16:25 tschaub The vector layer now only adds events to those available from the layer …
(edit) @6171 [6171] 02/09/08 13:29:18 crschmidt make redraw have a 'force' parameter to allow it to actually add random …
(edit) @6169 [6169] 02/09/08 12:35:33 ahocevar VML flicker when dragging is finished. This very nice patch by sbenthall …
(edit) @6168 [6168] 02/09/08 11:51:39 crschmidt Don't redraw the single tile if the layer is not visible; it will be …
(edit) @6149 [6149] 02/08/08 18:31:27 tschaub Trigger feature related events with feature information and layer related …
(edit) @6131 [6131] 02/08/08 14:51:55 crschmidt Fix lots of EOL SSTyle line ending problems.
(edit) @5989 [5989] 02/05/08 01:12:29 euzuro give the wfs layer a proper destroy method (Closes #1256)
(edit) @5950 [5950] 01/31/08 10:05:57 fredj fix typo in ND comment (non-functional change)
(edit) @5913 [5913] 01/27/08 17:59:31 elemoine Map.setCenter() should not call Layer.moveTo if inRange has changed to …
(edit) @5899 [5899] 01/25/08 18:46:03 euzuro be more forgiving in removeMarker() -- do not cause script error if marker …
(edit) @5828 [5828] 01/20/08 15:33:54 crschmidt Add support for reprojection of vector formats when loading data. This …
(edit) @5776 [5776] 01/16/08 12:07:20 crschmidt Add setUrl function for GML layer. Thanks to a well done patch (with …
(edit) @5754 [5754] 01/15/08 15:25:00 elemoine fix typo in ND comment (non-functional change)
(edit) @5745 [5745] 01/15/08 07:19:22 crschmidt TileCache.js uses math.floor instead of math.round like TC does. Thanks …
(edit) @5733 [5733] 01/14/08 09:42:29 ahocevar New layer type PointTrack: connects point features to lines. …
(edit) @5715 [5715] 01/10/08 20:16:18 crschmidt "GeoRSS Format Parsing fails with items with no geo-feature". Patch …
(edit) @5627 [5627] 01/02/08 14:36:12 tschaub Oh please Google, give us some well named methods that solve this issue. …
(edit) @5626 [5626] 01/02/08 14:27:14 crschmidt Uncommit unrelated part of r5433.
(edit) @5622 [5622] 01/02/08 10:23:45 crschmidt Make MapServer multi-url selection deterministic. (Closes #803)
(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
Note: See TracRevisionLog for help on using the revision log.