Infrastructure Map Server Forum
Welcome to Autodesk’s Infrastructure Map Server Forums. Share your knowledge, ask questions, and explore popular Infrastructure Map Server topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GPS Integration For Tracking

4 REPLIES 4
Reply
Message 1 of 5
Anonymous
756 Views, 4 Replies

GPS Integration For Tracking

Hello!!!

Can we make a GPS integration For Tracking Vehicles with Mapguide. If Yes, please provide with some samples..

Thank You..

4 REPLIES 4
Message 2 of 5
gluckett
in reply to: Anonymous

The trick is to get the vehicle to pass the current GPS location to a database and point mapguide to that database using ODBC to draw the Lat and Long points on the map.  You just refresh the map to see where the car is.

 

 

Message 3 of 5
Anonymous
in reply to: gluckett

Thanks gluckett  


Can this can be done with basic weblayout?

 

Can you provide with some samples or some demo applications for that?

 

Thanks in advance

Shankar

Message 4 of 5
gluckett
in reply to: Anonymous

MapGuide just points to a database.

 

1.  Use phone or iPad to collect GPS location

2. Post location to Web Server i.e. http://myserver.com/mylocation.php?ID=111&LAT=45.5&LON=-118.4

3. This page would load the values into a database (even Microsoft Access)

4. Using MapGuide, use ODBC dataconnector to draw the LAT and LONG on the map

5. Using basic web layout - set a javascript timer setTimeout(top.myMapGuideFrame.Refresh(),5000);

 

thats it.

 

gordon

 

Message 5 of 5
tnguye72
in reply to: Anonymous

Some examples

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report