[Mapbuilder-devel] mouseover/mouseout question

2007-07-05 Thread Al Byers
For the last week and a half I have been trying to wrap my head around mapbuilder 1.5. I like it a lot. I like the fact that you can do a great amount by editing config files, but if you need to go further, you can just drop into javascript and extend a class. It is similar to OFBiz in that way.

Re: [Mapbuilder-devel] simple question about config.xml

2007-07-05 Thread Grégory Babusiaux
I guess U are right, defautModelUrl sounds great! But, this brings another problem ... I have an xml file with some data which displays in a on the main html file. I would like to hide/show the layers of the map by a click on this data. 2 solutions: 1. I create another model in the config

Re: [Mapbuilder-devel] simple question about config.xml

2007-07-05 Thread Grégory Babusiaux
Thanks, but I think that's not it ... In the config.xml file, which is accessed through the main html (ok), you DON'T have the context source file. All you have is the path to the xsl file, but not to the source file. you have this: (config.xml extract) legend ./Legen

Re: [Mapbuilder-devel] simple question about config.xml

2007-07-05 Thread Linda Derezinski
Because of this information located in the element of the .html file // URL of Mapbuilder configuration file. var mbConfigUrl='config.xml'; -Linda On 7/5/07 6:56 PM, "Grégory Babusiaux" <[EMAIL PROTECTED]> wrote: > Hi everybody, > > There's one little thing I can't

[Mapbuilder-devel] simple question about config.xml

2007-07-05 Thread Grégory Babusiaux
Hi everybody, There's one little thing I can't understand yet. in the config.xml file, let's say you have a legend widget. You can find the ID, the stylesheet and the htmlIdTag. With this you know that the result of the xsl processing will go between the div tag corresponding to the ID.

[Mapbuilder-devel] knowing the modelId in order to call setHidden function in OwsContext.js

2007-07-05 Thread Grégory Babusiaux
Hi, I'm currently developing my version of map Builder gml viewer. So far, I have the map, and some xml data in a separate div displayed through an xsl stylesheet. that being done, I would like to clic on the data, and display the correspondant layer on the map. in order to do this, I hav

Re: [Mapbuilder-devel] meeting day

2007-07-05 Thread Linda Derezinski
Tuesday is fine with me (Wednesday is not good for me) Sorry that I missed the meeting this morning. Yesterday was Holiday (Independence day celebration in USA). -Linda On 7/5/07 8:24 AM, "Steven M. Ottens" <[EMAIL PROTECTED]> wrote: > Hi all, > > Mike asked whether or not the meeting day c

Re: [Mapbuilder-devel] [Mapbuilder-users] meeting day

2007-07-05 Thread Mike Adair
Steven M. Ottens wrote: Either Tuesday or Wednesday are fine with me. Mike > Hi all, > > Mike asked whether or not the meeting day could be move to another day > then Thursday. On the meeting, Gert Jan, Olivier said any day but Friday > was fine and the time slot was perfect. Personally I have a

[Mapbuilder-devel] meeting day

2007-07-05 Thread Steven M. Ottens
Hi all, Mike asked whether or not the meeting day could be move to another day then Thursday. On the meeting, Gert Jan, Olivier said any day but Friday was fine and the time slot was perfect. Personally I have a slight disfavor of Monday so that leaves Tuesday and Wednesday. So please respond

[Mapbuilder-devel] help wanted to check demos and write tests

2007-07-05 Thread Steven M. Ottens
Hi all We are gearing up for a new release. The openlayers integration is so good as completed. Tomorrow we will merge that work back to trunk so it will be part of the official Mapbuilder. Once that is done we will go through all the files in trunk and move out anything that is obsolete or no

Re: [Mapbuilder-devel] Team meeting tomorrow

2007-07-05 Thread Gertjan van Oosten
As quoted from Mike Adair <[EMAIL PROTECTED]>: > I know this should wait until Cameron is around, but can the day of the > week for the meetings be changed to anything but Thurs? That day in > particular is very difficult for me to attend. Perhaps you can discuss > tomorrow. All team members

[Mapbuilder-devel] commit deadline in the 20hrs

2007-07-05 Thread Steven M. Ottens
Hi All, Since noone objected on the merge and all PSC members agreed to it; I'm going to merge ol-integration back tomorrow morning dutch time. I urge everyone to commit anychanges to ol-integration he/she deems important before 9AM dutch time: http://timeanddate.com/worldclock/fixedtime.html?h

[Mapbuilder-devel] Help with set AOI

2007-07-05 Thread César
Hi developers, I developed a new independent js file from Mapbuilder.This new file received a geographic coordenates and I want to set an AOI, which this coordinates will be in the middle. How can I do this? Can somebody give me a hand please? Thanks -