Transitime / core

Transitime 0.1 (beta) is an open source project created and managed by Swiftly, Inc. to help transit agencies generate more accurate and reliable real-time arrival information for passengers. This version of the code is an early beta release and should not be used for production implementations. Please reach out to Swiftly at contact@goswift.ly for the most up-to-date software.
https://goswift.ly/transitime
GNU General Public License v3.0
62 stars 77 forks source link

showUnassignedVehicles not refreshing background of vehicles when they are assigned. #25

Open scrudden opened 9 years ago

scrudden commented 9 years ago

You can view unassigned vehicles using the showUnassignedVehicles=true parameter in the map URL.

ogcrudden.koding.io:8080/web/map/map.jsp?a=02&showUnassignedVehicles=true&r=DART

The vehicle background appears yellow when unassigned. When they become assigned the background remains yellow which I believe is incorrect.

I will fix this.

skibu commented 9 years ago

Yes, I believe that this is indeed a bug that should be fixed.

On Wed, Nov 11, 2015 at 9:51 AM, Sean Óg Crudden notifications@github.com wrote:

You can view unassigned vehicles using the showUnassignedVehicles=true parameter in the map URL.

ogcrudden.koding.io:8080/web/map/map.jsp?a=02&showUnassignedVehicles=true&r=DART

The vehicle background appears yellow when unassigned. When they become assigned the background remains yellow which I believe is incorrect.

I will fix this.

— Reply to this email directly or view it on GitHub https://github.com/Transitime/core/issues/25.