Geofence in modern App

Ali Ber3 years ago

Hello anton
I want to contribute buillding the app especially the modern app.
i want to know if theres any tools or libraries your are following to build geofence for the app .
I want to make changes according to your instructions.
if you have any ideas what should be used to create geofences for react plz

Anton Tananaev3 years ago

Mapbox library has a plugin for creting/editing geofences. We should use that. My idea is to add a button to the main map to be able to enable geofence editing. So, it will work slightly differently from the original implementation where geofences are in a different window.

Ali Ber3 years ago

alright , to make geofence interact with location markers , the markers have to be a mapbox object , is that already implemented ? (the mapbox markers)

Anton Tananaev3 years ago

If you are interested in contributing, please take your time to check the code. I won't be able to provide you step by step what needs to be done and what we already have.

Ali Ber3 years ago

hello anton , I added a drawing menu of (ubrica mapbox-gl-draw) , but it is not yet interacting with the app logic .
when reading the code , I came across geofence edit.js which comes up with the mapbox gl draw , but it is not used or displayed at all