[mapguide-users] Redlining in C# asp.net application

2008-05-12 Thread Nick Aizen
Does anyone have any code examples for a redlining application in C# or VB? Would appreciate any information regarding the redlining process. Thanks, Nick A. ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman

[mapguide-users] Programmatically set Map Properties and display information

2008-05-08 Thread Nick Aizen
Can anyone explain the best way to display the properties or information that refers to the currently selected item in the viewer programmatically? Thanks, Nick Aizen ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http

[mapguide-users] Selecting polygon on layer?

2008-05-07 Thread Nick Aizen
Does anyone have a sample C# code snippet that show how to select a given polygon on a single layer? Thanks, Nick Aizen ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] Help with selecting a polygon on a single map layer...newbie..thanks,

2008-05-06 Thread Nick Aizen
web 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

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

2008-05-06 Thread Nick Aizen
web 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

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

2008-05-06 Thread Nick Aizen
May 05, 2008 2:57 PM To: MapGuide Users Mail List Subject: Re: [mapguide-users] Newbie needs help with project to query web In the last line, try replacing: String selectionXML = selection.ToXml(); with: selection.Save(resService, "Sheboygan"); And instead of the JavaScript SetSelectionXml, try

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

2008-05-05 Thread Nick Aizen
t; I don't think I'm even effecting the viewer at all. Anyway...thanks for the help. Nick Aizen ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

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

2008-05-04 Thread Nick Aizen
er = (MgLayer)map.GetLayers().GetItem("Parcels"); featureReader = featureService.SelectFeatures(parcelId, "Parcels", nameQuery); selection.AddFeatures(layer, featureReader, 0); String selectionXML = selection.ToXml(); %> http://www.w3.org/TR/xhtml1/DTD/xhtml1-tra

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

2008-05-02 Thread Nick Aizen
rameOnSelectionChanged == null) { mapFrame = null; window.setTimeout("RetryInit();", 500); } What does it actually do? I know this is not a java script tutoral, was wondering how this intergrates with mapGuide. Could I just call a C# function so I may use the MG API to man

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

2008-05-01 Thread Nick Aizen
o query and zoom' Then the layout is passed to the viewer. Many Thanks, Nick Aizen ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] Help with Creating map

2008-05-01 Thread Nick Aizen
I'll read the documentation as instructed. Basically I want to load a given map when my asp.net page loads and query it to highlight a given parcel on the map and have the map displayed in the viewer. Regards, Nick Aizen GCR & Associates, Inc. 2021 Lakeshore Dr., Suite 500 New Or

[mapguide-users] Help with Creating map Object...getting MgNullReferenceException

2008-05-01 Thread Nick Aizen
rvice ); MgMap map = new MgMap(siteConnection); MgResourceIdentifier resId = new MgResourceIdentifier("Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition"); String mapName = resId.GetName(); map.Create(resourceSrvc, resId, mapName); map.Save(resourceSrvc); map.Open(resourceSrvc, ma

[mapguide-users] Getting exception with Open method of MgMap Object

2008-04-10 Thread Nick Aizen
MgMap map = new MgMap(); map.Open(resourceSrvc, mapName); Do I need to perform certain steps in a certain order to get this to work? I would appreciate any help with this issue. Nick Aizen GCR & Associates, Inc. 2021 Lakeshore Dr., Suite 500 New Orleans, LA 70122 www.