You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is tagged Knowabunga. It is only open for participants of the Knowabunga/DAV hackathon!
Thank you for your help ❤️
What is this project?
DAV (Decentralized Autonomous Vehicles) is a new foundation working to build an open-source infrastructure for autonomous vehicles (cars, drones, trucks, robots, and all the service providers around them) to communicate and transact with each other over blockchain.
The specific project you are looking at is Missions. Missions is the client facing side of the marketplace connecting DAV users looking to ship packages, with autonomous vehicles such as drones.
How you can help
When users look for a drone to pick up a package, they click order pickup, fill out a form, and click Find drones.
The next screen shows the map again, centered on the area the user was looking at and not the pickup location. To see this happening, enter the form and enter a different coordinate for the pickup location (e.g., 41.1, 23.1).
Modify the code so that when the order is submitted and the SearchingScreen is shown it will be focused on the pickup coordinates the user entered in the form. These coordinates can be found in the redux store.
Clone a copy to your local machine with $ git clone git@github.com:YOUR-GITHUB-USER-NAME/missions.git
Code, code, code!
Once you've made sure all your changes work correctly and committed all your changes, push your local changes back to github with $ git push -u origin master
TalAter
changed the title
When ordering a pickup, focus map on pickup and dropoff area
When ordering a pickup, focus 🗺map on pickup and dropoff area
Nov 6, 2017
TalAter
changed the title
When ordering a pickup, focus 🗺map on pickup and dropoff area
When ordering a pickup, focus 🗺 map on pickup and dropoff area
Nov 6, 2017
TalAter
changed the title
When ordering a pickup, focus 🗺 map on pickup and dropoff area
Focus 🗺 map on pickup and dropoff area
Nov 6, 2017
TalAter
changed the title
Focus 🗺 map on pickup and dropoff area
Focus 🗺 map on pickup area
Nov 6, 2017
Knowabunga! 🐢🐢🐢🐢
This issue is tagged Knowabunga. It is only open for participants of the Knowabunga/DAV hackathon!
Thank you for your help ❤️
What is this project?
DAV (Decentralized Autonomous Vehicles) is a new foundation working to build an open-source infrastructure for autonomous vehicles (cars, drones, trucks, robots, and all the service providers around them) to communicate and transact with each other over blockchain.
The specific project you are looking at is Missions. Missions is the client facing side of the marketplace connecting DAV users looking to ship packages, with autonomous vehicles such as drones.
How you can help
When users look for a drone to pick up a package, they click
order pickup
, fill out a form, and clickFind drones
.The next screen shows the map again, centered on the area the user was looking at and not the pickup location. To see this happening, enter the form and enter a different coordinate for the pickup location (e.g.,
41.1, 23.1
).Modify the code so that when the order is submitted and the SearchingScreen is shown it will be focused on the pickup coordinates the user entered in the form. These coordinates can be found in the redux store.
You can read more about Mapbox GL JS (our mapping library) here: https://www.mapbox.com/mapbox-gl-js/example/center-on-symbol/
Contributing to Missions
$ git clone git@github.com:YOUR-GITHUB-USER-NAME/missions.git
$ git push -u origin master
#6
)The text was updated successfully, but these errors were encountered: