Re: [Mapbuilder-devel] List of files to be archived/deprecated/need-info

2007-07-30 Thread Gertjan van Oosten
As quoted from Andreas Hocevar <[EMAIL PROTECTED]>: > I decided to just comment out the offending code, so we have a > reminder that we want to have a loading indicator back ASAP. I > committed the files to the trunk. [...] > > > 2. config.xsd has not been updated to reflect the removed/archived >

Re: [Mapbuilder-devel] List of files to be archived/deprecated/need-info

2007-07-30 Thread Andreas Hocevar
Hi, On 7/30/07, Andreas Hocevar <[EMAIL PROTECTED]> wrote: > Hi, > > On 7/30/07, Gertjan van Oosten <[EMAIL PROTECTED]> wrote: > > Now that several files have been removed/archived, various issues pop up: > > > > 1. some demos no longer work because their config references old files, > >e.g. w

Re: [Mapbuilder-devel] Mapbuilder team meeting in 10.5 hours

2007-07-30 Thread Pat Cappelaere
Cameron, I will be at the OWD-5 Kickoff. There is a big topic of interest to MapBuilder with Agile Geography and the use of KML (especially as context documents Hum) Not sure where this is going yet. Will report as soon as I know more. Pat. > From: Cameron Shorter <[EMAIL PROTECTED]> >

Re: [Mapbuilder-devel] Mapbuilder team meeting in 10.5 hours

2007-07-30 Thread Linda Derezinski
Sorry won't be able to make it, will be in meetings (neither will Pat) -Linda On 7/30/07 8:39 PM, "Cameron Shorter" <[EMAIL PROTECTED]> wrote: > Suggested agenda: > 00 Introductions, roll call > 05 Achieved files and replacements (Steven, ..) > 30 Release progress (Steven, ..) > 50 Animation wi

[Mapbuilder-devel] Mapbuilder team meeting in 10.5 hours

2007-07-30 Thread Cameron Shorter
Suggested agenda: 00 Introductions, roll call 05 Achieved files and replacements (Steven, ..) 30 Release progress (Steven, ..) 50 Animation with OL (Matt) 40 General Q&A 59 Topics for next meeting 00 Close PlaceTime SydneyTu 21:00 Amsterdam (Central European Time)Tu 13:00 New York (Eas

Re: [Mapbuilder-devel] MapbuilderCompressed.js produces errors

2007-07-30 Thread Diez, Matthew
The compression script does have some rather specific expectations for file content (for pattern matching and such), and as such, is rather brittle. Let me look into this, it might be a file order issue. Matthew D. Diez -Original Message- From: [EMAIL PROTECTED] on behalf of Gertjan va

Re: [Mapbuilder-devel] Doing animation with OL

2007-07-30 Thread Diez, Matthew
Having said that, even with switching out div tags, you still get the issue of: Set a div A to visible, set div A to hidden, set set B to visible, which yields flicker. OR, Set div A to visible, set div B to visible, set div A to hidden, which yield a sort of 2 steps forward, 1 step back form on a

Re: [Mapbuilder-devel] GmlPointRenderer replacement?

2007-07-30 Thread Andreas Hocevar
Hi Gertjan, On 7/30/07, Gertjan van Oosten <[EMAIL PROTECTED]> wrote: > Hi Andreas, > > As quoted from Andreas Hocevar: > > On 7/30/07, Gertjan van Oosten <[EMAIL PROTECTED]> wrote: > But my use case is different: I have a FeatureCollection model, and two > widgets, one that shows a HTML form sele

Re: [Mapbuilder-devel] GmlPointRenderer replacement?

2007-07-30 Thread Gertjan van Oosten
Hi Andreas, As quoted from Andreas Hocevar: > On 7/30/07, Gertjan van Oosten <[EMAIL PROTECTED]> wrote: >> I first checked MAP-340 of course, but in GmlRendererOL I don't see the >> normalImage/highlightImage elements anywhere. So my question remains: >> where has the functionality gone? > > This

Re: [Mapbuilder-devel] List of files to be archived/deprecated/need-info

2007-07-30 Thread Andreas Hocevar
Hi, On 7/30/07, Gertjan van Oosten <[EMAIL PROTECTED]> wrote: > Now that several files have been removed/archived, various issues pop up: > > 1. some demos no longer work because their config references old files, >e.g. wfs-t, flickr, shipTracks; This is because of the missing loading.js. I h

Re: [Mapbuilder-devel] GmlPointRenderer replacement?

2007-07-30 Thread Andreas Hocevar
Hi, On 7/30/07, Gertjan van Oosten <[EMAIL PROTECTED]> wrote: > Hi Steven, > > As quoted from "Steven M. Ottens" <[EMAIL PROTECTED]>: > > Gertjan van Oosten wrote: > > According to http://jira.codehaus.org/browse/MAP-340 GmlRendererOL > > should be able to replace GmlPointRenderer > > I first chec

Re: [Mapbuilder-devel] Doing animation with OL

2007-07-30 Thread Diez, Matthew
Mike: I had given that a fair amount of thought to it, and was discouraged earlier, as URL substituion seemed the cleaner/faster way to do it. Let me put together a brief test and see how that works out. Matthew D. Diez -Original Message- From: Mike Adair [mailto:[EMAIL PROTECTED] Sent

Re: [Mapbuilder-devel] Doing animation with OL

2007-07-30 Thread Mike Adair
Matt, Have you tried pre-loading all layers in the animation and then just cycling through them with the timer loop setting their visibility? i.e. instead of using just one layer, use many layers, mostly hidden. That is the approach that was used pre-OL days. Mike Diez, Matthew wrote: > >

Re: [Mapbuilder-devel] GmlPointRenderer replacement?

2007-07-30 Thread Gertjan van Oosten
Hi Steven, As quoted from "Steven M. Ottens" <[EMAIL PROTECTED]>: > Gertjan van Oosten wrote: > >> /lib/widget/GmlPointRenderer.js > > > > Suddenly my application stopped working (config error) because of this. > > What replaces its functionality? > > > According to http://jira.codehaus.org/bro

Re: [Mapbuilder-devel] GmlPointRenderer replacement?

2007-07-30 Thread Steven M. Ottens
Gertjan van Oosten wrote: > As quoted from "Steven M. Ottens" <[EMAIL PROTECTED]>: > >> Being archived: >> /lib/widget/GmlPointRenderer.js >> > > Suddenly my application stopped working (config error) because of this. > What replaces its functionality? > According to http://jira.codehaus

[Mapbuilder-devel] MapbuilderCompressed.js produces errors

2007-07-30 Thread Gertjan van Oosten
The current MapbuilderCompressed.js (built from r3033) produces errors: + csList has no properties csList.EPSG42101="+title=WGS84 / LCC Canada EPSG:42101 +proj=lcc +ellps=WGS84 +... on MapbuilderCompressed.js (line 1546) + config has no properties config.parseConfig(config); on Mapbuilde

[Mapbuilder-devel] GmlPointRenderer replacement?

2007-07-30 Thread Gertjan van Oosten
As quoted from "Steven M. Ottens" <[EMAIL PROTECTED]>: > Being archived: > /lib/widget/GmlPointRenderer.js Suddenly my application stopped working (config error) because of this. What replaces its functionality? Regards, -- -- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2

Re: [Mapbuilder-devel] List of files to be archived/deprecated/need-info

2007-07-30 Thread Gertjan van Oosten
Now that several files have been removed/archived, various issues pop up: 1. some demos no longer work because their config references old files, e.g. wfs-t, flickr, shipTracks; 2. config.xsd has not been updated to reflect the removed/archived files; 3. messages no longer used have not be

Re: [Mapbuilder-devel] Where can I find an uncompressed OpenLayers.js?

2007-07-30 Thread Andreas Hocevar
Hi Al, if you have the OpenLayers sources from Subversion, you can make an uncopressed version by saying "buildUncompressed.py full" in the build dir. OpenLayers.js in the mapbuilder/lib/util dir can be replaced with this version. Regards, Andreas. On 7/27/07, Al Byers <[EMAIL PROTECTED]> wrote: