...
Expand |
---|
title | Modern web app updates: |
---|
|
Add logs report page - a new option to see raw device data directly from the web app Improved live routes Direct calendar creation - simple calendar can now be defined directly from Traccar web app. Events drawer on the main screen Address search on the map Google Maps layers Links to Google Maps and Street View Map compass and scale controls Responsive design enhancements Updated reports to use configurable grid instead of fixed table layout Dynamic map layer switching in the web app without page refresh Configurable altitude unitsNew combined report option Faster reports - summary, trips and stops now have a fast option with some reduction in accuracy Trip parameters can be configured per device Major UI redesign for the modern web app Geofence management support in the modern app Fixes for broken maps, including Yandex Device list filtering and sorting Handle 12 hour time format Clickable route report points Configurable information in the device list Custom marker color for devices - for example you can color device based on ignition Custom report and geofence colors Many new map layers and overlaysNetwork page with device cell and wifi info Map view for trips, stops and route reports Multiple devices support for the summary report Sounds for web notifications Device images - you can upload an image per device to display in the popup WebSocket connection keepalive; no more random error popups Performance improvements in the modern app to handle large number of devices Option to access last position in computed attributes Show driver name instead of ID Persisted device filtering More sorting and filtering options for devices Show geofences on most of the screens with map Show device count by status Search field in settings on mobile A feature to adjust speed limits threshold
|
...
There’s also been a lot of changes to the BikeTrax GPS server however the Traccar API. There aren’t many things different to note hereAPI has remained stable, save a couple minor changes. There has only been the moving of the list of geofences from devices to positions as the parent entity. If you query for an Event
, servertime
has been renamed to eventtime
.
...
Expand |
---|
title | Traccar API/Server updates: |
---|
|
Device link sharing - create temporary links to track individual devices Event to notify about sent queued commands List of current geofences moved from devices to positions Automatic command triggering by events Sending commands to groups of devicesNew combined report option API for deleting positions Commands allowed for readonly users A fix for motion event duplication GPX export - an API endpoint to export positions in GPX format. Token API authentication - token can now be used directly for all API calls Support KML export - new API endpoint to export positions in KML format Support CSV export - new API endpoint to export positions in CSV format with all attributes as separate columns Computed attributes testing Notification channels testing Events are now using GPS time when possible instead of relying on server time
|