Andrew-Dickinson / FantasyFRC

Fantasy first robotics
GNU General Public License v2.0
1 stars 2 forks source link

Integrate google maps on draft page #33

Closed Andrew-Dickinson closed 9 years ago

Andrew-Dickinson commented 9 years ago

I've received two requests for this... I might as well

Andrew-Dickinson commented 9 years ago
Andrew-Dickinson commented 9 years ago

TBA returns a city, state, country combo

Andrew-Dickinson commented 9 years ago

Hm. It's called geocoding. Requests are limited to 5/second and 2500 a day: https://developers.google.com/maps/documentation/geocoding/

Andrew-Dickinson commented 9 years ago

Added method for geocoding in de920c779cba184f7c8ee68ccb69946568388156

Andrew-Dickinson commented 9 years ago

Added to /updateTeams/ in 3d19ccae1f55acf92df4915c6d65fb947a8be756

Andrew-Dickinson commented 9 years ago

Now to display this is in a map...

Andrew-Dickinson commented 9 years ago

cb5225040c39980e06148913bb5aac57dfaa9d67 displays the teams on a map.

Andrew-Dickinson commented 9 years ago

Now I just need to add a team number to each and I'll be all set

Andrew-Dickinson commented 9 years ago

Now to fix the ones that are on top of each other...

Andrew-Dickinson commented 9 years ago

I will accomplish this by manipulating the 10,000s place by one

Andrew-Dickinson commented 9 years ago

Done in 4eda776feb00eb5e73d2870b264f43bf51ca3a35

Andrew-Dickinson commented 9 years ago

I think this issue is good