raul310882 7e58077dd0 feat: integrate Mapbox GL Draw for geofence management in LocationForm
- Added @mapbox/mapbox-gl-draw dependency to package.json.
- Enhanced LocationForm.vue to support geofence drawing and editing using Mapbox GL Draw.
- Implemented functions for creating, updating, and syncing geofences with the map.
- Updated types for geofence handling in locations.interfaces.ts.
- Refactored coordinate parsing and formatting logic for better clarity and functionality.
- Improved UI components in Locations.vue for better user experience and interaction.
2026-04-02 12:08:18 -06:00
2024-12-03 09:21:35 -06:00
2024-12-16 15:55:10 -06:00
2026-03-10 16:04:35 -06:00
WIP
2025-11-05 21:41:29 -06:00
WIP
2025-11-05 21:41:29 -06:00

Estructura del Proyecto - GOLS Control Frontend

Docker (Producción)

# 1. Configurar
cp .env.production .env

# 2. Levantar
docker-compose up -d

# 3. Verificar en http://localhost

Ver DOCKER.md para más detalles.

Notas

  • Los componentes de PrimeVue se auto-importan
  • TypeScript configurado con strict mode
  • Tailwind CSS v4 integrado
  • Variables CSS personalizadas en main.css
Description
No description provided
Readme 4.3 MiB
Languages
Vue 84.4%
JavaScript 13.2%
CSS 2.3%