Re: [mapguide-users] Newbie needs help with project to query web -Thanks Kenneth, GEOGRAF one more question please?

2008-05-05 Thread Kenneth, GEOGRAF A/S
I belive you must call Save on either the Selection or the Runtime map (can't remember which). Regards, Kenneth, GEOGRAF A/S Nick Aizen skrev: You’re idea helped me get over one obstacle, but I now seem to have one more. Below is my code from Deafult.aspx. %@ Page Language=c#

Re: [mapguide-users] Highlight

2008-05-05 Thread Kenneth, GEOGRAF A/S
You must save the map/selection and call refresh the client. Regards, Kenneth, GEOGRAF A/S akram skrev: I have (Selected Parcels using MgFeatureReader,create XML selection using MgSelection ), the map appear with out Highlight, so how can I highlight selected Parcel(s) or features ?? .

[mapguide-users] Newbie needs help with project to query web

2008-05-05 Thread Nick Aizen
Do you have any code snippets on how and when to do this? My process was taken from andf online example provided by Autodesk and the process works when the selection code is called from a button click and save is never called, which leaves me to wonder..Am I doing something wrong? I don't

RE: [mapguide-users] .NET Fusion

2008-05-05 Thread Berdel, Brian
Thanks for the tip Jackie, Works Great! - Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jackie C. Ng Sent: Thursday, April 17, 2008 3:38 PM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] .NET Fusion Is this executing from

[mapguide-users] new flexible layout in mapguide studio 2009

2008-05-05 Thread erictsn
Hi All, I installed mapguide studio 2009 and mapguide opensource 2.0 in windows platform. Studio 2009 have a number of new web layout I can choose, but it shows extensions of the layout called application definition (e.g. Library://Lots/AJAX.ApplicationDefinition) when I save the new layout. It

Re: [mapguide-users] MGOS 2.0 and IIS 7

2008-05-05 Thread Rock Beans
Any word on when the viewers for MapGuide 2.x will work in latest Safari? Workarounds or simple fixes, please anything would help. The Rock ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

[mapguide-users] Fusion mapFrame

2008-05-05 Thread Berdel, Brian
How do you access the mapFrame from the TaskPane in Fusion? Tried parent.parent.mapFrame, parent.mapFrame, mapFrame, etc... Keeps giving me a javascript error telling me it is not an object Thanks, -Brian ___ mapguide-users mailing list

RE: [mapguide-users] Fusion mapFrame

2008-05-05 Thread Berdel, Brian
Or...maybe a better question would be how would I go about refreshing a map or using the web api from the task frame? Is it still done the same way as the ajax viewer? Brian Berdel McMahon Associates, Inc. p: 215.283.9444 www.mcmtrans.com From: [EMAIL

RE: [mapguide-users] Fusion mapFrame

2008-05-05 Thread Berdel, Brian
I meant Viewer API... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Berdel, Brian Sent: Monday, May 05, 2008 1:25 PM To: MapGuide Users Mail List Subject: RE: [mapguide-users] Fusion mapFrame Or...maybe a better question would be how

Re: [mapguide-users] MG2.0 install with other web applications

2008-05-05 Thread Rock Beans
You just asked for months of knowledge and experience in one email. Mapguide requires a virtual directory in all web sites so that they can call the FCGI. Now depending on if you are using host header or seperate IP address per site there is much to play with. Good luck. On Fri, May 2, 2008 at

RE: [mapguide-users] MgCoordinateSystemMeasure problem in MGE 2009

2008-05-05 Thread Bruce Dechant
Jim, For the 2.0 release the coordinate system API had 2 changes. Please see http://trac.osgeo.org/mapguide/wiki/MapGuideRfc35 The above RFC removed the constructors for creating MgCoordinateSystemTransform and MgCoordinateSystemMeasure directly. For your case you can now create the measure

[mapguide-users] getting layerdefinition

2008-05-05 Thread alucas
Hello, I know this is a strange question, but it's possible to get the resource id from a layer through mapagent? I need to get this information without using the server API if it is possible. For example: For the parcel's layer, I need to get

Re: [mapguide-users] Fusion mapFrame

2008-05-05 Thread Mike Adair
Brian, You can look at the BufferPanel widget as an example (and the code in widgets/BufferPanel/BufferPanel.templ) which can run in the TaskPane or a pop-up window. There is a method in there called GetParent() which returns the window where Fusion can be found so you can then do things

Re: [mapguide-users] Newbie needs help with project to query web

2008-05-05 Thread Kenneth, GEOGRAF A/S
In the last line, try replacing: String selectionXML = selection.ToXml(); with: selection.Save(resService, Sheboygan); And instead of the JavaScript SetSelectionXml, try to do only a map refresh: parent.GetMapFrame().Refresh(); If it does not work, can you post the string you get from

[mapguide-users] Re: getting layerdefinition

2008-05-05 Thread Kenneth, GEOGRAF A/S
So you have the resourceId, but need the layerdefinition xml? Look at http://localhost/mapguide/mapagent/index.html Click Resource, then GetResourceContent. Fill in the field Resource ID and click submit. You can read the URL of the resulting page:

Re: [mapguide-users] new flexible layout in mapguide studio 2009

2008-05-05 Thread Kenneth, GEOGRAF A/S
The ApplicationDefinition is a Fusion application definition. It requires MGOS 2.0 or greater. Regards, Kenneth, GEOGRAF A/S [EMAIL PROTECTED] skrev: Hi All, I installed mapguide studio 2009 and mapguide opensource 2.0 in windows platform. Studio 2009 have a number of new web layout I can

Re: [mapguide-users] new flexible layout in mapguide studio 2009

2008-05-05 Thread Paul Spencer
Eric, MapGuide Open Source (2.0+) supports flexible web layouts. Cheers Paul On 5-May-08, at 11:41 AM, [EMAIL PROTECTED] wrote: Hi All, I installed mapguide studio 2009 and mapguide opensource 2.0 in windows platform. Studio 2009 have a number of new web layout I can choose, but it

RE: [mapguide-users] [ZS1] RE: MG2.0 install with other webapplications

2008-05-05 Thread Xetec
First of all, thanks for the help. Here is where we currently are at: We got the application pool setup and the mapguide server on a seperate website location, other than default. We've setup a host header in DNS to point to the server. So we now can connect to the server via Studio or