Hi,
I'm mainly using OpenGTS to show the current location of different vehicles. The vehicles stop reporting in their location when they have finished their shift.
On the fleet map I would like to show all vehicles but the ones that haven't reported a position for a set time I would like to show up a different colour or using a different pin. At the moment they all look the same so it's difficult to know what is current and what's not without looking into the details.
Is this possible?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's possible to change the pushpin according your needs.
There are several way to achieve this,some code custumization could be required.
1 - The easiest way is to read private.xml, there are few parameters.
2 - Use Rule Factory
3 - Change event function in the code (i don't remember the files to change, could be TrackMap.java)
The solution are in order of difficult.
Regards,
- Pierluigi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm mainly using OpenGTS to show the current location of different vehicles. The vehicles stop reporting in their location when they have finished their shift.
On the fleet map I would like to show all vehicles but the ones that haven't reported a position for a set time I would like to show up a different colour or using a different pin. At the moment they all look the same so it's difficult to know what is current and what's not without looking into the details.
Is this possible?
Thanks
It's possible to change the pushpin according your needs.
There are several way to achieve this,some code custumization could be required.
1 - The easiest way is to read private.xml, there are few parameters.
2 - Use Rule Factory
3 - Change event function in the code (i don't remember the files to change, could be TrackMap.java)
The solution are in order of difficult.
Regards,
- Pierluigi