-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use react-leaflet and google maps to recreate retail maps page #4
Comments
Any thoughts about using Mapbox instead? Also is there a need for address search/autocomplete? |
Hey Ross, I'm not familiar with Mapbox, what would be the advantages of that over Google Maps? As far as address search and autocomplete, the retail map does not need that, however the check-in form does use something like that. You can try for yourself here, after you put in addresses for home and work address it shows the address on the map and then comes up with some sample commutes using google maps. |
I think the main difference is price. But i don't think that is an issue with this application. What is currently being used? You mention about making a switch. |
Currently the check-in page uses Google maps, but the retail page here is using MapQuest. Last month there were issues with the CDN not working intermittenatly, and the version of the MapQuest API we currently have has been deprecated. We also do not seem to have information on the account that was used to set up the MapQuest API token. I also think it would be simpler to have the check-in and retail page both use the same map library |
Ok. Thanks! |
This issue consists of:
It might be a good idea to separate this issue out into separate issues, but I'm not sure how to do that on Github at this moment.
The current retail page can be viewed here.
The text was updated successfully, but these errors were encountered: