feat(ui/map): switch to protomaps

has POIs and also just looks a bit prettier :3
This commit is contained in:
Cilly Leang 2026-03-28 21:22:48 +11:00
parent a79c95829e
commit 8925c943ab
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 6 additions and 1 deletions

View file

@ -8,4 +8,5 @@ object Constants {
// TODO
const val devMode: Boolean = false
const val updateKey: String = ""
const val protomapsKey: String = ""
}