Enhancement: vehicle location display
For the vehicle location entities (geo_location.*), the entity_name has been extended with the transport-type, based on route_type.
This allows to customize the display of the picture in the map-card. For details, see https://github.com/vingerha/gtfs2/wiki/5.-Visualizing-the-data#vehicle-positions.
Possible (!?) breaking change
Due to the enhancement which extends the entity-name of the geo_location entity, you may need to setup your card(s) differently.
Change(s)/Fixes
Fix: real-time trip-updates can be provided only via stop_sequence, which were not taken into account, this fixes: #119
Fix: when a trip is found both in calendar and calendar_dates there was a risk to have duplicate entries, this fixes #118
Fix: incorrect real-time data across TimeZones