-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
Description
This feature has been requested many times. So I started developing it. Here is how I am going to create first version of this functionality:
- Add tab panel at the bottom of devices/vehicles list. First (default) tab is 'Devices' with current table, second will be 'Geo-fences' with list of geofences. Top buttons 'Add/Edit/Delete...' are applied to the objects selected in current active tab.
When geo-fence is selected in list map will scroll to make it visible (like it's working now for devices/vehicles).
- There will be three types of geofences:
- line (with width in meters)
- circle (with radius in meters)
- polygon
Each geofence will have name, which will be shown on map. Then it will have a description and color.
-
Geo-fences will be shown on a separate layer in map.
-
Each device may be assigned one or multiple geo-fences. Then when it enters/exits geo-fence an event will be recorded and notification sent.
This is it. Once it's all done I will put it into latest release.
Reactions are currently unavailable