I have written a little custom code to take care of this, it's not exactly
mapbuilder code, and it could probably be reworked to increase portability.
Let me dig around here, and I'll send something to the list tomorrow, if
anybody wants to start building a generalized widget with it.
Matthew
A brief set of updates from the swamp.
TimeSeriesOL is Dead.
1) Andreas and I spoke about MapPaneOL and TimeSeriesOL, and after some
thought, we've decided to merge the functionality into a single file
(as the code differences have become so minor). We should be deprecating
TimeSeriesOL soon. I ha
Hi,
On 8/1/07, Markus Innerebner <[EMAIL PROTECTED]> wrote:
> On Wed, 2007-08-01 at 00:38 +0200, Andreas Hocevar wrote:
> > The widget you create for that is probably not an extension to
> > GmlRendererOL, but a separate (yet simple) widget. Additionaly, you
> > would need a tool that maybe sets a
Fixed by a 'undefined' check.
if(typeof(inlineXSL)!="undefined") {
xmlString = inlineXSL[_1];
xmlString = xmlString.replace(/DOUBLE_QUOTE/g,"\"");
this.xslDom = (new DOMParser()).parseFromString(xmlString,
"text/xml");
}
else {
this.xslDom.load(xslUrl);
}
Sorry, I was codi
On Wed, 2007-08-01 at 00:38 +0200, Andreas Hocevar wrote:
> Markus,
>
> so you do not refresh your model when you redraw the positions, you
> just load a different time frame from your model, right?
Not at the moment. What I did until now is to process the array with the
setTimeout function and se
Hi all,
I noticed that as of r3048 the demos using XSL stylesheets break on line
44 in Util.js:
if(inlineXSL) {
xmlString = inlineXSL[_1];
xmlString = xmlString.replace(/DOUBLE_QUOTE/g,"\"");
this.xslDom = (new DOMParser()).parseFromString(xmlString, "text/xml");
}
inlineXSL is not