teambtcmap / btcmap-ios

iOS application for BTC Map
https://btcmap.org
GNU Affero General Public License v3.0
14 stars 3 forks source link

Match annotation icons to Android and Web #64

Open salvatoto opened 8 months ago

salvatoto commented 8 months ago

Both android and web are using Google's material icon set for annotations: https://fonts.google.com/icons

Here's the map in the android repo: https://github.com/teambtcmap/btcmap-api/blob/2b8b2a8d5f9eacf1716dc41273af4f8a6b0f058d/src/command/generate_android_icons.rs#L198


There are two solutions to match the ios icon mapping with both android and web:

  1. Audit iOS mapping in ElementSystemImages to best match the android mapping above, but keep using Apple SF Symbols.

  2. Import Google Material Icon set and copy the mapping exactly