diff options
| author | gabrhr <[email protected]> | 2022-06-02 23:10:42 -0500 |
|---|---|---|
| committer | gabrhr <[email protected]> | 2022-06-02 23:10:42 -0500 |
| commit | 1f7786a50303d49f54fa713b540b176131faf971 (patch) | |
| tree | 645190c8edf491ebe54dcf909f16d6982a5ae9ec /front/odiparpack/app/utils/odipar/constants.js | |
| parent | 77fb39778fc4ebb3eea9e9801320efe1a4878c9a (diff) | |
| download | DP1_project-1f7786a50303d49f54fa713b540b176131faf971.tar.gz DP1_project-1f7786a50303d49f54fa713b540b176131faf971.tar.bz2 DP1_project-1f7786a50303d49f54fa713b540b176131faf971.zip | |
Add mapa v1
- Mapa con algunos punto
- Zoom al mapa xdddd
- Punto que se mueve
#TODO
- añadir todos los puntos
- Mejorar el path del punto con funcion
- añadir tiempos segun distancia
- estetica al final (camion, colores, etc)
Diffstat (limited to 'front/odiparpack/app/utils/odipar/constants.js')
| -rw-r--r-- | front/odiparpack/app/utils/odipar/constants.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/front/odiparpack/app/utils/odipar/constants.js b/front/odiparpack/app/utils/odipar/constants.js index 73f3521..d4b2d1b 100644 --- a/front/odiparpack/app/utils/odipar/constants.js +++ b/front/odiparpack/app/utils/odipar/constants.js @@ -6,4 +6,7 @@ export function partial(fn, ...presetArgs) { return function partiallyApplied(...laterArgs) { return fn(...presetArgs, ...laterArgs); }; -}
\ No newline at end of file +} + +export const mapaH = 718 +export const mapaW = 498
\ No newline at end of file |
