Re: [mapguide-users] Vehicle Tracking

2008-06-17 Thread Vishaal
Skovhede, GEOGRAF A/S Vishaal skrev: Hi List, i want to develop a vehicle tracking system using MGOS 1.2 and Visual Studio 2005. if any one can guide me about how to start for the application, then it will be very helpful to me. thanks for all your support

RE: [mapguide-users] MapGuide for an AVL app?

2008-06-17 Thread Vishaal
Hi Andy, i am also trying to make a similar kind of a solution using MGOS1.2 and Visual Studio2005. i am successful in displaying the points on a button click all at once. what i want is that on the button click(as you told) my points should get displayed one by one or one after the other as

[mapguide-users] Vehicle Tracking

2008-06-11 Thread Vishaal
Hi List, i want to develop a vehicle tracking system using MGOS 1.2 and Visual Studio 2005. if any one can guide me about how to start for the application, then it will be very helpful to me. thanks for all your support. -- View this message in context:

[mapguide-users] issue with Autodesk Mapguide Studio 2008

2008-04-28 Thread Vishaal
Hello users, i am experiencing a strange behavior in the WebStudio2008. kindly find the attached image. i am using MGOS1.2 with .NET and IIS5.1 on a Win XP Professional SP2. i cant understand why this problem is there. any help will be greatly appreciated. i have checked the config file and it

Re: [mapguide-users] Properties Frame in Studio 2007 - Hyperlinks

2008-04-23 Thread Vishaal
Hi James, i am developing a web solution using MGOS 1.2 with Visual Studio 2005 ( C#). i am successful in querying tax lots and also i am getting the selection displayed as an html table. now what i want to do is if i click on any of the selected tax lots from the html table, it should get

RE: [mapguide-users] Properties Frame in Studio 2007 - Hyperlinks

2008-04-17 Thread Vishaal
Hi Andy, i am also in the process of doing something similar as you have already done. i want to zoom in to the specific parcel from the list of available parcel, and want to display the image in the tool tip. my solution is made using the shp files and VS2005 C#,MGOS 1.2. i am successful in

[mapguide-users] MGOS with Terra Scan

2008-03-17 Thread Vishaal
Hello Users, i have developed a web application using MGOS1.2 with ASP.NET2005,and IIS 5.1. in this application i do some queries. now I would like to transparently launch a Terra scan session from a parcel ID found browsing the map viewer. is it possible? i have no idea about Terra Scan. can

Re: [mapguide-users] Select To Features Zoom

2008-02-29 Thread Vishaal
$selectionXml; execute that php code from your javascript function and add parent.parent.mapFrame.ExecuteMapAction(10); subsequently Cheers !! Max - Original Message From: Vishaal [EMAIL PROTECTED] To: mapguide-users@lists.osgeo.org Sent: Friday, February 29, 2008 1:34:58

[mapguide-users] Add/Edit on map

2008-02-28 Thread Vishaal
Hi Users, i want to know that whether it is possible to add labels to a map on runtime through a text box in MGOS or not??? Also is data editing and addition on runtime is possible in MGOS(same as ArcGIS Server)??? if yes then please do let me know the road map for how to go about these?? i am

Re: [mapguide-users] Add/Edit on map

2008-02-28 Thread Vishaal
then use OpenLayers to edit the vector layer, and optionally write data back. Regards, Kenneth, GEOGRAF A/S Vishaal skrev: Hi Users, i want to know that whether it is possible to add labels to a map on runtime through a text box in MGOS or not??? Also is data editing and addition

Re: [mapguide-users] Add/Edit on map

2008-02-28 Thread Vishaal
the application. You should then be able to see what activity surrounds the MapGuideUnmanagedApi.dll, and hopefully guess what goes wrong. Its a lot of detective work, and is not guaranteed to give a solution. Regards. Kenneth, GEOGRAF A/S Vishaal skrev: thanks Kenneth, can you

Re: [mapguide-users] Select To Features Zoom

2008-02-28 Thread Vishaal
Hi Max, i too want to do the same zoom to selected parcel thing. i have a list of records selected and now i want that if i click on a record then that record should get zoomed into. can you share your code with me and the logic about it thanks in advance.. regards, Vishal max_samart

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread Vishaal
Hi Swetha, there should be no problem at all after the description given by Jackie. neways, what you can do is make a new solution or say a new ASP.NEt website and place the folder in http(at the time of creating the solution---open visual studio , click on file--click on new website---select

[mapguide-users] server error in Application

2008-02-26 Thread Vishaal
Hi All, i am using MGOS1.1 with .NET as development environment. i have made a MapGuide Application and deployed it to a server ( windows server 2003). there is a problem in the application, it works fine for a day or two and after that it gives server error( unable to load

Re: [mapguide-users] error in building

2008-02-19 Thread Vishaal
the piece of code available in utilityfunctions.aspx in your default.aspx page to initialize the web tier and to connect to a map and web layout. swetha1 wrote: Hi Vishaal, I tried inlluding body in the html page still giving the same errors, with a new error saying Failed to map the path

Re: [mapguide-users] error in building

2008-02-18 Thread Vishaal
Hi Swetha, there is nothing to worry about these errors. you can directly run your application. these errors come as the frameset is no longer supported by html. if you include body in your html page then these eroors will go. still you can run your application without any difficulty. try once.

[mapguide-users] how to create a wms service

2008-02-18 Thread Vishaal
Hi all, i am a new user of Map Guide open Source. i am using MGOS 1.1.0. i have made an application in which i do some queries. now i want the integration of my application to a wms so that i can overlay the results on a wms. but i dont understand how to go about it. can anyone help in getting

[mapguide-users] error in weblayout preview

2008-02-14 Thread Vishaal
Hi, i am facing a strange problem in weblayout of Autodesk Mapguide Studio 2007. i have created a weblayout and when i try to preview the same i get a list of directories available in the mapguide open source. also if i try to edit certain commands or change the order of certain command in

[mapguide-users] server error(unable to load MapGuideUnmanagedApi.dll)

2008-02-14 Thread Vishaal
Hi All, i have made a MapGuide Application and deployed it to a server. there is a problem in the application, it works fine for a day or two and after that it gives server error( unable to load MapGuideUnmanagedApi.dll). i have to again deploy the application to make it working. what is the

Re: [mapguide-users] server error(unable to load MapGuideUnmanagedApi.dll)

2008-02-14 Thread Vishaal
Hi, i am using mapguide 1.1 zspitzer wrote: which mapguide version? On Thu, Feb 14, 2008 at 11:07 PM, Vishaal [EMAIL PROTECTED] wrote: Hi All, i have made a MapGuide Application and deployed it to a server. there is a problem in the application, it works fine for a day or two