Bookmark this page: Add Plotting GPS Data   Multiple locations to Yahoo MyWeb Add Plotting GPS Data   Multiple locations to Google Bookmarks Add Plotting GPS Data   Multiple locations to Windows Live Add Plotting GPS Data   Multiple locations to Del.icio.us Digg Plotting GPS Data   Multiple locations! Add Plotting GPS Data   Multiple locations to Netscape
  •  
  • Subject
  • Author
  • Date
If you were  Registered and logged in, you could reply and use other advanced thread options
Posted by prateek on July 17, 2007, 12:55 am
i need help for plotting multiple location data on a digital map on
real time basis.
please suggest GIS platform and a way to do it


Posted by ujaval@gmail.com on July 19, 2007, 6:11 am
> i need help for plotting multiple location data on a digital map on
> real time basis.
> please suggest GIS platform and a way to do it

Depends on what your requirement is,

* you can use Google Maps API to plot your real-time GPS data on a
google maps interface, this is the most popular way. Alternatives are
Yahoo Maps API and Virtual Earth API.
* Use open-source alternatives such as OpenLayers, to do the same
thing as above. Coding language is Javascript for both GMaps and
Openlayers
* If you know KML, you can write a NetworkLink to display the data on
Google Earth

For all the above applications, you'll need to store your data in some
sort of database first. If you want to do some spatial queries, use a
spatially enabled database like, Oracle Spatial or Postgresql
( free ).

-Ujaval
http://spatialthoughts.com