This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

display MULTIPLE tracked trucks (or cars) on a CENTRAL MAP?

0

Is it possible to display MULTIPLE tracked trucks (or cars) on a CENTRAL MAP? 20 Windows mobile devices have to collect GPS information, a central map (a map residing on a website or a windows server) has to display 20 trucks on the Belgian Map. Is this possible using Open Street Map and OSMtracker for Windows Mobile?

asked 09 Dec '11, 15:10

Mobileboy36's gravatar image

Mobileboy36
11112
accept rate: 0%

edited 30 Jul '12, 12:56

scai's gravatar image

scai ♦
33.3k21309459

Can someone fix the typo "trakced" to "tracked" to improve searching, thanks.

(30 Jul '12, 12:02) gerdami

One Answer:

0

If I understand this correctly you want to sit in front of a computer and know where the trucks are.
This has three tasks:

  1. Some tracking device in the vehicle must send its location repeatedly (SMS, internet)
  2. Some server has to accept these messages and keep track of the vehicles
  3. You need to display it.

It shoudld not be hard to find some application for the first point (I am not sure if OSMtracker can do that). Third point is where OSM comes - OpenLayers might be what you are looking for.
Your main problem will be number 2. I do not know about any out of th box solution for this, but it should not be too hard to create.

answered 09 Dec '11, 21:19

LM_1's gravatar image

LM_1
3.3k335188
accept rate: 10%

Source code available on GitHub .