From a3eb2d0441ae18f75604a4bee64db18391469837 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 2 Jan 2026 01:08:41 +0100 Subject: feat: Integrate Geoapify geocoding service and update configuration --- src/frontend/app/config/constants.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/frontend/app/config') diff --git a/src/frontend/app/config/constants.ts b/src/frontend/app/config/constants.ts index a130f87..3cbb37c 100644 --- a/src/frontend/app/config/constants.ts +++ b/src/frontend/app/config/constants.ts @@ -1,12 +1,7 @@ import type { LngLatLike } from "maplibre-gl"; -export type RegionId = "vigo"; - export const APP_CONSTANTS = { id: "vigo", - - consolidatedCirculationsEndpoint: "/api/vigo/GetConsolidatedCirculations", - shapeEndpoint: "/api/vigo/GetShape", defaultCenter: { lat: 42.229188855975046, lng: -8.72246955783102, -- cgit v1.3