jgauchia / IceNav-v3

ESP32 Based GPS Navigator with OSM offline maps. (Under development)
GNU General Public License v3.0
50 stars 11 forks source link

Vector Maps #80

Closed jgauchia closed 8 months ago

jgauchia commented 1 year ago

Summary

Change PNG Maps to Vector Maps from OpenStreetMaps PBF files.

With this improvement, it will be possible to optimize the usage of PSRAM memory, which is currently used to generate a larger map from 9 PNG tiles.

jgauchia commented 8 months ago

Added in the last commit in dev branch