Skip to content

Commit

Permalink
Added some test routes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgearhart committed Mar 4, 2019
1 parent 9afa45b commit 94f4cb1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test_requests/pa_interchange_routes.txt
Expand Up @@ -85,3 +85,15 @@
-j '{"locations":[{"lat":40.172848,"lon":-76.593849,"street":"PA 283 West"},{"lat":40.175640,"lon":-76.602196,"street":"Elizabethtown Road"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.182072,"lon":-76.606354,"street":"PA 283 East"},{"lat":40.175640,"lon":-76.602196,"street":"Elizabethtown Road"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.182072,"lon":-76.606354,"street":"PA 283 East"},{"lat":40.180153,"lon":-76.600220,"street":"Hershey Road"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.301598,"lon":-76.864822,"street":"I 81 South"},{"lat":40.314297,"lon":-76.881752,"street":"US 22"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.301598,"lon":-76.864822,"street":"I 81 South"},{"lat":40.294209,"lon":-76.881187,"street":"US 22"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.309341,"lon":-76.891441,"street":"I 81 North"},{"lat":40.311867,"lon":-76.881187,"street":"US 22"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.309341,"lon":-76.891441,"street":"I 81 North"},{"lat":40.293995,"lon":-76.881271,"street":"US 22"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.293667,"lon":-76.881042,"street":"US 22"},{"lat":40.301205,"lon":-76.866776,"street":"I 81 North"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.293667,"lon":-76.881042,"street":"US 22"},{"lat":40.309101,"lon":-76.889961,"street":"I 81 South"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.312553,"lon":-76.881744,"street":"US 22"},{"lat":40.301262,"lon":-76.866547,"street":"I 81 North"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.312553,"lon":-76.881744,"street":"US 22"},{"lat":40.309196,"lon":-76.890228,"street":"I 81 South"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.444988,"lon":-78.424072,"street":"I 99 South"},{"lat":40.447193,"lon":-78.450668,"street":"US 22"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.447029,"lon":-78.450943,"street":"US 22"},{"lat":40.446442,"lon":-78.422813,"street":"I 99 North"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.447029,"lon":-78.450943,"street":"US 22"},{"lat":40.427479,"lon":-78.424789,"street":"I 99 South"}],"costing":"auto","directions_options":{"units":"miles"}}'
-j '{"locations":[{"lat":40.430908,"lon":-78.425598,"street":"I 99 North"},{"lat":40.447403,"lon":-78.450981,"street":"US 22"}],"costing":"auto","directions_options":{"units":"miles"}}'

0 comments on commit 94f4cb1

Please sign in to comment.