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
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.
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
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
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:
>
> >
>
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.
---
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
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
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
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
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
-
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
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
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
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.
--
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
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
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
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){
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
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
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,
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
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
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
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
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
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
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
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,
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]>:
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
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
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
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
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
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
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
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
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
40 matches
Mail list logo