A GPS mapping application for the SHA2017 badge, and possibly other platfroms
Requires badgeteam/ESP32-platform-firmware#246 on the SHA badge to be able to draw PNGs without using a 32kb buffer.
Requires https://github.com/pepijndevos/Adafruit_MicroPython_GPS for GPS parsing
Tiles:
- generated with https://github.com/openmaptiles/openmaptiles
- served with https://github.com/pepijndevos/microtileserver-gl
- styled with https://github.com/openmaptiles/maptiler-toner-gl-style
In order to make tileserver-gl render the toner style, you need to edit style.json
to insert a valid API key for glyphs
and use
"sources": {
"openmaptiles": {
"type": "vector",
"url": "mbtiles://{v3}"
}
},
By running node . --verbose
you can see the default config file. Save it as config.json
and change it to point to the toner style. I've also added "tileMargin": 1
to try and avoid cut labels.