Re: [mapguide-users] Uploading Shapefile to Map for Immediate DisplayProblem

2008-12-03 Thread Kenneth Skovhede, GEOGRAF A/S
The delete is easy with MaestroAPI: con.DeleteResource(...resourceId...); The MapGuideAPI has something similar. The edit is tough. If you are looking for a Web UI, try looking at WebStudio (bundled with MapGuide). If you are looking for a client side UI, try customizing Maestro. Both

Re: [mapguide-users] SV: Runtime map problem

2008-12-03 Thread padmini godavarthi
Hi, Thanks for u r reply. I tried this code but i got an error that Server Error in '/maestro' Application. HTTP Error 400 - Bad Request.

Re: [mapguide-users] SV: Runtime map problem

2008-12-03 Thread Kenneth Skovhede, GEOGRAF A/S
I wrote a follow up, with corrected code. You are using the initial one, and you are missing a ? mark in the redirect URL. Try to use the updated version, and beware of the question mark in the Response.Redirect call. Regards, Kenneth Skovhede, GEOGRAF A/S padmini godavarthi skrev: Hi,

Re: [mapguide-users] SV: Runtime map problem

2008-12-03 Thread padmini godavarthi
Hi, Thanks .its working fine now. To build a map, you must have all the components: 1. FeatureSource, references data 2. LayerDefinition, references a FeatureSource 3. MapDefinition, references multiple LayerDefinitions 4. WebLayout, references a MapDefinition All these items must be in a

RE: [mapguide-users] SV: Runtime map problem

2008-12-03 Thread Maksim Sestic
of virus signature database 3660 (20081203) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] SV: Runtime map problem

2008-12-03 Thread Kenneth Skovhede, GEOGRAF A/S
There is not much I can say to help you there. It is very difficult to create LayerDefinitions and WebLayouts programatically. The problem with creating a LayerDefinition is the number of properties you have to set. Such properties include, scalerange, point styles, rules, fonts, linewidth,

Re: [mapguide-users] SV: Runtime map problem

2008-12-03 Thread padmini godavarthi
Hi, Thank u very much for u r reply. I will check it out . My Doubt is that 1) If i create a package in mapguide maestro , connecing to the oracle how can access the data using queries. suppose i create a feature resource for a table data in oracle after that i followed all the procedure

Re: [mapguide-users] SV: Runtime map problem

2008-12-03 Thread Kenneth Skovhede, GEOGRAF A/S
In that case, you will do something different. You need to setup the layer to display all points correctly. Use Studio or Maestro to accomplish this. When the user needs to view the layer, you do this: 1. Get a copy of the LayerDefinition 2. Modify the FILTER property of the LayerDefinition to

Re: [mapguide-users] SV: Runtime map problem

2008-12-03 Thread padmini godavarthi
Hi, Thanks again. Can u tell me the sample application for Runtime map ( sample code) so that i can learn it and i will convert it for oracle conversion Thanks and Regards, Padmini. Kenneth Skovhede, GEOGRAF A/S wrote: In that case, you will do something different. You need to setup

[mapguide-users] Help with .Net Samples

2008-12-03 Thread jamesdudden
HI, In the .net sample - select feature - there is a section of code in the file SELECTFEATURES.ASPX.CS as below which sets the filter: queryOptions.SetFilter(RNAME LIKE 'SCHMITT%'); What i want to do is allow users to decide the filter from a drop-down menu or something. Could anyone offer me

RE: [mapguide-users] Help with .Net Samples

2008-12-03 Thread nelyass.heglig
Dear, You just need to add for example two dropdown lists and one text box as follows: - Dropdown1: contains list of fields to let user choose one from them (e.g. RNAME, Owner, area, Price etc.) - Dropdown2: contains comparison operators (e.g. =, , LIKE, = etc.) - Textbox: here the user add the

Re: [mapguide-users] WMS Group layer

2008-12-03 Thread Kori Maleski
Details here: https://trac.osgeo.org/fdo/wiki/FdoWmsNotes On Wed, Nov 26, 2008 at 6:43 PM, ajid1980 [EMAIL PROTECTED] wrote: hai Anyone help to , how i wanna call WMS group layer.. because i have 50 layer..in MGOS .. or any idea. Thanx -- View this message in context:

Re: [mapguide-users] Share an Invoke Script ??

2008-12-03 Thread ajid1980
Here the code i tested to share with u all.. - Invoke Script Function : On / Off Legend Properties Script : if(parent.frames[1].document.getElementById(InfoBand).style.width == '0px') { parent.frames[1].minInfoWidth=20; parent.frames[1].ResizeTo(200);