From 1f7786a50303d49f54fa713b540b176131faf971 Mon Sep 17 00:00:00 2001 From: gabrhr <73925454+gabrhr@users.noreply.github.com> Date: Thu, 2 Jun 2022 23:10:42 -0500 Subject: Add mapa v1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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) --- front/odiparpack/public/images/mapa.png | Bin 0 -> 144573 bytes front/odiparpack/public/images/mapa.svg | 238 ++++++++++++++++++++++++++ front/odiparpack/public/images/mapa2.png | Bin 0 -> 144219 bytes front/odiparpack/public/images/mapaGrande.jpg | Bin 0 -> 161979 bytes front/odiparpack/public/images/mapaM.png | Bin 0 -> 125691 bytes 5 files changed, 238 insertions(+) create mode 100644 front/odiparpack/public/images/mapa.png create mode 100644 front/odiparpack/public/images/mapa.svg create mode 100644 front/odiparpack/public/images/mapa2.png create mode 100644 front/odiparpack/public/images/mapaGrande.jpg create mode 100644 front/odiparpack/public/images/mapaM.png (limited to 'front/odiparpack/public') diff --git a/front/odiparpack/public/images/mapa.png b/front/odiparpack/public/images/mapa.png new file mode 100644 index 0000000..a8b2b07 Binary files /dev/null and b/front/odiparpack/public/images/mapa.png differ diff --git a/front/odiparpack/public/images/mapa.svg b/front/odiparpack/public/images/mapa.svg new file mode 100644 index 0000000..bee29c1 --- /dev/null +++ b/front/odiparpack/public/images/mapa.svg @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/front/odiparpack/public/images/mapa2.png b/front/odiparpack/public/images/mapa2.png new file mode 100644 index 0000000..376ad36 Binary files /dev/null and b/front/odiparpack/public/images/mapa2.png differ diff --git a/front/odiparpack/public/images/mapaGrande.jpg b/front/odiparpack/public/images/mapaGrande.jpg new file mode 100644 index 0000000..be60da3 Binary files /dev/null and b/front/odiparpack/public/images/mapaGrande.jpg differ diff --git a/front/odiparpack/public/images/mapaM.png b/front/odiparpack/public/images/mapaM.png new file mode 100644 index 0000000..61e2f13 Binary files /dev/null and b/front/odiparpack/public/images/mapaM.png differ -- cgit v1.2.3