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:
@@ -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 },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user