Re: [Mapbuilder-devel] Questions

2007-11-26 Thread Cameron Shorter
Mike Adair wrote: > > I'll do my best to update those. The context editor demo could possibly > be replaced by the work LisaSoft did for the CGDI IP, although I'm not > sure if that has all the same functionality. > > > Lisasoft's Catalog demo does cover a lot of similar functionality to the

Re: [Mapbuilder-devel] Questions

2007-11-26 Thread Mike Adair
Andreas Hocevar wrote: > Hi Mike, > > in today's team meeting, there were some issues where we would like your > input: > > * MAP-420 & MAP-443: what is the progress on proj4js, and what > happened to the convergence errors? > I managed to make some limited progress on this this weekend, adding

[Mapbuilder-devel] Questions

2007-11-26 Thread Andreas Hocevar
Hi Mike, in today's team meeting, there were some issues where we would like your input: * MAP-420 & MAP-443: what is the progress on proj4js, and what happened to the convergence errors? * MAP-268: is this model used anywhere? * MAP-235 & MAP-236: can you do a little work on those examples to

Re: [Mapbuilder-devel] MB 1.5 Branch: To layerId or not to layerId? + GeoRSS in MB 1.5?

2007-11-26 Thread Gertjan van Oosten
As quoted from Roald de Wit <[EMAIL PROTECTED]>: > I also will change the line of code that Gertjan pointed out: [...] > Thanks for finding that one Gertjan! You're most welcome Roald. Also to Cameron: > > [And note to Cameron: should we extend our JavaScript style guide, e.g. > > by looking at

Re: [Mapbuilder-devel] MB 1.5 Branch: To layerId or not to layerId? + GeoRSS in MB 1.5?

2007-11-26 Thread Gertjan van Oosten
As quoted from Andreas Hocevar <[EMAIL PROTECTED]>: > > -MapPaneOL.prototype.getLayer = function(objRef,layerName) { > > - return objRef.model.map.getLayer(objRef.oLlayers[layerName].id); > > +MapPaneOL.prototype.getLayer = function(objRef,layerId) { > > + if(objRef.oLlayers[layerId] && objRef.oL