layer.events.on({
                 moveend: function(e) {
                     if (e.zoomChanged) {
                       doSth();
                     }
                  }
            });


On Wed, Jan 27, 2010 at 4:56 PM, XinGang Li <[email protected]> wrote:

> zoomend
>
> Li XinGang
> EMail: [email protected]
> Blog:   avlee.cnblogs.com
> Site:    www.mapboost.org
>
>
> On Wed, Jan 27, 2010 at 4:47 PM, Dom Lehr <[email protected]>wrote:
>
>> Hey guys,
>>
>> I tried googleing it, but I can t find it... How is the event called if
>> zoom changes?
>>
>> I wanne do sth like
>>
>> layer.events.on({
>>                  zoomchanged: function() {
>>                      doSth();
>>                   }
>>             });
>>
>> Your help is ver appreciated!
>>
>> Dom
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://openlayers.org/mailman/listinfo/dev
>>
>>
>
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev

Reply via email to