Hi everyone,
Recently Tesla published EU map data version 2020.32-12313, which contains some improvements for European routing.
However, in the same update they decided to remove routing data for Ukraine, Belarus and nearby areas:
As a result, in-car navigation became pretty much useless for me and few hundreds of other Tesla users here ("No routes found to this location" for any location).
However, there may be a way to fix the issue for us, and potentially to find the way to update Tesla navigation data with fresh OpenStreetMap dumps which it uses, which may be beneficial for other regions where in-car routing is bad or absent.
Here's what I have found so far:
To move further, however, I have a question to the community:
Can anyone hint me on how the latest (or previous) EU map data file can be obtained, to check these assumptions and attempt to fix missing route data?
Recently Tesla published EU map data version 2020.32-12313, which contains some improvements for European routing.
However, in the same update they decided to remove routing data for Ukraine, Belarus and nearby areas:
As a result, in-car navigation became pretty much useless for me and few hundreds of other Tesla users here ("No routes found to this location" for any location).
However, there may be a way to fix the issue for us, and potentially to find the way to update Tesla navigation data with fresh OpenStreetMap dumps which it uses, which may be beneficial for other regions where in-car routing is bad or absent.
Here's what I have found so far:
- Tesla uses open-source Valhalla map routing engine internally, they have even published the sources on Gitub once: https://github.com/teslamotors/valhalla
- Map updates are downloaded as large .ssq files containing SquashFS filesystem, which in turn contain Valhalla-compatible tile data.
This has been investigated here: https://www.desigeek.com/blog/amit/2018/10/08/update-on-tesla-ssq-files/ - With some effort, Valhalla engine can be built and used to generate tile data:
https://gis-ops.com/valhalla-part-1-how-to-install-on-ubuntu-18-04/
https://gis-ops.com/valhalla-how-to-run-with-docker-on-ubuntu-18-04/ - From leaked Tesla firmware files t is known that the car checks any inserted USB flash drive for files matching "tesla_map_update_??.ssq", and if such file is present - "usbupdate-server" is launched, triggering map update.
To move further, however, I have a question to the community:
Can anyone hint me on how the latest (or previous) EU map data file can be obtained, to check these assumptions and attempt to fix missing route data?