From d0677473a9291b76321614250269492e70d8f136 Mon Sep 17 00:00:00 2001 From: Ronald Morales Date: Sun, 24 Mar 2024 08:15:21 +0000 Subject: [PATCH] Coordenadas para inicializar centralizado el mapa --- .env.develop | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.develop b/.env.develop index 3e0b511..33bf0bd 100644 --- a/.env.develop +++ b/.env.develop @@ -29,4 +29,8 @@ GTFS_UPLOADS=/uploads/gtfs PHOTOS_UPLOADS=/uploads/photos # URL INFO PARADERO -URL_PARADERO='http://localhost:3001/rutaParadero/?id=' \ No newline at end of file +URL_PARADERO='http://localhost:3001/rutaParadero/?id=' + +#COORDENADAS DE INICIO PARA EL MAPA +COORDINI_LAT=-36.8270 +COORDINI_LNG=-73.0503 \ No newline at end of file