If you only have to consider the current position of vehicles, you can easily use a database.
Just add an x,y columns, and perhaps speed and other data to a table.
Then make a service that accepts coordinates from vehicles, and update the correct row in the database.

In MapGuide, make a layer that reads the x,y points, and perhaps color code according to speed.
You can then get away with refreshing the map periodically.

If you can read in the direction, you could throw in a rotation on a symbol in the layer.

Regards, Kenneth 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.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to