vitalidze / traccar-web

Traccar Web UI mod
http://traccar.litvak.su/
152 stars 145 forks source link

Importing geofences question #913

Open damocov opened 7 years ago

damocov commented 7 years ago

Has anyone any experience of importing geofences - obviously there's nothing in the front end yet but does anyone have any pointers on converting a gpx or other XML co-ordinate list and writing to the database?

vitalidze commented 7 years ago

I would start from having a file you want to import. Then based on it's format, read the specification.

From my point of view I think it's better to have an GPX import since it is already supported for importing positions data. But AFAIK it should be possible to import same data from KML, GeoJSON and so on.