fix(geoportal): Google satellite, ESC/right-click exit, no UAT fill, ANCPI bbox fix

Basemaps: added Google Satellite option
ANCPI ortofoto: fixed bbox conversion (all 4 corners, not just SW/NE)
Selection: ESC key and right-click exit selection mode, tooltips updated
UAT layers: removed fill (only lines + labels), less visual clutter
Proprietari vechi: greyed out (opacity-50) so current owners stand out

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
AI Assistant
2026-03-24 14:19:02 +02:00
parent 1cc73a3033
commit 3fcf7e2a67
6 changed files with 49 additions and 17 deletions
@@ -8,7 +8,8 @@ import type { BasemapId } from "../types";
const BASEMAPS: { id: BasemapId; label: string; icon: typeof Map }[] = [
{ id: "liberty", label: "Harta", icon: Map },
{ id: "dark", label: "Dark", icon: Moon },
{ id: "satellite", label: "Satelit", icon: Satellite },
{ id: "google", label: "Satelit", icon: Satellite },
{ id: "satellite", label: "ESRI", icon: Satellite },
{ id: "orto", label: "ANCPI", icon: TreePine },
];