Re: [Mapbuilder-devel] Problem with FeatureCollection::getFeatureNodes()

2007-06-21 Thread olivier.terral
Hi Gertjan There is probably a reason but I don't remenber why :( Revert if you want It's not a problem Bye Gertjan van Oosten a écrit : > Bonsoir Olivier, > > Any particular reason why you changed the function getFeatureNodes() in > lib/model/FeatureCollection.js from: > > this.getFeatureNode

[Mapbuilder-devel] Problem with FeatureCollection::getFeatureNodes()

2007-06-21 Thread Gertjan van Oosten
Bonsoir Olivier, Any particular reason why you changed the function getFeatureNodes() in lib/model/FeatureCollection.js from: this.getFeatureNodes = function() { return this.doc.selectNodes(this.nodeSelectXpath); } to: this.getFeatureNodes = function() { //alert( (new XMLSerialize

Re: [Mapbuilder-devel] [Mapbuilder-users] Team meeting tomorrow

2007-06-21 Thread Andreas Hocevar
Hi everybody, sorry for my missing the meeting again. I was too busy at work today. Anyway, I'm still with you and working on Mapbuilder. And I had a great sailing vacation in the Baltic Sea. Regards, Andreas. On 6/20/07, Cameron Shorter <[EMAIL PROTECTED]> wrote: > Agenda for next meeting is a

Re: [Mapbuilder-devel] new memory leak

2007-06-21 Thread Christopher Schmidt
On Thu, Jun 21, 2007 at 03:00:42PM +0200, Steven M. Ottens wrote: > Hi all, > > We've found a new type of memory leak in Mapbuilder: If you switch from > mapbuilder-page to a different page it doesn't give back used memory: > For instance if you switch to a different example in : > http://demo.

Re: [Mapbuilder-devel] new memory leak

2007-06-21 Thread Linda Derezinski
Steven, Are you able to reproduce it with the pre ol version? -Linda On 6/21/07 9:00 AM, "Steven M. Ottens" <[EMAIL PROTECTED]> wrote: > Hi all, > > We've found a new type of memory leak in Mapbuilder: If you switch from > mapbuilder-page to a different page it doesn't give back used memory:

[Mapbuilder-devel] new memory leak

2007-06-21 Thread Steven M. Ottens
Hi all, We've found a new type of memory leak in Mapbuilder: If you switch from mapbuilder-page to a different page it doesn't give back used memory: For instance if you switch to a different example in : http://demo.communitymapbuilder.org/demo/mapbuilder-ol/demo/basic/index.html memory usage

[Mapbuilder-devel] Help with an xml node access

2007-06-21 Thread César
Hi Luca, This is the code of my new button Select which is 90% equal than WFSGet Feature: mapbuilder.loadScript(baseDir+"/widget/ButtonBase.js"); mapbuilder.loadScript(baseDir+"/tool/ButtonBase.js"); mapbuilder.loadScript(baseDir+"/widget/EditButtonBase.js"); function Select(widgetNode,model){

Re: [Mapbuilder-devel] Help

2007-06-21 Thread Luca Giandoso
On 6/21/07, César <[EMAIL PROTECTED]> wrote: > Ok, sorry. I was told that any thread should be subjected "help". I think it's better, but maybe some others of the list may not agree... > > Your solution, isn't work because of the namespaces. Should I define the > namespaces in the WfsGetFeature w

Re: [Mapbuilder-devel] Help

2007-06-21 Thread César
Ok, sorry. I was told that any thread should be subjected "help". Your solution, isn't work because of the namespaces. Should I define the namespaces in the WfsGetFeature widget into theconfig.xml file, or in the WFsGetFeature.js file? How can I define them Could it be the mainMap tag the proble