OpenLayers OpenLayers

Ticket #861 (closed feature: fixed)

Opened 1 year ago

Last modified 1 year ago

small js clientside efficiency improvement for Map.js getLayer function

Reported by: tjcri Assigned to:
Priority: minor Milestone: 2.6 Release
Component: Map Version: 2.4
Keywords: Cc:
State:

Description

small js clientside efficiency improvement for Map.js getLayer function

Attachments

map.patch (373 bytes) - added by tjcri on 07/24/07 16:12:23.
861-tschaub.patch (356 bytes) - added by penyaskito on 09/23/07 07:47:27.
A patch with tschaub code.
getLayer.patch (1.9 kB) - added by euzuro on 10/10/07 02:16:19.
update of last patch with a slight re-make of Map's getLayer test... more lightweight and thorough testing

Change History

07/24/07 16:12:23 changed by tjcri

  • attachment map.patch added.

07/24/07 16:53:36 changed by tschaub

break;

07/24/07 23:00:01 changed by euzuro

looks like tim's right. new patch?

08/23/07 12:44:13 changed by tschaub

  • keywords deleted.

09/23/07 07:47:27 changed by penyaskito

  • attachment 861-tschaub.patch added.

A patch with tschaub code.

10/10/07 00:50:58 changed by crschmidt

  • keywords set to review.
  • milestone set to 2.6 Release.

10/10/07 02:16:19 changed by euzuro

  • attachment getLayer.patch added.

update of last patch with a slight re-make of Map's getLayer test... more lightweight and thorough testing

10/10/07 02:17:20 changed by euzuro

i've taken pensyakito's patch and added a small rework of the tests for map to make them more thorough and also more lightweight (my new bend). all tests pass in ff and ie6. please review

11/16/07 20:40:17 changed by crschmidt

  • keywords changed from review to commit.

Please commit.

11/20/07 01:21:12 changed by euzuro

  • keywords deleted.
  • status changed from new to closed.
  • resolution set to fixed.

(In [5221]) improve map's getLayer() function, includes improved test. cheers to pensyakito for bringing this up and to cr5 for the review (Closes #861)