[mapguide-users] Re: 'Return to home task pane' button error

2010-05-24 Thread irwan
Dear Mauricio Villablanca, I did what you have told me but it still give me the same error. It is unbelievable when this 'simple' error makes my 1 week flew away without any achievement. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Return-to-home-task-pane-button-

[mapguide-users] Re: 'Return to home task pane' button error

2010-05-19 Thread irwan
Thanks Gustavo. 10/10 for you! Btw, is there any proper way to solve this problem? Or this is actually not a problem and MGOS developers did it with purpose? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Return-to-home-task-pane-button-error-tp5068231p5073710.html Sen

[mapguide-users] 'Return to home task pane' button error

2010-05-17 Thread irwan
Hi, I have installed MGOS2.1 on my Dell M4400. My problem is the webpage cannot be found whenever i click at 'Return to home task pane' button. This is weird since i can't found any problem rise from users regarding on this issue. I have using full URL at 'URL for home task...' field, but still n

Re: [mapguide-users] Installing Mapguide Step by step Process

2009-01-15 Thread irwan
Try this. http://mapguide.osgeo.org/sites/mapguide.osgeo.org/files/InstallMapGuideOpenSourceSamples.pdf Anushri wrote: > > Hi Jackie, > I have already kept "dotnetviewersample" folder in "www" folder. > I am working on .Net 2.0. > > Can u plz send me step by step procedure of installing mapG

Re: [mapguide-users] [ZS2] Re: Filter on joined database values

2009-01-14 Thread irwan
Kenneth, howdy...everything is fine but, i can't encode 'ID IN ('.$res.')'. What should i do now irwan wrote: > > wow many thanks!! you help me a lot. > > > Kenneth Skovhede, GEOGRAF A/S wrote: >> >> This is the filter: >> >&g

Re: [mapguide-users] [ZS2] Re: Filter on joined database values

2009-01-14 Thread irwan
ncode('ID IN ('.$res.')'); > > > (Note: If the values are not integers, they have to be surrounded with > quotes). > (Note: You filter column in the SDF may not be called ID). > (Note: xmlencode is the function from the link given) > > Regards, Kennet

Re: [mapguide-users] Get Lat Long

2009-01-14 Thread irwan
you can easily create a script with 3 textfield, then pass the x,y and scale value to gotopoint.aspx.. declare them as a variable rather than hold a static value. ajid wrote: > > That Method X Y and scale was ready input on script > > this > link > > So how i wanna X,Y,scale user input on 3

Re: [mapguide-users] Get Lat Long

2009-01-13 Thread irwan
ease yourself to look at this site..maybe find something useful http://trac.osgeo.org/mapguide/wiki/CodeSamples not much i can help since my development enviroment is in php ajid wrote: > > How About C# code? Anyone can help me on aspx/c# .. Thanx irwan .. > my situation i have 3 te

Re: [mapguide-users] Get Lat Long

2009-01-13 Thread irwan
Dear Ajid, this should be work.Pass you x,y and scale value Viewer Sample Application- Goto Point function OnPageLoad() { parent.ZoomToView(, , , true); } ajid wrote: > > task_pane.aspx / > > > <%@ Page Lan

Re: [mapguide-users] Filter on joined database values (was: invalid XML document)

2009-01-13 Thread irwan
Kenneth Skovhede, GEOGRAF A/S wrote: > > IIRC, something is broken, so you can't filter on a joined database. > Instead, you can select keys from the database with an sql like this: > select distinct key from table where somecolumn = 'somecriteria'; > > The sql should then give you a list of k

Re: [mapguide-users] invalid XML document

2009-01-13 Thread irwan
What i mean here is i want to modify the xml file (layer's filter property) based on result from querying the database, and the result may contain more than 1 data. -- View this message in context: http://n2.nabble.com/invalid-XML-document-tp2149327p2150187.html Sent from the MapGuide Users mail

Re: [mapguide-users] invalid XML document

2009-01-12 Thread irwan
I have succesfully implement the code into my current mapguide exercise. Based on the code above, i filtered the layer based on the attribute contain at sdf file. How about filtering based on the database query? how to pass value from database to xml file? -- View this message in context: http:/

Re: [mapguide-users] invalid XML document

2009-01-12 Thread irwan
thanks for quick reply. i already fix that but another error comes. All building are highlighted even i set the filtering FeatId >10.. -- View this message in context: http://n2.nabble.com/invalid-XML-document-tp2149327p2149373.html Sent from the MapGuide Users mailing list archive at Nabble.com

[mapguide-users] invalid XML document

2009-01-12 Thread irwan
does anybody here know what is my xml problem? http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="LayerDefinition-1.1.0.xsd" version="1.1.0"> Library://UPM/Data/BUILD_BUILD_region.FeatureSource Default:BUILD_BUILD_region FeatureClass NAME NAME Geome

RE: [mapguide-users] Simple Query. How to.

2009-01-12 Thread irwan
this is what i'm looking for..but what if i used data from sql query? for example $result = 'select * from building where size > 120 '; from you code sample below , $_GET['afznr'] contain only 1 value. but $result may contain more than 1 values. So what should i do?can i do like this- $node->no

Re: [mapguide-users] Which is better??

2009-01-08 Thread irwan
sts.osgeo.org] On Behalf Of Zac >> Spitzer >>> Sent: Thursday, January 08, 2009 8:45 AM >>> To: MapGuide Users Mail List >>> Subject: Re: [mapguide-users] Which is better?? >>> >>> if your joining, do in the database, mapguide joins aren't muc

Re: [mapguide-users] Which is better??

2009-01-08 Thread irwan
never tried to transport all my layer into database yet..but do you think it is more reliable than using sdf that joined with database itself? i do have 1 layer contain 100 poles that joined to databse but the performance is very poor. a lot of bad comments about joining in this forum indeed -- V

[mapguide-users] Which is better??

2009-01-07 Thread irwan
Hi guyss. here is the situation.. 1. Publish a pole layer (sdf file) that joined with attribute from database using MGStudio 2. Publish both pole attribute and spatial data from database (store pole geomtery coordinate) using MGStuido >From your point of view, which one comes up with a better pe

Re: [mapguide-users] Filtering features on map with SelectFeatures function

2009-01-07 Thread irwan
FGoulet wrote: > > $QueryFilter='Drawing+%3D+%26apos%3B74%26apos%3B+AND+Dept+%3D+%26apos%3B136%26apos%3B' > > what is 'Drawing+%3D+%26apos%3B74%26apos%3B+AND+Dept+%3D+%26apos%3B136%26apos%3B' ?? where did you get it? -- View this message in context: http://n2.nabble.com/Filtering-features

Re: [mapguide-users] Layer visibility control

2009-01-07 Thread irwan
Any help?? i'm waiting :teeth: -- View this message in context: http://n2.nabble.com/Layer-visibility-control-tp2115772p2126614.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list mapguide-users@lists.

Re: [mapguide-users] Layer visibility control

2009-01-05 Thread irwan
Thanks James, but unfortunately i'm still beginner in php sripting. Can you tell me more where should i put that code? James Card wrote: > > On Mon, 05 Jan 2009 17:13:16 -0800, irwan wrote: > >> Hi.. i have 1 layer, contain 10 buildings that are not joinned with >>

[mapguide-users] Layer visibility control

2009-01-05 Thread irwan
Hi.. i have 1 layer, contain 10 buildings that are not joinned with database. I need to know, how i can controlled the visibility of the certain building based on the database query?? For example, i have bl_id from A1 to A10. After query(database), i just want to show building from A2 to A6. I kn