[Mapbuilder-devel] Help with FeatureList widget

2008-04-19 Thread Amy Johnson
Hello, I am using Mapbuilder 1.0 with Geoserver 1.6.1 and I am having a problem getting proper output from the FeatureList widget. Here is what I get: Feature List gml:featureMembers When I switch Geoserver to 1.5.3 however, I get the following output: Feature List gml:coordina

Re: [Mapbuilder-devel] Help...creating a second button bar

2007-09-07 Thread Andreas Hocevar
Hi, On 9/7/07, César <[EMAIL PROTECTED]> wrote: > But I have my own config.xml with a lot of new changes, you see it...Are > there another solution, like change only a few lines o something else? The only strange thing in your config is that you seem not to have buttons for the first button bar.

Re: [Mapbuilder-devel] Help...creating a second button bar

2007-09-07 Thread César
But I have my own config.xml with a lot of new changes, you see it...Are there another solution, like change only a few lines o something else? Thanks Andreas. 2007/9/6, Andreas Hocevar <[EMAIL PROTECTED]>: > > On 9/6/07, César <[EMAIL PROTECTED]> wrote: > > Hi Andreas, > > > > I tested it, but i

Re: [Mapbuilder-devel] Help...creating a second button bar

2007-09-06 Thread Andreas Hocevar
On 9/6/07, César <[EMAIL PROTECTED]> wrote: > Hi Andreas, > > I tested it, but it doesn`t work. Just tried with changing the config for the stock wfs-t demo of 1.5-alpha2, and it works. Regards, Andreas. - This SF.net email

Re: [Mapbuilder-devel] Help...creating a second button bar

2007-09-06 Thread César
Hi Andreas, I tested it, but it doesn`t work. Regards César 2007/9/6, Andreas Hocevar <[EMAIL PROTECTED]>: > > On 9/6/07, César <[EMAIL PROTECTED]> wrote: > > I've added this...but I think it isn't enough. Should I add anything > more? > > I post my code: > > > >

Re: [Mapbuilder-devel] Help...creating a second button bar

2007-09-06 Thread Andreas Hocevar
On 9/6/07, César <[EMAIL PROTECTED]> wrote: > I've added this...but I think it isn't enough. Should I add anything more? > I post my code: > Try instead. And I did not see a reference to mainButtonBar in your config.xml Regards, Andreas. ---

Re: [Mapbuilder-devel] Help...creating a second button bar

2007-09-06 Thread Andreas Hocevar
Hi, On 9/6/07, César <[EMAIL PROTECTED]> wrote: > Hi developers, > > Can anybody tell me what must I do to create a second button bar with new > buttons? For the buttons that shuld be in the second button bar, set the property to a different value (eg. "secondButtonBar"). Then, in your HTML page

[Mapbuilder-devel] Help...creating a second button bar

2007-09-06 Thread César
Hi developers, Can anybody tell me what must I do to create a second button bar with new buttons? Thanks, - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search l

[Mapbuilder-devel] Help with Mozilla Firefox

2007-07-16 Thread César
Hi developers, I've developed a new script which is able to move a feature into the map. The problem is, when I try to get the coordinates to change them in the xml of the request, it returns this error, when I run it in Mozilla Firefox: An attempt was made to create or change an object in a wa

[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

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

[Mapbuilder-devel] Help adding drag and drop functionality

2007-06-26 Thread César
Hi developers, How can I drag and drop a road? Iam trying to make a button to do this. Thanks - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your

Re: [Mapbuilder-devel] Help with the transaction

2007-06-26 Thread César
Hi, I've solved the problem. I've added the sentence: objRef.transactionResponseModel.async=false; before the request and this carry out the task as I need. Thanks 2007/6/25, Andreas Hocevar <[EMAIL PROTECTED]>: Hi, On 6/25/07, César <[EMAIL PROTECTED]> wrote: > How can I make a synchronou

Re: [Mapbuilder-devel] Help with the transaction

2007-06-25 Thread Andreas Hocevar
Hi, On 6/25/07, César <[EMAIL PROTECTED]> wrote: > How can I make a synchronous get feature petition from the WfsGetFeature > fiel? I need to obtain the xml from the server, and then modify it. So, if > the get feature petition is asynchronous, I can do it. You might again want to read the docume

[Mapbuilder-devel] Help with the transaction

2007-06-25 Thread César
Hi developers, How can I make a synchronous get feature petition from the WfsGetFeature fiel? I need to obtain the xml from the server, and then modify it. So, if the get feature petition is asynchronous, I can do it. Thanks. --

[Mapbuilder-devel] Help whith objRef.transactionResponseModel.doc

2007-06-25 Thread César
Hi developers, How can I reload the objRef.transactionResponseModel.doc in the WFSGetFeature file?In which sentence? Thanks! - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 ex

[Mapbuilder-devel] Help with objRef.transactionResponseModel.doc

2007-06-22 Thread César
Hi developers, Where is objRef.transactionResponseModel.doc defined?It means, I need to know where is the objRef.transactionResponseModel.doc created. Thanks - This SF.net email is sponsored by DB2 Express Download DB2 Expre

[Mapbuilder-devel] Help with Get petition

2007-06-22 Thread César
Hi developers, How can I transform the result of the petition GetFeature: objRef.transactionResponseModel.newRequest(objRef.transactionResponseModel, objRef.httpPayload) which is in WFSGetFeature.js into a string. Thanks

[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

Re: [Mapbuilder-devel] Help

2007-06-20 Thread Luca Giandoso
yourModel.getXpathValue(yourModel, xpathExpression); Have a look at the Sarissa library for more info. Please create another thread when you post new questions and assign it a right subject, not something too general like "Help". Luca On 6/20/07, César <[EMAIL PROTECTED]> wrote: > Hi everybody,

[Mapbuilder-devel] Help

2007-06-20 Thread César
Hi everybody, How can I access to the node value of an xml returned from a Get petition. It means, in WfsGetFeature.js file, I need to know a value node from the Get petition. Thanks. - This SF.net email is sponsored by DB2

Re: [Mapbuilder-devel] Help

2007-06-20 Thread César
Sorry. 2007/6/20, Luca Giandoso <[EMAIL PROTECTED]>: Please create another thread in the mailing list so others can read it. Luca On 6/20/07, César <[EMAIL PROTECTED]> wrote: > Thanks > > Another thing please, > > How can I obtain the value of a variable in EditPoint.js file which it was > de

Re: [Mapbuilder-devel] Help

2007-06-19 Thread Luca Giandoso
You can can also hide the button by change the widget code adding these lines: this.postPaint = function(objRef) { // put something here document.getElementById(objRef.outputNodeId).style.visibility = "hidden"; } or this.postPaint = function(objRef) { document.getElementB

Re: [Mapbuilder-devel] Help

2007-06-19 Thread Cameron Shorter
Look in the config.xml file. Search for the buttons you don't want. Comment them out. This will remove buttons and functionality. If you just want to remove the buttons without removing the functionality, then you might want to replace the button's image with a single dot. Again, you can do this

[Mapbuilder-devel] Help

2007-06-19 Thread César
Hi developers, Does anybody know how can I conceal some buttons of the toolbar? Thanks - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No

[Mapbuilder-devel] help

2007-06-18 Thread César
Hi, I've developed a tool which is able to move a point into into the map. The actions are the follows: 1. Click the button adapted to query features. 2. Click the point/city that you want to move it on. 3. Click the place where you want to move it on. And I want to add a new functionality to in

Re: [Mapbuilder-devel] Help

2007-06-11 Thread César
Ok, I' m going to explain you what I am doing: I am adding a new class MovePoint to create a button with a new functionality. It is, when I push the button to query a city, I want to move the city, and then save the changes into the server. My new class is: mapbuilder.loadScript(baseDir+"/widge

Re: [Mapbuilder-devel] Help

2007-06-11 Thread Luca Giandoso
If you post some code we can help you better... Luca Giandoso On 6/11/07, César <[EMAIL PROTECTED]> wrote: > Hi, > > I've check objRef.featureXpath, and the namespaces, in fact it is used the > same namespaces that editpoint widget, and I have no troubles with > editpoint. Apart from config.xml,

Re: [Mapbuilder-devel] Help

2007-06-11 Thread César
Hi, I've check objRef.featureXpath, and the namespaces, in fact it is used the same namespaces that editpoint widget, and I have no troubles with editpoint. Apart from config.xml, do you know others files where namespaces label is modified? Thanks 2007/6/9, Luca Giandoso <[EMAIL PROTECTED]>:

Re: [Mapbuilder-devel] Help

2007-06-09 Thread Luca Giandoso
Check objRef.featureXpath, maybe the namespaces are not correct. Luca Giandoso On 6/8/07, César <[EMAIL PROTECTED]> wrote: > Hi, > > I've an error code 14:An attempt was made to create or change an object in a > way which is incorrect with regard to namespaces. when I try to do > objRef.targetMod

[Mapbuilder-devel] Help

2007-06-09 Thread César
Hi, I've an error code 14:An attempt was made to create or change an object in a way which is incorrect with regard to namespaces. when I try to do objRef.targetModel.getXpathValue(objRef.targetModel,objRef.featureXpath). Do anybody knows what could be the matter? If not, Can anybody tells me whe

Re: [Mapbuilder-devel] Help

2007-06-05 Thread Andreas Hocevar
Hi, the following hints assume that you use the wfs-t example and add the following to your config, I suggest above the node: MovePoint.js mainButtonBar featureCollection mainMouseClick RadioButton /images/EditPointEnable.png /images/EditPointDisabl

Re: [Mapbuilder-devel] Help

2007-06-01 Thread César
Hi, I am trying what you have said to me. I've created a new button called MovePoint.js. In this file, I've changed doAction() method to get the feature of the old point, but I failed. I do not know what I have to do to recover the feature of the point. I attach you the file. I wish you can help

Re: [Mapbuilder-devel] Help

2007-05-31 Thread Andreas Hocevar
Hi, On 5/31/07, César <[EMAIL PROTECTED]> wrote: > I want to move a point in the map, is means, to update the data into > the wfs. So I need a new button with this funcionality. When I push it > on, this button allows me to move a city. Currently, there is no vector feature editing mode in Mapbui

Re: [Mapbuilder-devel] Help

2007-05-31 Thread César
Hi, Sorry for re-post my question. I resolved this question, I have already known how to draw a polygon, but I have another question. I want to move a point in the map, is means, to update the data into the wfs. So I need a new button with this funcionality. When I push it on, this button allows

Re: [Mapbuilder-devel] Help

2007-05-30 Thread Andreas Hocevar
Hi, You do not need to re-post your questions. If there is no answer, there might be a reason for it. Usually it is helpful to explain what functionality you need in a few senctences. Then we can think of your problem and help you find a proper solution. On 5/30/07, César <[EMAIL PROTECTED]> wrot

[Mapbuilder-devel] Help

2007-05-30 Thread César
Hi, Can you say to me where doSelect() function is. I need it to modify source code to add new functionaly to another button. Thanks - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version

[Mapbuilder-devel] Help

2007-05-29 Thread César
Hi, Can you say to me where doSelect() function is. I need it to modify source code to add new functionaly to another button. Thanks - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version