-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Static Route Lines on App's Build Time #301
Comments
This ticket requires #297 |
Route line design is going to change to this:
|
Exploring to see if I can use this shapefilereader lib into my app and build at the same time
I was experimenting with two other shapefile libraries and both lack metdata for route information needed to link them to a certain route: http://stackoverflow.com/questions/19548044/android-lib-to-read-or-parse-shapefile This is not ideal at all, since I'd like to share code between build time and app runtime for storing static information. I think I'm going to just use another TrueTime API key, call getpatterns on every route, store necessary information into the app. This way, I can get this thing done faster as I don't want to make my own shapefile reader library. |
…routes as single, now caching routes and its patterns to assets file at runtime
…der interface, add unit tests around new PatternDataManager
The final decision on this was just to download routes from the Port Authority data at build time. see #316 for details |
Released with 8.0.0b3 |
Add the static route lines before the app's runtime (during "compile-time").
We can get the data here: https://data.wprdc.org/dataset/port which I learned from http://transportationcamp.org/events/pgh-2016/
The text was updated successfully, but these errors were encountered: