Custom icons, improved GPS, history layout, address fixes
- Replace placeholder SVG icons with custom PNG icons (80x80 padded) - AffineTransform for pixel-perfect icon centering in menu ring - Colored circles behind icons with icon drawn at 60% size - GPS: always wait full timeout (30s), keep best quality fix - History: show address, PLZ+city, coordinates on separate lines - Geocoding: fall back to "name" field for street-level results, include PLZ+city in cached address data - Address distance threshold raised to 70m Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
79cdb9f210
commit
216d40c2c5
18 changed files with 108 additions and 101 deletions
|
|
@ -10,8 +10,7 @@ module Config {
|
|||
const RETENTION_SEC = 7 * 24 * 60 * 60;
|
||||
|
||||
// --- GPS ------------------------------------------------------------
|
||||
const GPS_TIMEOUT_MS = 10000;
|
||||
const GPS_TARGET_ACCURACY_M = 5;
|
||||
const GPS_TIMEOUT_MS = 30000;
|
||||
|
||||
// --- Menu ring -----------------------------------------------------
|
||||
// Angle (degrees) at which the selected icon sits relative to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue