[ka-Map-users] prototype

Paul Spencer pspencer at dmsolutions.ca
Thu Mar 9 16:19:17 EST 2006


yes.  I would like (at some point) to use prototype for kaMap.   
Unfortunately prototype does change the semantics of javascript's  
array handling and the code that Brent noted below is affected.

I'll try and commit a version to cvs that doesn't conflict with  
prototype but it may take a little bit.

Cheers

Paul

On 9-Mar-06, at 10:38 AM, Brent Pedersen wrote:

> if you want to use prototype, you have to find every instance of   
> for(var k in something) in kaMap (all .js files)
>
> and replace with
> for(var k=0;k<someting.length;k++)
> -b
>
> On 3/9/06, Laurent PIERRE <laurent.pierre at edf.fr> wrote: Hi,
>
> I'm trying to use ka-map with prototype.js but that makes my 'zoomer'
> disappear ... does any get such a behaviour ?
>
> Thanks
>
> Laurent
> _______________________________________________
> ka-Map-users mailing list
> ka-Map-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/ka-map-users
>
> _______________________________________________
> ka-Map-users mailing list
> ka-Map-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/ka-map-users

+-----------------------------------------------------------------+
|Paul Spencer                           pspencer at dmsolutions.ca   |
+-----------------------------------------------------------------+
|Applications & Software Development                              |
|DM Solutions Group Inc                 http://www.dmsolutions.ca/|
+-----------------------------------------------------------------+






More information about the ka-Map-users mailing list