We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The data at https://miami-transit-api.herokuapp.com/tracker.json currently comes through Matt's PHP server. We should have the GPS Tracker post directly to our server.
The data format is:
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ "25.8011", "-80.2022" ] }, "properties": { "lat": "25.8011", "lon": "-80.2022", "bustime": "2015-06-06 18:15:59", "speed": "0.32", "BusID": "1" } } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The data at
https://miami-transit-api.herokuapp.com/tracker.json
currently comes through Matt's PHP server. We should have the GPS Tracker post directly to our server.
The data format is:
The text was updated successfully, but these errors were encountered: