fix: show full city name with postal code and country in top villes

Restore full Cesium+ city field (including postal code), restructure
the city card so name wraps on two lines with country badge + tx count
+ volume all readable without truncation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
syoul
2026-03-22 18:55:37 +01:00
parent 55d2b50cd3
commit d99ad3707d
2 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ export async function resolveGeoByKeys(
if (!geo) continue;
result.set(hit._id, {
name: src.title ?? '',
city: cleanCityName(src.city ?? 'Inconnue'),
city: src.city ?? 'Inconnue',
countryCode: latLngToCountryCode(geo.lat, geo.lng),
lat: geo.lat,
lng: geo.lng,