Hi,
I’m using MapD v1.12.0 through a SunnyPilot-based openpilot fork, and I believe there is an issue with the offline map data served for New Zealand.
The MapD client recognizes the NZ country code correctly and calculates the expected New Zealand bounding box. It downloads and unpacks 3,136 offline tiles successfully, and the download reports completion without errors.
However, all resulting NZ tile files are only 35–37 bytes each. The complete offline NZ directory is about 115 KB, and MapD produces no road name, map speed limit, upcoming speed limit, curvature, or target-velocity data while driving with valid GPS.
I compared the archive responses directly from the same MapD v1 data server:
Area | Archive URL pattern | HTTP status | Downloaded archive size
New Zealand | https://map-data.pfeifer.dev/offline/-38/174.tar.gz | 200 | 1.8 KB
Paris, France | https://map-data.pfeifer.dev/offline/48/2.tar.gz | 200 | 58.2 MB
New York, USA | https://map-data.pfeifer.dev/offline/40/-74.tar.gz | 200 | 55.2 MB
This suggests that the v1 map-data server is returning valid but effectively empty archives for New Zealand, rather than this being a client-side issue with the NZ code, GPS, or the SunnyPilot integration.
One additional observation: MapD v1 treats an HTTP 200 response and successful archive extraction as a completed download, but does not validate whether the extracted tiles contain any road ways. Therefore the UI shows the map as downloaded even though it contains no usable map data.
Could you please check whether the New Zealand offline archives are generated and published correctly on map-data.pfeifer.dev?
I can provide further logs, file listings, or test results if useful.
Thanks for maintaining MapD and making all this possible!
Hi,
I’m using MapD v1.12.0 through a SunnyPilot-based openpilot fork, and I believe there is an issue with the offline map data served for New Zealand.
The MapD client recognizes the NZ country code correctly and calculates the expected New Zealand bounding box. It downloads and unpacks 3,136 offline tiles successfully, and the download reports completion without errors.
However, all resulting NZ tile files are only 35–37 bytes each. The complete offline NZ directory is about 115 KB, and MapD produces no road name, map speed limit, upcoming speed limit, curvature, or target-velocity data while driving with valid GPS.
I compared the archive responses directly from the same MapD v1 data server:
Area | Archive URL pattern | HTTP status | Downloaded archive size
New Zealand | https://map-data.pfeifer.dev/offline/-38/174.tar.gz | 200 | 1.8 KB
Paris, France | https://map-data.pfeifer.dev/offline/48/2.tar.gz | 200 | 58.2 MB
New York, USA | https://map-data.pfeifer.dev/offline/40/-74.tar.gz | 200 | 55.2 MB
This suggests that the v1 map-data server is returning valid but effectively empty archives for New Zealand, rather than this being a client-side issue with the NZ code, GPS, or the SunnyPilot integration.
One additional observation: MapD v1 treats an HTTP 200 response and successful archive extraction as a completed download, but does not validate whether the extracted tiles contain any road ways. Therefore the UI shows the map as downloaded even though it contains no usable map data.
Could you please check whether the New Zealand offline archives are generated and published correctly on map-data.pfeifer.dev?
I can provide further logs, file listings, or test results if useful.
Thanks for maintaining MapD and making all this possible!