traccar / traccar-web

Traccar GPS Tracking System
https://www.traccar.org
Apache License 2.0
788 stars 1.09k forks source link

Circular geofences in modern app #1093

Open gustavofcalmeida opened 1 year ago

gustavofcalmeida commented 1 year ago

Is your feature request related to a problem? Please describe. Problem: The modern app lacks the circular geofence present in legacy app.

Describe the solution you'd like Solution: Implement circular geofence in modern app;

Additional context The circular geofence is, in my opinion the most used, the easiest for the end-user (just need 2 clicks, 1 for the center another for the radius) and the most useful, because it sets a perimeter around an interest point.

tananaev commented 1 year ago

The map library doesn't support it, so it's not possible to implement it currently.

nitorplus commented 5 months ago

If i add a record to the data base area field "CIRCLE (50.348031 -4.798375, 200)"

This displays on the map as a circle geofence.

nitorplus commented 5 months ago

image

tananaev commented 5 months ago

I think you misunderstood something. We're talking about drawing library. As in user controls to draw a new circle. We're not talking about rendering circles, which we already support.