├── .classpath ├── .project ├── .settings └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── LICENSE ├── README.md ├── bin ├── AndroidManifest.xml └── classes │ ├── .gitignore │ └── assets │ └── fonts │ ├── bebasneue_bold.ttf │ ├── bebasneue_regular.ttf │ └── onramp.ttf ├── data ├── 100 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 101 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 102 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 103 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 104 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 105 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 106 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 107 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 108 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 109 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 110 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 111 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 112 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 113 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 114 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 115 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 116 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 117 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 118 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 119 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 120 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 001 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.fix │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.qix │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13905947_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.fix │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.qix │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 002 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── route.cpg │ │ │ ├── route.dbf │ │ │ ├── route.prj │ │ │ ├── route.shp │ │ │ └── route.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13939263_stops.geojson │ │ └── shapefile │ │ ├── route_13939263_stops.cpg │ │ ├── route_13939263_stops.dbf │ │ ├── route_13939263_stops.prj │ │ ├── route_13939263_stops.shp │ │ └── route_13939263_stops.shx ├── 003 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14010754_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14010987_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 004 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.fix │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.qix │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13936318_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.fix │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.qix │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 005 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13932747_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 006 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_14014505_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 007 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route _14015097_stops.geojson │ │ ├── route.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 008 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_13922705_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_13923205_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 009 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_13979049_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_13979553_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 010 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14013541_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14014020_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 011 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.fix │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.qix │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13984296_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.fix │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.qix │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 012 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_13976848_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 013 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13979918_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 014 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13977740_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 015 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13978562_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 016 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.fix │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.qix │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_14009162_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.fix │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.qix │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 017 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_13939744_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_13941310_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 018 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_13940808_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_13940332_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 019 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_13944444_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_13945094_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 020 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_13982697_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_13982017_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 021 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14070810_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14072636_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 022 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_14071419_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 023 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14071925_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14072418_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 024 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14086030_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14086525_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 025 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14087144_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14087710_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 026 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14088337_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14088832_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 027 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route _14089451_stops.geojson │ │ │ ├── route.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14090017_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 028 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14132171_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14132601_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 029 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14132942_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14133255_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 030 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14558320_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── 207.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14557907_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 031 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14558991_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14558679_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 032 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14571388_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14570728_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 033 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13938399_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 034 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_13947552_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_13948008_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 035 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_13972544_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_13980941_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 036 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_13985725_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_13999223_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 037 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14051789_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14052066_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 038 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14507133_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14507437_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 039 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14539189_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14539908_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 040 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14506328_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14506790_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 041 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14505330_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14505743_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 042 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14496662_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14497332_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 043 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_14495242_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_14495795_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 044 │ ├── ida │ │ ├── route │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ │ ├── route.geojson │ │ │ ├── route_13935324_stops.geojson │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ ├── imagen │ │ └── bus.jpg │ └── vuelta │ │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ │ └── stops │ │ ├── route.geojson │ │ ├── route_13935685_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 045 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13973712_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 046 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13969749_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 047 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13970341_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 048 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13891917_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 049 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route _13871359_stops.geojson │ │ ├── route.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 050 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13980461_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 051 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.fix │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.qix │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13930360_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.fix │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.qix │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 052 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 053 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── route.cpg │ │ ├── route.dbf │ │ ├── route.prj │ │ ├── route.shp │ │ └── route.shx ├── 054 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 055 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 056 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13906551_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 057 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13917608_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 058 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13919401_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 059 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13919767_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 060 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13920139_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 061 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── route.cpg │ │ │ ├── route.dbf │ │ │ ├── route.prj │ │ │ ├── route.shp │ │ │ └── route.shx │ └── stops │ │ ├── route.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ ├── OGRGeoJSON.shx │ │ └── route_13920253_stops.geojson ├── 062 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 063 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 064 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13927010_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 065 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13929444_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 066 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 067 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13928750_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 068 │ ├── imagen │ │ └── bus.jpg │ ├── routes │ │ ├── ida │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ │ ├── OGRGeoJSON.dbf │ │ │ │ ├── OGRGeoJSON.prj │ │ │ │ ├── OGRGeoJSON.shp │ │ │ │ └── OGRGeoJSON.shx │ │ └── vuelta │ │ │ ├── route.geojson │ │ │ ├── route.json │ │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── ida │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ ├── OGRGeoJSON.shx │ │ ├── route.geojson │ │ └── route_14009867_stops.geojson │ │ └── vuelta │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ ├── OGRGeoJSON.shx │ │ ├── route.geojson │ │ └── route_14010304_stops.geojson ├── 069 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13981388_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 070 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_14015630_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 071 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_14015998_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 072 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13976554_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 073 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13972865_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 074 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13973084_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 075 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 076 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 077 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_14008439_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 078 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13974394_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 079 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13974877_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 080 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13921001_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 081 │ ├── imagen │ │ └── bus.jpg │ ├── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ │ ├── OGRGeoJSON.dbf │ │ │ ├── OGRGeoJSON.prj │ │ │ ├── OGRGeoJSON.shp │ │ │ └── OGRGeoJSON.shx │ └── stops │ │ ├── route.geojson │ │ ├── route_13921570_stops.geojson │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 082 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 083 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 084 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 085 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 086 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 087 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 088 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 089 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 090 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 091 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 092 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 093 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 094 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 095 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 096 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 097 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx ├── 098 │ ├── imagen │ │ └── bus.jpg │ └── route │ │ ├── route.geojson │ │ ├── route.json │ │ └── shapefile │ │ ├── OGRGeoJSON.dbf │ │ ├── OGRGeoJSON.prj │ │ ├── OGRGeoJSON.shp │ │ └── OGRGeoJSON.shx └── 099 │ ├── imagen │ └── bus.jpg │ └── route │ ├── route.geojson │ ├── route.json │ └── shapefile │ ├── OGRGeoJSON.dbf │ ├── OGRGeoJSON.prj │ ├── OGRGeoJSON.shp │ └── OGRGeoJSON.shx ├── gen └── .gitignore ├── ic_launcher-web.png ├── libs ├── android-async-http-1.4.8.jar ├── android-support-v4.jar ├── apache-httpcomponents-httpcore.jar ├── httpclient-4.3.6.jar ├── osmdroid-android-3.0.8.jar ├── protobuf-java-2.4.1-lite.jar ├── simplelatlng-1.1.0.jar └── slf4j-android-1.5.8.jar ├── lint.xml ├── proguard-project.txt ├── project.properties ├── proto ├── java │ └── org │ │ └── codeandoxalapa │ │ └── mapmap │ │ └── TransitWandProtos.java └── route.proto ├── res ├── drawable-hdpi │ ├── alight_button.png │ ├── app_logo.png │ ├── back.png │ ├── back_home.png │ ├── back_trazar.png │ ├── board_button.png │ ├── btn_enviar.png │ ├── btn_recorridos.png │ ├── btn_registro.png │ ├── btn_trazar.png │ ├── check.png │ ├── check_box.png │ ├── check_box_checked.png │ ├── continuar.png │ ├── editar.png │ ├── foto.png │ ├── ic_launcher.png │ ├── map.png │ ├── map_button.png │ ├── passengers.png │ ├── registrar.png │ ├── review_button.png │ ├── revisar.png │ ├── start_button.png │ ├── start_button_gray.png │ ├── stop_button.png │ ├── stop_button_gray.png │ ├── subir.png │ ├── transit_stop_button.png │ ├── transit_stop_button_red.png │ ├── trash.png │ ├── tray_icon.png │ ├── upload_button.png │ └── wand_button.png ├── drawable-ldpi │ ├── back_home.png │ ├── back_trazar.png │ ├── btn_enviar.png │ ├── btn_recorridos.png │ ├── btn_trazar.png │ └── ic_launcher.png ├── drawable-nodpi │ ├── btn_enviar.png │ ├── btn_recorridos.png │ ├── btn_trazar.png │ └── stop.png ├── drawable-xhdpi │ ├── alight_button.png │ ├── back_trazar.png │ ├── board_button.png │ ├── btn_enviar.png │ ├── btn_recorridos.png │ ├── btn_registro.png │ ├── btn_trazar.png │ ├── registrar.png │ ├── revisar.png │ ├── start_button.png │ ├── start_button_gray.png │ ├── stop_button.png │ ├── stop_button_gray.png │ └── subir.png ├── drawable-xxhdpi │ ├── alight_button.png │ ├── back_trazar.png │ ├── board_button.png │ ├── btn_enviar.png │ ├── btn_recorridos.png │ ├── btn_trazar.png │ ├── registrar.png │ ├── registro.png │ ├── revisar.png │ ├── start_button.png │ ├── start_button_gray.png │ ├── stop_button.png │ ├── stop_button_gray.png │ └── subir.png ├── drawable-xxxhdpi │ ├── back_home.png │ ├── btn_enviar.png │ ├── btn_recorridos.png │ ├── btn_trazar.png │ └── registro.png ├── layout-large │ ├── activity_capture.xml │ └── activity_main.xml ├── layout-small │ ├── activity_capture.xml │ └── activity_main.xml ├── layout │ ├── activity_capture.xml │ ├── activity_main.xml │ ├── activity_map.xml │ ├── activity_new.xml │ ├── activity_register.xml │ ├── activity_review.xml │ ├── activity_upload.xml │ └── capture_list_item_layout.xml ├── menu │ └── main.xml ├── values-sw600dp │ └── dimens.xml ├── values-sw720dp-land │ └── dimens.xml └── values │ ├── colors.xml │ ├── dimens.xml │ ├── strings.xml │ └── styles.xml ├── server ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.core.resources.prefs │ └── org.eclipse.jdt.core.prefs ├── README.md ├── app │ ├── com │ │ └── conveyal │ │ │ └── transitwand │ │ │ └── TransitWandProtos.java │ ├── controllers │ │ └── Application.java │ ├── jobs │ │ ├── BootstrapDatabase.java │ │ ├── ProcessGisExport.java │ │ └── ProcessGtfsSnapshotExport.java │ ├── models │ │ ├── Phone.java │ │ └── transit │ │ │ ├── Agency.java │ │ │ ├── LocationType.java │ │ │ ├── Route.java │ │ │ ├── RoutePoint.java │ │ │ ├── RouteType.java │ │ │ ├── ServiceCalendar.java │ │ │ ├── ServiceCalendarDate.java │ │ │ ├── ServiceCalendarDateType.java │ │ │ ├── Stop.java │ │ │ ├── StopTime.java │ │ │ ├── StopTimePickupDropOffType.java │ │ │ ├── Trip.java │ │ │ ├── TripDirection.java │ │ │ ├── TripPattern.java │ │ │ ├── TripPatternStop.java │ │ │ └── TripShape.java │ ├── utils │ │ ├── DirectoryZip.java │ │ ├── EncodedPolylineBean.java │ │ ├── FeatureAttributeFormatter.java │ │ ├── PBUtils.java │ │ ├── PolylineEncoder.java │ │ ├── TripPatternSerializer.java │ │ └── TripPatternShapeSerializer.java │ └── views │ │ ├── Application │ │ ├── index.html │ │ └── view.html │ │ ├── errors │ │ ├── 404.html │ │ └── 500.html │ │ ├── main-bar.html │ │ └── main.html ├── conf │ ├── application.conf │ ├── dependencies.yml │ ├── messages │ └── routes ├── eclipse │ ├── .classpath │ ├── .project │ └── .settings │ │ ├── org.eclipse.core.resources.prefs │ │ └── org.eclipse.jdt.core.prefs ├── lib │ ├── gt-api-8.0-M4.jar │ ├── gt-app-schema-8.0-M4.jar │ ├── gt-app-schema-resolver-8.0-M4.jar │ ├── gt-arcgrid-8.0-M4.jar │ ├── gt-arcsde-8.0-M4.jar │ ├── gt-arcsde-common-8.0-M4.jar │ ├── gt-brewer-8.0-M4.jar │ ├── gt-charts-8.0-M4.jar │ ├── gt-coverage-8.0-M4.jar │ ├── gt-cql-8.0-M4.jar │ ├── gt-data-8.0-M4.jar │ ├── gt-epsg-extension-8.0-M4.jar │ ├── gt-epsg-hsql-8.0-M4.jar │ ├── gt-epsg-postgresql-8.0-M4.jar │ ├── gt-epsg-wkt-8.0-M4.jar │ ├── gt-feature-pregeneralized-8.0-M4.jar │ ├── gt-geojson-8.0-M4.jar │ ├── gt-geotiff-8.0-M4.jar │ ├── gt-graph-8.0-M4.jar │ ├── gt-grassraster-8.0-M4.jar │ ├── gt-grid-8.0-M4.jar │ ├── gt-gtopo30-8.0-M4.jar │ ├── gt-image-8.0-M4.jar │ ├── gt-imageio-ext-gdal-8.0-M4.jar │ ├── gt-imagemosaic-8.0-M4.jar │ ├── gt-imagemosaic-jdbc-8.0-M4.jar │ ├── gt-imagepyramid-8.0-M4.jar │ ├── gt-jdbc-8.0-M4.jar │ ├── gt-jdbc-db2-8.0-M4.jar │ ├── gt-jdbc-h2-8.0-M4.jar │ ├── gt-jdbc-mysql-8.0-M4.jar │ ├── gt-jdbc-oracle-8.0-M4.jar │ ├── gt-jdbc-postgis-8.0-M4.jar │ ├── gt-jdbc-spatialite-8.0-M4.jar │ ├── gt-jdbc-sqlserver-8.0-M4.jar │ ├── gt-jdbc-teradata-8.0-M4.jar │ ├── gt-jp2k-8.0-M4.jar │ ├── gt-main-8.0-M4.jar │ ├── gt-metadata-8.0-M4.jar │ ├── gt-opengis-8.0-M4.jar │ ├── gt-process-8.0-M4.jar │ ├── gt-property-8.0-M4.jar │ ├── gt-referencing-8.0-M4.jar │ ├── gt-referencing3D-8.0-M4.jar │ ├── gt-render-8.0-M4.jar │ ├── gt-sample-data-8.0-M4.jar │ ├── gt-sample-data-access-8.0-M4.jar │ ├── gt-sde-dummy-8.0-M4.jar │ ├── gt-shapefile-8.0-M4.jar │ ├── gt-svg-8.0-M4.jar │ ├── gt-swing-8.0-M4.jar │ ├── gt-swt-8.0-M4.jar │ ├── gt-validation-8.0-M4.jar │ ├── gt-wfs-8.0-M4.jar │ ├── gt-wms-8.0-M4.jar │ ├── gt-xml-8.0-M4.jar │ ├── gt-xsd-core-8.0-M4.jar │ ├── gt-xsd-fes-8.0-M4.jar │ ├── gt-xsd-filter-8.0-M4.jar │ ├── gt-xsd-gml2-8.0-M4.jar │ ├── gt-xsd-gml3-8.0-M4.jar │ ├── gt-xsd-kml-8.0-M4.jar │ ├── gt-xsd-ows-8.0-M4.jar │ ├── gt-xsd-sld-8.0-M4.jar │ ├── gt-xsd-wcs-8.0-M4.jar │ ├── gt-xsd-wfs-8.0-M4.jar │ ├── gt-xsd-wms-8.0-M4.jar │ ├── gt-xsd-wps-8.0-M4.jar │ ├── hibernate-spatial-1.1.1.jar │ ├── hibernate-spatial-postgis-1.1.1.jar │ ├── hsqldb-1.8.0.7.jar │ ├── jackson-core-asl-1.9.5.jar │ ├── jackson-mapper-asl-1.9.5.jar │ ├── jsr-275-1.0-beta-2.jar │ ├── jts-1.12.jar │ ├── onebusaway-csv-entities-1.0.2-SNAPSHOT.jar │ ├── onebusaway-gtfs-1.2.2-SNAPSHOT.jar │ ├── opencsv-2.3.jar │ ├── postgis-2.0.0SVN.jar │ ├── postgresql-8.4-701.jdbc3.jar │ ├── postgresql-9.0-801.jdbc4.jar │ └── protobuf-java-2.4.1.jar ├── public │ ├── bootstrap │ │ ├── boostrap.select2 │ │ │ ├── select2.css │ │ │ ├── select2.js │ │ │ ├── select2.min.js │ │ │ ├── select2.png │ │ │ ├── select2x2.png │ │ │ └── spinner.gif │ │ ├── css │ │ │ ├── bootstrap-datepicker.css │ │ │ ├── bootstrap-responsive.css │ │ │ ├── bootstrap-responsive.min.css │ │ │ ├── bootstrap-timepicker.css │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.min.css │ │ ├── img │ │ │ ├── glyphicons-halflings-white.png │ │ │ └── glyphicons-halflings.png │ │ └── js │ │ │ ├── bootstrap-datepicker.js │ │ │ ├── bootstrap-timepicker.js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── locales │ │ │ ├── bootstrap-datepicker.bg.js │ │ │ ├── bootstrap-datepicker.ca.js │ │ │ ├── bootstrap-datepicker.cs.js │ │ │ ├── bootstrap-datepicker.da.js │ │ │ ├── bootstrap-datepicker.de.js │ │ │ ├── bootstrap-datepicker.el.js │ │ │ ├── bootstrap-datepicker.es.js │ │ │ ├── bootstrap-datepicker.fi.js │ │ │ ├── bootstrap-datepicker.fr.js │ │ │ ├── bootstrap-datepicker.he.js │ │ │ ├── bootstrap-datepicker.hr.js │ │ │ ├── bootstrap-datepicker.hu.js │ │ │ ├── bootstrap-datepicker.id.js │ │ │ ├── bootstrap-datepicker.is.js │ │ │ ├── bootstrap-datepicker.it.js │ │ │ ├── bootstrap-datepicker.ja.js │ │ │ ├── bootstrap-datepicker.kr.js │ │ │ ├── bootstrap-datepicker.lt.js │ │ │ ├── bootstrap-datepicker.lv.js │ │ │ ├── bootstrap-datepicker.ms.js │ │ │ ├── bootstrap-datepicker.nb.js │ │ │ ├── bootstrap-datepicker.nl.js │ │ │ ├── bootstrap-datepicker.pl.js │ │ │ ├── bootstrap-datepicker.pt-BR.js │ │ │ ├── bootstrap-datepicker.pt.js │ │ │ ├── bootstrap-datepicker.ro.js │ │ │ ├── bootstrap-datepicker.rs-latin.js │ │ │ ├── bootstrap-datepicker.rs.js │ │ │ ├── bootstrap-datepicker.ru.js │ │ │ ├── bootstrap-datepicker.sk.js │ │ │ ├── bootstrap-datepicker.sl.js │ │ │ ├── bootstrap-datepicker.sv.js │ │ │ ├── bootstrap-datepicker.sw.js │ │ │ ├── bootstrap-datepicker.th.js │ │ │ ├── bootstrap-datepicker.tr.js │ │ │ ├── bootstrap-datepicker.uk.js │ │ │ ├── bootstrap-datepicker.zh-CN.js │ │ │ └── bootstrap-datepicker.zh-TW.js │ ├── gis │ │ ├── pattern_400.zip │ │ ├── pattern_429.zip │ │ ├── pattern_458.zip │ │ ├── pattern_473.zip │ │ └── pattern_488.zip │ ├── images │ │ ├── app_logo_white.png │ │ ├── background.png │ │ ├── en_app_rgb_wo_45.png │ │ ├── en_app_rgb_wo_60.png │ │ ├── favicon.png │ │ └── wand_logo.png │ ├── javascripts │ │ ├── backbone.js │ │ ├── handlebars.js │ │ ├── images │ │ │ ├── layers.png │ │ │ ├── marker-icon.png │ │ │ ├── marker-icon@2x.png │ │ │ ├── marker-shadow.png │ │ │ ├── zoom-in.png │ │ │ └── zoom-out.png │ │ ├── jquery-1.6.4.min.js │ │ ├── jquery-1.7.1.min.js │ │ ├── jquery-ui-1.8.23.custom.min.js │ │ ├── jquery.js │ │ ├── leaflet-src.js │ │ ├── leaflet.css │ │ ├── leaflet.ie.css │ │ ├── leaflet.js │ │ ├── lib │ │ │ ├── Polyline.encoded.js │ │ │ ├── Polyline.encoded.js~ │ │ │ ├── leaflet.label │ │ │ │ ├── images │ │ │ │ │ └── death.png │ │ │ │ ├── leaflet.label-src.js │ │ │ │ ├── leaflet.label.css │ │ │ │ ├── leaflet.label.js │ │ │ │ └── references │ │ │ └── moment.js │ │ ├── tw │ │ │ ├── upload-backbone.js │ │ │ ├── upload-map.js │ │ │ └── upload-map.js~ │ │ └── underscore-min.js │ ├── stylesheets │ │ └── main.css │ └── ui-lightness │ │ ├── images │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_228ef1_256x240.png │ │ ├── ui-icons_ef8c08_256x240.png │ │ ├── ui-icons_ffd27a_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ │ └── jquery-ui-1.8.23.custom.css └── test │ ├── Application.test.html │ ├── ApplicationTest.java │ ├── BasicTest.java │ └── data.yml └── src ├── assets └── fonts │ ├── bebasneue_bold.ttf │ ├── bebasneue_regular.ttf │ └── onramp.ttf └── codeandoxalapa └── org └── mapmap ├── CaptureActivity.java ├── CaptureListAdapter.java ├── CaptureService.java ├── EditActivity.java ├── ICaptureActivity.java ├── MainActivity.java ├── MapActivity.java ├── NewActivity.java ├── NoCurrentCaptureException.java ├── NoGPSFixException.java ├── RegisterActivity.java ├── ReviewActivity.java ├── RouteCapture.java ├── RouteImage.java ├── RoutePoint.java ├── RouteStop.java ├── TransitWandProtos.java └── UploadActivity.java /bin/classes/.gitignore: -------------------------------------------------------------------------------- 1 | /assets/ 2 | /codeandoxalapa/ 3 | -------------------------------------------------------------------------------- /bin/classes/assets/fonts/bebasneue_bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/bin/classes/assets/fonts/bebasneue_bold.ttf -------------------------------------------------------------------------------- /bin/classes/assets/fonts/onramp.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/bin/classes/assets/fonts/onramp.ttf -------------------------------------------------------------------------------- /data/001/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/001/imagen/bus.jpg -------------------------------------------------------------------------------- /data/001/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/001/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/001/route/shapefile/OGRGeoJSON.fix: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /data/001/route/shapefile/OGRGeoJSON.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/001/route/shapefile/OGRGeoJSON.qix -------------------------------------------------------------------------------- /data/001/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/001/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/001/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/001/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/001/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/001/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/001/stops/shapefile/OGRGeoJSON.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/001/stops/shapefile/OGRGeoJSON.qix -------------------------------------------------------------------------------- /data/001/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/001/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/001/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/001/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/002/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/002/imagen/bus.jpg -------------------------------------------------------------------------------- /data/002/route/shapefile/route.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /data/002/route/shapefile/route.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/002/route/shapefile/route.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/002/route/shapefile/route.shp -------------------------------------------------------------------------------- /data/002/route/shapefile/route.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/002/route/shapefile/route.shx -------------------------------------------------------------------------------- /data/002/stops/shapefile/route_13939263_stops.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /data/003/ida/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/003/ida/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/003/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/003/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/003/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/003/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/003/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/003/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/003/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/003/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/003/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/003/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/003/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/003/imagen/bus.jpg -------------------------------------------------------------------------------- /data/004/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/004/imagen/bus.jpg -------------------------------------------------------------------------------- /data/004/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/004/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/004/route/shapefile/OGRGeoJSON.fix: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /data/004/route/shapefile/OGRGeoJSON.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/004/route/shapefile/OGRGeoJSON.qix -------------------------------------------------------------------------------- /data/004/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/004/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/004/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/004/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/004/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/004/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/004/stops/shapefile/OGRGeoJSON.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/004/stops/shapefile/OGRGeoJSON.qix -------------------------------------------------------------------------------- /data/004/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/004/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/004/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/004/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/005/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/005/imagen/bus.jpg -------------------------------------------------------------------------------- /data/005/route/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/005/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/005/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/005/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/005/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/005/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/005/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/005/stops/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/005/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/005/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/005/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/005/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/006/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/006/imagen/bus.jpg -------------------------------------------------------------------------------- /data/006/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/006/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/006/route/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/006/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/006/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/006/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/006/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/006/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/006/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/006/stops/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/006/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/006/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/006/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/006/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/007/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/007/imagen/bus.jpg -------------------------------------------------------------------------------- /data/007/route/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/007/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/007/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/007/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/007/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/007/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/007/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/007/stops/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/007/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/007/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/007/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/007/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/008/ida/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/008/ida/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/008/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/008/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/008/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/008/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/008/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/008/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/008/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/008/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/008/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/008/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/008/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/008/imagen/bus.jpg -------------------------------------------------------------------------------- /data/009/ida/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/009/ida/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/009/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/009/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/009/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/009/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/009/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/009/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/009/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/009/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/009/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/009/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/009/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/009/imagen/bus.jpg -------------------------------------------------------------------------------- /data/010/ida/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/010/ida/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/010/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/010/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/010/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/010/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/010/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/010/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/010/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/010/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/010/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/010/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/010/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/010/imagen/bus.jpg -------------------------------------------------------------------------------- /data/011/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/011/imagen/bus.jpg -------------------------------------------------------------------------------- /data/011/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/011/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/011/route/shapefile/OGRGeoJSON.fix: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /data/011/route/shapefile/OGRGeoJSON.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/011/route/shapefile/OGRGeoJSON.qix -------------------------------------------------------------------------------- /data/011/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/011/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/011/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/011/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/011/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/011/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/011/stops/shapefile/OGRGeoJSON.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/011/stops/shapefile/OGRGeoJSON.qix -------------------------------------------------------------------------------- /data/011/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/011/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/011/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/011/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/012/ida/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/012/ida/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/012/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/012/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/012/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/012/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/012/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/012/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/012/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/012/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/012/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/012/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/012/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/012/imagen/bus.jpg -------------------------------------------------------------------------------- /data/013/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/013/imagen/bus.jpg -------------------------------------------------------------------------------- /data/013/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/013/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/013/route/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/013/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/013/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/013/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/013/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/013/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/013/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/013/stops/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/013/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/013/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/013/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/013/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/014/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/014/imagen/bus.jpg -------------------------------------------------------------------------------- /data/014/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/014/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/014/route/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/014/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/014/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/014/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/014/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/014/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/014/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/014/stops/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/014/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/014/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/014/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/014/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/015/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/015/imagen/bus.jpg -------------------------------------------------------------------------------- /data/015/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/015/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/015/route/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/015/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/015/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/015/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/015/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/015/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/015/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/015/stops/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/015/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/015/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/015/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/015/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/016/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/016/imagen/bus.jpg -------------------------------------------------------------------------------- /data/016/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/016/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/016/route/shapefile/OGRGeoJSON.fix: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /data/016/route/shapefile/OGRGeoJSON.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/016/route/shapefile/OGRGeoJSON.qix -------------------------------------------------------------------------------- /data/016/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/016/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/016/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/016/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/016/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/016/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/016/stops/shapefile/OGRGeoJSON.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/016/stops/shapefile/OGRGeoJSON.qix -------------------------------------------------------------------------------- /data/016/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/016/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/016/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/016/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/017/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/017/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/017/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/017/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/017/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/017/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/017/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/017/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/017/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/017/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/017/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/017/imagen/bus.jpg -------------------------------------------------------------------------------- /data/018/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/018/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/018/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/018/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/018/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/018/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/018/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/018/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/018/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/018/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/018/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/018/imagen/bus.jpg -------------------------------------------------------------------------------- /data/019/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/019/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/019/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/019/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/019/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/019/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/019/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/019/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/019/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/019/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/019/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/019/imagen/bus.jpg -------------------------------------------------------------------------------- /data/020/ida/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/020/ida/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/020/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/020/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/020/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/020/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/020/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/020/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/020/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/020/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/020/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/020/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/020/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/020/imagen/bus.jpg -------------------------------------------------------------------------------- /data/021/ida/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/021/ida/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/021/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/021/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/021/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/021/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/021/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/021/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/021/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/021/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/021/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/021/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/021/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/021/imagen/bus.jpg -------------------------------------------------------------------------------- /data/022/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/022/imagen/bus.jpg -------------------------------------------------------------------------------- /data/022/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/022/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/022/route/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/022/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/022/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/022/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/022/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/022/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/022/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/022/stops/shapefile/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/022/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/022/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/022/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/022/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/023/ida/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/023/ida/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/023/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/023/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/023/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/023/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/023/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/023/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/023/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/023/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/023/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/023/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/023/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/023/imagen/bus.jpg -------------------------------------------------------------------------------- /data/024/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/024/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/024/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/024/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/024/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/024/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/024/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/024/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/024/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/024/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/024/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/024/imagen/bus.jpg -------------------------------------------------------------------------------- /data/025/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/025/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/025/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/025/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/025/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/025/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/025/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/025/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/025/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/025/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/025/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/025/imagen/bus.jpg -------------------------------------------------------------------------------- /data/026/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/026/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/026/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/026/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/026/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/026/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/026/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/026/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/026/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/026/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/026/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/026/imagen/bus.jpg -------------------------------------------------------------------------------- /data/027/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/027/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/027/ida/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/027/ida/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/027/ida/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/027/ida/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/027/ida/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/027/ida/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/027/ida/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/027/ida/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/027/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/027/imagen/bus.jpg -------------------------------------------------------------------------------- /data/028/ida/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/028/ida/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/028/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/028/imagen/bus.jpg -------------------------------------------------------------------------------- /data/029/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/029/imagen/bus.jpg -------------------------------------------------------------------------------- /data/030/imagen/207.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/030/imagen/207.jpg -------------------------------------------------------------------------------- /data/031/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/031/imagen/bus.jpg -------------------------------------------------------------------------------- /data/032/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/032/imagen/bus.jpg -------------------------------------------------------------------------------- /data/033/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/033/imagen/bus.jpg -------------------------------------------------------------------------------- /data/033/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/033/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/033/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/033/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/033/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/033/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/033/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/033/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/033/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/033/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/034/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/034/imagen/bus.jpg -------------------------------------------------------------------------------- /data/035/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/035/imagen/bus.jpg -------------------------------------------------------------------------------- /data/036/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/036/imagen/bus.jpg -------------------------------------------------------------------------------- /data/037/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/037/imagen/bus.jpg -------------------------------------------------------------------------------- /data/038/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/038/imagen/bus.jpg -------------------------------------------------------------------------------- /data/039/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/039/imagen/bus.jpg -------------------------------------------------------------------------------- /data/040/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/040/imagen/bus.jpg -------------------------------------------------------------------------------- /data/041/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/041/imagen/bus.jpg -------------------------------------------------------------------------------- /data/042/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/042/imagen/bus.jpg -------------------------------------------------------------------------------- /data/043/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/043/imagen/bus.jpg -------------------------------------------------------------------------------- /data/044/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/044/imagen/bus.jpg -------------------------------------------------------------------------------- /data/045/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/045/imagen/bus.jpg -------------------------------------------------------------------------------- /data/045/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/045/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/045/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/045/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/045/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/045/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/045/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/045/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/045/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/045/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/046/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/046/imagen/bus.jpg -------------------------------------------------------------------------------- /data/046/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/046/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/046/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/046/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/046/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/046/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/046/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/046/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/046/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/046/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/047/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/047/imagen/bus.jpg -------------------------------------------------------------------------------- /data/047/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/047/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/047/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/047/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/047/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/047/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/047/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/047/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/047/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/047/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/048/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/048/imagen/bus.jpg -------------------------------------------------------------------------------- /data/048/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/048/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/048/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/048/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/048/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/048/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/048/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/048/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/048/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/048/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/049/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/049/imagen/bus.jpg -------------------------------------------------------------------------------- /data/049/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/049/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/049/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/049/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/049/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/049/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/049/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/049/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/049/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/049/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/050/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/050/imagen/bus.jpg -------------------------------------------------------------------------------- /data/050/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/050/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/050/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/050/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/050/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/050/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/050/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/050/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/050/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/050/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/050/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/050/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/051/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/051/imagen/bus.jpg -------------------------------------------------------------------------------- /data/051/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/051/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/051/route/shapefile/OGRGeoJSON.fix: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /data/051/route/shapefile/OGRGeoJSON.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/051/route/shapefile/OGRGeoJSON.qix -------------------------------------------------------------------------------- /data/051/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/051/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/051/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/051/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/051/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/051/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/051/stops/shapefile/OGRGeoJSON.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/051/stops/shapefile/OGRGeoJSON.qix -------------------------------------------------------------------------------- /data/051/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/051/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/051/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/051/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/052/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/052/imagen/bus.jpg -------------------------------------------------------------------------------- /data/052/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/052/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/052/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/052/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/053/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/053/imagen/bus.jpg -------------------------------------------------------------------------------- /data/053/route/shapefile/route.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /data/053/route/shapefile/route.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/053/route/shapefile/route.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/053/route/shapefile/route.shp -------------------------------------------------------------------------------- /data/053/route/shapefile/route.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/053/route/shapefile/route.shx -------------------------------------------------------------------------------- /data/054/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/054/imagen/bus.jpg -------------------------------------------------------------------------------- /data/054/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/054/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/054/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/054/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/055/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/055/imagen/bus.jpg -------------------------------------------------------------------------------- /data/055/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/055/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/055/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/055/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/056/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/056/imagen/bus.jpg -------------------------------------------------------------------------------- /data/056/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/056/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/056/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/056/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/056/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/056/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/056/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/056/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/056/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/056/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/057/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/057/imagen/bus.jpg -------------------------------------------------------------------------------- /data/057/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/057/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/057/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/057/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/057/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/057/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/057/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/057/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/057/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/057/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/058/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/058/imagen/bus.jpg -------------------------------------------------------------------------------- /data/058/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/058/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/058/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/058/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/058/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/058/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/058/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/058/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/058/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/058/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/059/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/059/imagen/bus.jpg -------------------------------------------------------------------------------- /data/059/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/059/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/059/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/059/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/059/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/059/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/059/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/059/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/059/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/059/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/060/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/060/imagen/bus.jpg -------------------------------------------------------------------------------- /data/060/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/060/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/060/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/060/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/060/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/060/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/060/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/060/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/060/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/060/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/061/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/061/imagen/bus.jpg -------------------------------------------------------------------------------- /data/061/route/shapefile/route.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /data/061/route/shapefile/route.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/061/route/shapefile/route.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/061/route/shapefile/route.shp -------------------------------------------------------------------------------- /data/061/route/shapefile/route.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/061/route/shapefile/route.shx -------------------------------------------------------------------------------- /data/061/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/061/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/061/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/061/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/061/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/061/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/062/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/062/imagen/bus.jpg -------------------------------------------------------------------------------- /data/062/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/062/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/062/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/062/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/063/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/063/imagen/bus.jpg -------------------------------------------------------------------------------- /data/063/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/063/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/063/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/063/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/064/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/064/imagen/bus.jpg -------------------------------------------------------------------------------- /data/064/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/064/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/064/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/064/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/064/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/064/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/064/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/064/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/064/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/064/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/065/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/065/imagen/bus.jpg -------------------------------------------------------------------------------- /data/065/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/065/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/065/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/065/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/065/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/065/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/065/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/065/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/065/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/065/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/066/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/066/imagen/bus.jpg -------------------------------------------------------------------------------- /data/066/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/066/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/066/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/066/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/067/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/067/imagen/bus.jpg -------------------------------------------------------------------------------- /data/067/route/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/067/route/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/067/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/067/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/067/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/067/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/067/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/067/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/067/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/067/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/067/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/067/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/068/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/068/imagen/bus.jpg -------------------------------------------------------------------------------- /data/068/stops/ida/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/068/stops/ida/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/068/stops/ida/OGRGeoJSON.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] -------------------------------------------------------------------------------- /data/068/stops/ida/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/068/stops/ida/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/068/stops/ida/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/068/stops/ida/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/068/stops/vuelta/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/068/stops/vuelta/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/068/stops/vuelta/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/068/stops/vuelta/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/068/stops/vuelta/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/068/stops/vuelta/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/069/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/069/imagen/bus.jpg -------------------------------------------------------------------------------- /data/069/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/069/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/069/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/069/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/069/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/069/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/069/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/069/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/069/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/069/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/070/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/070/imagen/bus.jpg -------------------------------------------------------------------------------- /data/070/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/070/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/070/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/070/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/070/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/070/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/070/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/070/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/070/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/070/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/071/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/071/imagen/bus.jpg -------------------------------------------------------------------------------- /data/071/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/071/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/071/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/071/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/071/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/071/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/071/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/071/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/071/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/071/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/072/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/072/imagen/bus.jpg -------------------------------------------------------------------------------- /data/072/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/072/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/072/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/072/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/072/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/072/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/072/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/072/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/072/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/072/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/073/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/073/imagen/bus.jpg -------------------------------------------------------------------------------- /data/073/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/073/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/073/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/073/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/073/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/073/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/073/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/073/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/073/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/073/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/074/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/074/imagen/bus.jpg -------------------------------------------------------------------------------- /data/074/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/074/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/074/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/074/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/074/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/074/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/074/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/074/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/074/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/074/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/075/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/075/imagen/bus.jpg -------------------------------------------------------------------------------- /data/075/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/075/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/075/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/075/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/076/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/076/imagen/bus.jpg -------------------------------------------------------------------------------- /data/076/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/076/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/076/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/076/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/077/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/077/imagen/bus.jpg -------------------------------------------------------------------------------- /data/077/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/077/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/077/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/077/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/077/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/077/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/077/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/077/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/077/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/077/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/078/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/078/imagen/bus.jpg -------------------------------------------------------------------------------- /data/078/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/078/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/078/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/078/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/078/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/078/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/078/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/078/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/078/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/078/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/079/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/079/imagen/bus.jpg -------------------------------------------------------------------------------- /data/079/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/079/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/079/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/079/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/079/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/079/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/079/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/079/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/079/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/079/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/080/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/080/imagen/bus.jpg -------------------------------------------------------------------------------- /data/080/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/080/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/080/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/080/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/080/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/080/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/080/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/080/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/080/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/080/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/081/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/081/imagen/bus.jpg -------------------------------------------------------------------------------- /data/081/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/081/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/081/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/081/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/081/stops/shapefile/OGRGeoJSON.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/081/stops/shapefile/OGRGeoJSON.dbf -------------------------------------------------------------------------------- /data/081/stops/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/081/stops/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/081/stops/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/081/stops/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/082/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/082/imagen/bus.jpg -------------------------------------------------------------------------------- /data/082/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/082/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/082/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/082/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/083/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/083/imagen/bus.jpg -------------------------------------------------------------------------------- /data/083/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/083/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/083/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/083/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/084/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/084/imagen/bus.jpg -------------------------------------------------------------------------------- /data/084/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/084/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/084/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/084/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/085/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/085/imagen/bus.jpg -------------------------------------------------------------------------------- /data/085/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/085/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/085/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/085/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/086/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/086/imagen/bus.jpg -------------------------------------------------------------------------------- /data/086/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/086/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/086/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/086/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/087/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/087/imagen/bus.jpg -------------------------------------------------------------------------------- /data/087/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/087/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/087/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/087/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/088/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/088/imagen/bus.jpg -------------------------------------------------------------------------------- /data/088/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/088/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/088/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/088/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/089/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/089/imagen/bus.jpg -------------------------------------------------------------------------------- /data/089/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/089/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/089/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/089/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/090/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/090/imagen/bus.jpg -------------------------------------------------------------------------------- /data/090/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/090/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/090/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/090/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/091/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/091/imagen/bus.jpg -------------------------------------------------------------------------------- /data/091/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/091/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/091/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/091/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/092/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/092/imagen/bus.jpg -------------------------------------------------------------------------------- /data/092/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/092/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/092/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/092/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/093/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/093/imagen/bus.jpg -------------------------------------------------------------------------------- /data/093/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/093/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/093/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/093/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/094/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/094/imagen/bus.jpg -------------------------------------------------------------------------------- /data/094/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/094/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/094/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/094/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/095/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/095/imagen/bus.jpg -------------------------------------------------------------------------------- /data/095/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/095/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/095/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/095/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/096/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/096/imagen/bus.jpg -------------------------------------------------------------------------------- /data/096/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/096/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/096/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/096/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/097/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/097/imagen/bus.jpg -------------------------------------------------------------------------------- /data/097/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/097/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/097/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/097/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/098/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/098/imagen/bus.jpg -------------------------------------------------------------------------------- /data/098/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/098/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/098/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/098/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/099/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/099/imagen/bus.jpg -------------------------------------------------------------------------------- /data/099/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/099/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/099/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/099/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/100/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/100/imagen/bus.jpg -------------------------------------------------------------------------------- /data/100/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/100/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/100/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/100/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/101/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/101/imagen/bus.jpg -------------------------------------------------------------------------------- /data/101/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/101/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/101/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/101/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/102/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/102/imagen/bus.jpg -------------------------------------------------------------------------------- /data/102/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/102/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/102/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/102/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/103/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/103/imagen/bus.jpg -------------------------------------------------------------------------------- /data/103/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/103/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/103/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/103/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/104/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/104/imagen/bus.jpg -------------------------------------------------------------------------------- /data/104/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/104/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/104/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/104/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/105/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/105/imagen/bus.jpg -------------------------------------------------------------------------------- /data/105/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/105/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/105/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/105/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/106/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/106/imagen/bus.jpg -------------------------------------------------------------------------------- /data/106/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/106/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/106/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/106/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/107/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/107/imagen/bus.jpg -------------------------------------------------------------------------------- /data/107/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/107/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/107/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/107/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/108/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/108/imagen/bus.jpg -------------------------------------------------------------------------------- /data/108/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/108/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/108/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/108/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/109/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/109/imagen/bus.jpg -------------------------------------------------------------------------------- /data/109/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/109/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/109/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/109/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/110/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/110/imagen/bus.jpg -------------------------------------------------------------------------------- /data/110/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/110/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/110/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/110/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/111/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/111/imagen/bus.jpg -------------------------------------------------------------------------------- /data/111/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/111/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/111/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/111/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/112/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/112/imagen/bus.jpg -------------------------------------------------------------------------------- /data/112/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/112/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/112/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/112/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/113/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/113/imagen/bus.jpg -------------------------------------------------------------------------------- /data/113/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/113/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/113/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/113/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/114/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/114/imagen/bus.jpg -------------------------------------------------------------------------------- /data/114/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/114/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/114/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/114/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/115/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/115/imagen/bus.jpg -------------------------------------------------------------------------------- /data/115/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/115/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/115/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/115/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/116/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/116/imagen/bus.jpg -------------------------------------------------------------------------------- /data/116/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/116/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/116/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/116/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/117/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/117/imagen/bus.jpg -------------------------------------------------------------------------------- /data/117/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/117/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/117/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/117/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/118/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/118/imagen/bus.jpg -------------------------------------------------------------------------------- /data/118/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/118/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/118/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/118/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/119/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/119/imagen/bus.jpg -------------------------------------------------------------------------------- /data/119/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/119/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/119/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/119/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /data/120/imagen/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/120/imagen/bus.jpg -------------------------------------------------------------------------------- /data/120/route/shapefile/OGRGeoJSON.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/120/route/shapefile/OGRGeoJSON.shp -------------------------------------------------------------------------------- /data/120/route/shapefile/OGRGeoJSON.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/data/120/route/shapefile/OGRGeoJSON.shx -------------------------------------------------------------------------------- /gen/.gitignore: -------------------------------------------------------------------------------- 1 | /codeandoxalapa/ 2 | -------------------------------------------------------------------------------- /ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/ic_launcher-web.png -------------------------------------------------------------------------------- /libs/android-async-http-1.4.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/libs/android-async-http-1.4.8.jar -------------------------------------------------------------------------------- /libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/libs/android-support-v4.jar -------------------------------------------------------------------------------- /libs/apache-httpcomponents-httpcore.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/libs/apache-httpcomponents-httpcore.jar -------------------------------------------------------------------------------- /libs/httpclient-4.3.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/libs/httpclient-4.3.6.jar -------------------------------------------------------------------------------- /libs/osmdroid-android-3.0.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/libs/osmdroid-android-3.0.8.jar -------------------------------------------------------------------------------- /libs/protobuf-java-2.4.1-lite.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/libs/protobuf-java-2.4.1-lite.jar -------------------------------------------------------------------------------- /libs/simplelatlng-1.1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/libs/simplelatlng-1.1.0.jar -------------------------------------------------------------------------------- /libs/slf4j-android-1.5.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/libs/slf4j-android-1.5.8.jar -------------------------------------------------------------------------------- /lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /res/drawable-hdpi/alight_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/alight_button.png -------------------------------------------------------------------------------- /res/drawable-hdpi/app_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/app_logo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/back.png -------------------------------------------------------------------------------- /res/drawable-hdpi/back_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/back_home.png -------------------------------------------------------------------------------- /res/drawable-hdpi/back_trazar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/back_trazar.png -------------------------------------------------------------------------------- /res/drawable-hdpi/board_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/board_button.png -------------------------------------------------------------------------------- /res/drawable-hdpi/btn_enviar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/btn_enviar.png -------------------------------------------------------------------------------- /res/drawable-hdpi/btn_recorridos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/btn_recorridos.png -------------------------------------------------------------------------------- /res/drawable-hdpi/btn_registro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/btn_registro.png -------------------------------------------------------------------------------- /res/drawable-hdpi/btn_trazar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/btn_trazar.png -------------------------------------------------------------------------------- /res/drawable-hdpi/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/check.png -------------------------------------------------------------------------------- /res/drawable-hdpi/check_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/check_box.png -------------------------------------------------------------------------------- /res/drawable-hdpi/check_box_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/check_box_checked.png -------------------------------------------------------------------------------- /res/drawable-hdpi/continuar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/continuar.png -------------------------------------------------------------------------------- /res/drawable-hdpi/editar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/editar.png -------------------------------------------------------------------------------- /res/drawable-hdpi/foto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/foto.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-hdpi/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/map.png -------------------------------------------------------------------------------- /res/drawable-hdpi/map_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/map_button.png -------------------------------------------------------------------------------- /res/drawable-hdpi/passengers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/passengers.png -------------------------------------------------------------------------------- /res/drawable-hdpi/registrar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/registrar.png -------------------------------------------------------------------------------- /res/drawable-hdpi/review_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/review_button.png -------------------------------------------------------------------------------- /res/drawable-hdpi/revisar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/revisar.png -------------------------------------------------------------------------------- /res/drawable-hdpi/start_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/start_button.png -------------------------------------------------------------------------------- /res/drawable-hdpi/start_button_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/start_button_gray.png -------------------------------------------------------------------------------- /res/drawable-hdpi/stop_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/stop_button.png -------------------------------------------------------------------------------- /res/drawable-hdpi/stop_button_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/stop_button_gray.png -------------------------------------------------------------------------------- /res/drawable-hdpi/subir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/subir.png -------------------------------------------------------------------------------- /res/drawable-hdpi/transit_stop_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/transit_stop_button.png -------------------------------------------------------------------------------- /res/drawable-hdpi/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/trash.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tray_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/tray_icon.png -------------------------------------------------------------------------------- /res/drawable-hdpi/upload_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/upload_button.png -------------------------------------------------------------------------------- /res/drawable-hdpi/wand_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-hdpi/wand_button.png -------------------------------------------------------------------------------- /res/drawable-ldpi/back_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-ldpi/back_home.png -------------------------------------------------------------------------------- /res/drawable-ldpi/back_trazar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-ldpi/back_trazar.png -------------------------------------------------------------------------------- /res/drawable-ldpi/btn_enviar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-ldpi/btn_enviar.png -------------------------------------------------------------------------------- /res/drawable-ldpi/btn_recorridos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-ldpi/btn_recorridos.png -------------------------------------------------------------------------------- /res/drawable-ldpi/btn_trazar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-ldpi/btn_trazar.png -------------------------------------------------------------------------------- /res/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-nodpi/btn_enviar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-nodpi/btn_enviar.png -------------------------------------------------------------------------------- /res/drawable-nodpi/btn_recorridos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-nodpi/btn_recorridos.png -------------------------------------------------------------------------------- /res/drawable-nodpi/btn_trazar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-nodpi/btn_trazar.png -------------------------------------------------------------------------------- /res/drawable-nodpi/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-nodpi/stop.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/alight_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/alight_button.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/back_trazar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/back_trazar.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/board_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/board_button.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/btn_enviar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/btn_enviar.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/btn_recorridos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/btn_recorridos.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/btn_registro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/btn_registro.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/btn_trazar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/btn_trazar.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/registrar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/registrar.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/revisar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/revisar.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/start_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/start_button.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/start_button_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/start_button_gray.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/stop_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/stop_button.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/stop_button_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/stop_button_gray.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/subir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xhdpi/subir.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/alight_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/alight_button.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/back_trazar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/back_trazar.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/board_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/board_button.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/btn_enviar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/btn_enviar.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/btn_recorridos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/btn_recorridos.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/btn_trazar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/btn_trazar.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/registrar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/registrar.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/registro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/registro.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/revisar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/revisar.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/start_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/start_button.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/start_button_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/start_button_gray.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/stop_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/stop_button.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/stop_button_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/stop_button_gray.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/subir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxhdpi/subir.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/back_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxxhdpi/back_home.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/btn_enviar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxxhdpi/btn_enviar.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/btn_recorridos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxxhdpi/btn_recorridos.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/btn_trazar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxxhdpi/btn_trazar.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/registro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/res/drawable-xxxhdpi/registro.png -------------------------------------------------------------------------------- /server/.gitignore: -------------------------------------------------------------------------------- 1 | tmp/ 2 | -------------------------------------------------------------------------------- /server/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | #Tue Feb 17 18:35:42 CET 2009 2 | eclipse.preferences.version=1 3 | encoding/=UTF-8 4 | -------------------------------------------------------------------------------- /server/app/models/transit/LocationType.java: -------------------------------------------------------------------------------- 1 | package models.transit; 2 | 3 | public enum LocationType { 4 | STOP, 5 | STATION 6 | } -------------------------------------------------------------------------------- /server/app/models/transit/ServiceCalendarDateType.java: -------------------------------------------------------------------------------- 1 | package models.transit; 2 | 3 | public enum ServiceCalendarDateType { 4 | ADDED, 5 | REMOVED; 6 | } -------------------------------------------------------------------------------- /server/app/models/transit/TripDirection.java: -------------------------------------------------------------------------------- 1 | package models.transit; 2 | 3 | public enum TripDirection { 4 | A, 5 | B 6 | } -------------------------------------------------------------------------------- /server/conf/dependencies.yml: -------------------------------------------------------------------------------- 1 | # Application dependencies 2 | 3 | require: 4 | - play 5 | -------------------------------------------------------------------------------- /server/conf/messages: -------------------------------------------------------------------------------- 1 | # You can specialize this file for each language. 2 | # For example, for French create a messages.fr file 3 | # 4 | -------------------------------------------------------------------------------- /server/eclipse/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | #Tue Feb 17 18:35:42 CET 2009 2 | eclipse.preferences.version=1 3 | encoding/=UTF-8 4 | -------------------------------------------------------------------------------- /server/lib/gt-api-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-api-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-app-schema-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-app-schema-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-arcgrid-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-arcgrid-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-arcsde-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-arcsde-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-arcsde-common-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-arcsde-common-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-brewer-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-brewer-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-charts-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-charts-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-coverage-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-coverage-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-cql-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-cql-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-data-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-data-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-epsg-extension-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-epsg-extension-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-epsg-hsql-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-epsg-hsql-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-epsg-postgresql-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-epsg-postgresql-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-epsg-wkt-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-epsg-wkt-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-geojson-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-geojson-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-geotiff-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-geotiff-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-graph-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-graph-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-grassraster-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-grassraster-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-grid-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-grid-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-gtopo30-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-gtopo30-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-image-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-image-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-imageio-ext-gdal-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-imageio-ext-gdal-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-imagemosaic-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-imagemosaic-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-imagemosaic-jdbc-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-imagemosaic-jdbc-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-imagepyramid-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-imagepyramid-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-jdbc-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-jdbc-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-jdbc-db2-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-jdbc-db2-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-jdbc-h2-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-jdbc-h2-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-jdbc-mysql-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-jdbc-mysql-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-jdbc-oracle-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-jdbc-oracle-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-jdbc-postgis-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-jdbc-postgis-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-jdbc-spatialite-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-jdbc-spatialite-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-jdbc-sqlserver-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-jdbc-sqlserver-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-jdbc-teradata-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-jdbc-teradata-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-jp2k-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-jp2k-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-main-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-main-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-metadata-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-metadata-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-opengis-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-opengis-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-process-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-process-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-property-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-property-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-referencing-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-referencing-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-referencing3D-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-referencing3D-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-render-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-render-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-sample-data-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-sample-data-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-sde-dummy-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-sde-dummy-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-shapefile-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-shapefile-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-svg-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-svg-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-swing-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-swing-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-swt-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-swt-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-validation-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-validation-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-wfs-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-wfs-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-wms-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-wms-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xml-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xml-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-core-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-core-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-fes-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-fes-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-filter-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-filter-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-gml2-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-gml2-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-gml3-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-gml3-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-kml-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-kml-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-ows-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-ows-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-sld-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-sld-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-wcs-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-wcs-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-wfs-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-wfs-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-wms-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-wms-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/gt-xsd-wps-8.0-M4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/gt-xsd-wps-8.0-M4.jar -------------------------------------------------------------------------------- /server/lib/hibernate-spatial-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/hibernate-spatial-1.1.1.jar -------------------------------------------------------------------------------- /server/lib/hsqldb-1.8.0.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/hsqldb-1.8.0.7.jar -------------------------------------------------------------------------------- /server/lib/jackson-core-asl-1.9.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/jackson-core-asl-1.9.5.jar -------------------------------------------------------------------------------- /server/lib/jackson-mapper-asl-1.9.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/jackson-mapper-asl-1.9.5.jar -------------------------------------------------------------------------------- /server/lib/jsr-275-1.0-beta-2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/jsr-275-1.0-beta-2.jar -------------------------------------------------------------------------------- /server/lib/jts-1.12.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/jts-1.12.jar -------------------------------------------------------------------------------- /server/lib/opencsv-2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/opencsv-2.3.jar -------------------------------------------------------------------------------- /server/lib/postgis-2.0.0SVN.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/postgis-2.0.0SVN.jar -------------------------------------------------------------------------------- /server/lib/postgresql-8.4-701.jdbc3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/postgresql-8.4-701.jdbc3.jar -------------------------------------------------------------------------------- /server/lib/postgresql-9.0-801.jdbc4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/postgresql-9.0-801.jdbc4.jar -------------------------------------------------------------------------------- /server/lib/protobuf-java-2.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/lib/protobuf-java-2.4.1.jar -------------------------------------------------------------------------------- /server/public/gis/pattern_400.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/gis/pattern_400.zip -------------------------------------------------------------------------------- /server/public/gis/pattern_429.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/gis/pattern_429.zip -------------------------------------------------------------------------------- /server/public/gis/pattern_458.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/gis/pattern_458.zip -------------------------------------------------------------------------------- /server/public/gis/pattern_473.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/gis/pattern_473.zip -------------------------------------------------------------------------------- /server/public/gis/pattern_488.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/gis/pattern_488.zip -------------------------------------------------------------------------------- /server/public/images/app_logo_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/images/app_logo_white.png -------------------------------------------------------------------------------- /server/public/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/images/background.png -------------------------------------------------------------------------------- /server/public/images/en_app_rgb_wo_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/images/en_app_rgb_wo_45.png -------------------------------------------------------------------------------- /server/public/images/en_app_rgb_wo_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/images/en_app_rgb_wo_60.png -------------------------------------------------------------------------------- /server/public/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/images/favicon.png -------------------------------------------------------------------------------- /server/public/images/wand_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/images/wand_logo.png -------------------------------------------------------------------------------- /server/public/stylesheets/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/server/public/stylesheets/main.css -------------------------------------------------------------------------------- /src/assets/fonts/bebasneue_bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/src/assets/fonts/bebasneue_bold.ttf -------------------------------------------------------------------------------- /src/assets/fonts/bebasneue_regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/src/assets/fonts/bebasneue_regular.ttf -------------------------------------------------------------------------------- /src/assets/fonts/onramp.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeandoxalapa/mapmap/b062639db492b5c0755cd8b2de39c7e21c3413e6/src/assets/fonts/onramp.ttf -------------------------------------------------------------------------------- /src/codeandoxalapa/org/mapmap/NoCurrentCaptureException.java: -------------------------------------------------------------------------------- 1 | package codeandoxalapa.org.mapmap; 2 | 3 | public class NoCurrentCaptureException extends Exception { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /src/codeandoxalapa/org/mapmap/NoGPSFixException.java: -------------------------------------------------------------------------------- 1 | package codeandoxalapa.org.mapmap; 2 | 3 | public class NoGPSFixException extends Exception { 4 | 5 | } 6 | --------------------------------------------------------------------------------