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
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
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
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
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