GeoPulse 1.26.0
New Features
-
Added Vector maps
Previously GeoPulse supported only Raster maps via Leaflet. Starting from this release you can choose between Raster and Vector maps. You can change the map type from Menu -> Profile -> Display (/app/profile?tab=timelineDisplay). You can specify your preferable custom map style (for both raster and vector maps):
By default for now we keep Raster maps enabled. I will change this in the future once the Vector map implementation is more polished and fixed.
-
Added 12/24h time format support - #443
Together with the Date Format (EU/US/ISO) you can now select 12/24 hour time format (24h is default):
-
Added device.uniqueId support for the Traccar integration
Since traccar sends all users data to one endpoint we need a way how to separate different Traccar users in GeoPulse. See #442
-
Added Regenerate Coverage button
Added Regenerate Coverage button and automatic coverage regeneration after file import. See #437
Fixes
-
Fixed bar chart label sorting - see #441
The labels were sorted incorrectly when December (12 month) and January (1st month) were on the same chart.
-
Fixed geofences alerts concurrency issue - see #436
The system will not send multiple geofences events when batch gps points are received. Also allowed to disable in-app notifications and keep only external notifications.