Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

With the release of BikeTrax GPS Platform 5, we have many new updates to announce.

Modern web app

There is a brand new modern webapp which will contain all the new features going forward. This is a mobile-friendly PWA (progressive web app) which brings more usability, functionality, and ease.

modern.png

Don’t worry if you aren’t ready to switch over yet, there is a button to switch back to the legacy app in the settings page switch to legacy.png , or you can just navigate to this URL: https://traccar.powunity.com/legacy

Please be sure to check out the changes in how geofences are added and enabled over at <insert geofences page link>

Here is a list of additions and improvements in this portion of the platform.

 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 units

  • 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 overlays

  • Network 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

Traccar API/Server

There’s also been a lot of changes to the Traccar API. There aren’t many things different to note here. 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.

The list of notable features are included below.

 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 devices

  • New 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

  • No labels