What system of reference is used for positions in traccar?

viera3 years ago

I use traccar as part of our infrastructure. Several devices report their positions to the server. I want to know if there's any conversion taking place to modify these positions on the fly from/to WGS84 to/from EPSG:3857.

Anton Tananaev3 years ago

Coordinates are converted by the web app for displaying on the map.

viera3 years ago

Conversion from what reference system? Can I assume safely that the rest endpoints will always use Wgs84?

Anton Tananaev3 years ago

Yes, the API always returns WGS84.