-
Notifications
You must be signed in to change notification settings - Fork 111
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
Let's Map this baby! #62
Comments
This is a great idea! What'd be the best way to get lat/long data for mapping? |
We could probably use a geocoding library. We can convert them to a CSV and then run them through a node script or something. Or we could just manually do that... |
Hey MappingKat, I just submitted a pull request. Let me know what you think? 🌎 🍕 |
@cluhring This is a great! 👍 👏 🌎 🍕 It looks like the makers on the map correspond to each restaurant's city but not the actual address of the restaurant. I'm wondering if there's a way to get the address of each restaurant and map that for more accuracy? The README only gives us the city, name of the restaurant, and a link (possibly to a Yelp page or the restaurant's website). Just brainstorming some options:
|
@MappingKat @cluhring Check out #76 and let me know what you think. |
w00t! 👍 |
Thanks @cluhring. You worked with what you had! |
I have an old library I made for marking travel suggestions. Its consumes javascript objects from Firebase but I can rip that out and supply a json array instead. https://github.com/ETNOL/Travel-Map I forget how github pages work now. Perhaps we can add an index.html and a gh-pages branch to make a page out of this? |
No description provided.
The text was updated successfully, but these errors were encountered: