Re: [mapguide-users] adding marker layer in mapguide 1.2 API

2007-06-27 Thread Kencana
hi, thanks for the reply. so what should i do so that i can get the push pin marker again? Thank you Regards, Kencana macieksk wrote: > > i have this same problem... > > if you put developer sample guide on MG 1.2 , and use Parcel Search, MG > don't create PushPin on search results parcels

Re: [mapguide-users] Custom layouts...

2007-06-27 Thread Kenneth, GEOGRAF A/S
You must open the map, using map.Open(...) Then use map.Layer(layername).Visible = true and finally map.Save(...) All the steps are described in detail in the developers guide. Beware that there are some bugs in MapGuide that will prevent this from working straight away: http://trac.osgeo.org/m

[mapguide-users] RE: MAPNAME & Map.Open

2007-06-27 Thread Jackie Ng
Assume our page is called "Foobar.aspx" You can invoke this page from your html page in two main ways. 1) A GET request. eg. http:///Foobar.aspx?MAPNAME=TheMap&SESSION=fe2cdb24---8000-000c29b536f6_en&;... Invoke Foobar.aspx 2) A POST request. eg. Then

Re: [mapguide-users] adding marker layer in mapguide 1.2 API

2007-06-27 Thread Maciej Skorczewski
i have this same problem... if you put developer sample guide on MG 1.2 , and use Parcel Search, MG don't create PushPin on search results parcels. maciek ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/

Re: [mapguide-users] MGOS Web Studio

2007-06-27 Thread JeromeA
hi and thank you for your help, the sdf file is only 81 KB (was to test WebStudio). It looks like that I'm really not allowed to write to the server, because I can't access the mapagent anymore. With MGOS 1.0 that worked fine. Well, ... Thanx, Jerome Zak James wrote: > > Jerome, > > It sounds

[mapguide-users] adding marker layer in mapguide 1.2 API

2007-06-27 Thread Kencana
Hi all, I was wondering, is there any changes in mapguide 1.2 RC2 API. because, I upgrade from mapguide 1.1 to mapguide 1.2 RC2 and now I can't see the marker on the map. Previously in mapguide 1.1 everything works fine. Any idea of this? Thanks Regards, Kencana -- View this message in contex

RE: [mapguide-users] MAPNAME & Map.Open

2007-06-27 Thread Mark Pendergraft
Okay regarding number 1, I was hoping you would provide a code snippet or a little more info. I'm pretty new to ASP and I'm having a really hard time making javascript and vb.net in ASP jive, as well as just having a hard time with javascript in general. Regarding number 2Thank you so much!

Re: [mapguide-users] MAPNAME & Map.Open

2007-06-27 Thread Jackie Ng
Hi Mark, 1) I use the javascript method and store the map name in a hidden form field so it can be picked up in the Page's Request.Form collection 2) I see a few problems with this code, - You have two sessionid variables with lower and upper "s" casings. - You are new'ing a MgUserInformation o

Re: [mapguide-users] Custom layouts...

2007-06-27 Thread anakando
hi guys.. see attachment. how can i create a link to toggle selected layers from button as show below?? so,users wiill have 2 option to toggle a layer, either from lagend panel,or from click on a button that i create using firework.. http://www.nabble.com/file/p11336461/gisweb.jpg ?? Kori Male

[mapguide-users] MAPNAME & Map.Open

2007-06-27 Thread Mark Pendergraft
I'm hoping that someone can help me with a few questions: 1) How are people passing the MAPNAME variable to their application pages? I understand that you can use the javascript function parent.parent.mapframe.getmapname, however, I am unsure how to retain the value from this. How do I tran

[mapguide-users] Receiving reversed legend labels problem

2007-06-27 Thread Nimrod Cnaan
Hi all, can some one tell me how to bypass the problem of retrieving a reversed string (mirror written), representing the layer’s lables, for the ‘OPERATION=GETMAPLEGENDIMAGE`’. I'm using mgos 1.1.0 ver implemented with AJAX map, building an Hebrew Language application interface. When calling

RE: [mapguide-users] RE: Several small lay-out questions

2007-06-27 Thread Mark Pendergraft
I had the same problem with shp files that I was importing. There were numerical values in the DBF file, so when I clicked on a parcel I would get info similar to "SECTION 10." when really I just wanted "SECTION 10". I don't know if it will help you at all, but I fixed the problem by

Re: [mapguide-users] RE: Several small lay-out questions

2007-06-27 Thread James Card
On Wed, 27 Jun 2007 07:54:18 -0700, martijni <[EMAIL PROTECTED]> wrote: I'm looking at it, but wasn't there an easier way to just get rid of the decimals? Only for labels and tooltips; that method does not work in the properties pane. -- James Card 209-578-5580

Re: [mapguide-users] MGOS Web Studio

2007-06-27 Thread Zak James
Jerome, It sounds like the sdf file is not being successfully uploaded to the server. How large is the file? Webstudio uploads features using a form submitted to the mapagent. You may be able to learn more about the error by accessing http:///mapguide/mapagent and trying to do a SETRESOURCE oper

RE: [mapguide-users] Invoke URL commnad when URL retrived from ODBC

2007-06-27 Thread Atika Sultan
i think i need to elobrate my question i want the invoke URL command to open the URL associated with currently selected feature point the data & URL against that feature are comming from a ODBC datasource... i am not sure how tp pass my selction along with the data to command ?can a

Re: [mapguide-users] RE: Several small lay-out questions

2007-06-27 Thread martijni
Hey James, I'm looking at it, but wasn't there an easier way to just get rid of the decimals? Noone had the same small problems like me or found a solution for any my problems? Greetings, James Card wrote: > > On Mon, 25 Jun 2007 04:23:25 -0700, martijni <[EMAIL PROTECTED]> wrote: > >> I d

[mapguide-users] Invoke URL commnad when URL retrived from ODBC

2007-06-27 Thread Atika Sultan
Is this possible to pass a URL retirved from a ODBC datasource to Invoke URL command ? _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ ___

Re: [mapguide-users] URL & Tooltips

2007-06-27 Thread Kenneth, GEOGRAF A/S
I usually modify the file ajaxmappane.templ (search for "ctrl + click"). It only works for the AJAX viewer though. Regards, Kenneth, GEOGRAF A/S Jorge Rubio skrev: Hi friends How can I format the URL displayed on a tooltip? -- Lic. Jorge Rubio ---

[mapguide-users] URL & Tooltips

2007-06-27 Thread Jorge Rubio
Hi friends How can I format the URL displayed on a tooltip? -- Lic. Jorge Rubio ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] MGOS start?

2007-06-27 Thread Markt
I just installed the MGOS to my Fedora Core 6 box; also webserver extension was installed. I do not know how to make configuration! I try to start the mapguide as below: [EMAIL PROTECTED] bin]# ./mgserver.sh /usr/local/mapguideopensource/server/bin /usr/local/mapguideopensource/server/bin Running

Re: [mapguide-users] Question for developers: Linux installer on other distribution (especially Debian or Ubuntu)

2007-06-27 Thread Jo Cook
Hi, I have been trying to get Mapguide working on Ubuntu for quite a while now, and am working with some of the developers at Autodesk to try and get it to work. We are now at the odd situation where the fdo components have been compiled successfully on one installation, but fail on another, seem

[mapguide-users] MGOS Web Studio

2007-06-27 Thread JeromeA
Hi, I'm a newbie concerning MGOS and I have some questions regarding the WebStudio: - everytime I'm uploading data or klick on any button, WebStudio "freezes" and doesn't work anymore, so that I have to shut all IE windows and start it again ? Where could the problem be? - when I'm creating a f

Re: [mapguide-users] problem using MgResourceService

2007-06-27 Thread Kenneth, GEOGRAF A/S
Yes, there is a workaround: http://trac.osgeo.org/mapguide/ticket/173 Regards, Kenneth, GEOGRAF A/S Mark Pendergraft skrev: I'm having the same issue with the line "Map.Open(ResourceService, MapName)" did you ever find a solution to this problem? I can create a map, but have yet to open o