Skip to content
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

I modified map.html able to make a prototype map that finds the closest school based on distance #38

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

deewuok
Copy link

@deewuok deewuok commented Jan 30, 2015

I modified map.html to now be able to make a prototype map (in javascript) that finds the closest school based on distance its called mapsFindClosestSchool.html (I removed the districts portion for moment but that can be added in later). You can see results on https://docs.google.com/document/d/14Uuel-v0EiUFEDfo9Y_ULLMwOhSc-rOg4Kofflrtpyw

Jordan Rousseau and others added 5 commits January 26, 2015 19:18
I tested seems to work and prints out the closest school based on distance to the bbox searching through all schools in geojson file (turned off districts for the moment), compare with map.html
@DevinClark
Copy link

Have you looked into Turf? That is probably the easiest way to find the closest school? http://turfjs.org/static/docs/module-turf_nearest.html

@deewuok
Copy link
Author

deewuok commented Jan 30, 2015

Hey, great... can try that next.

On Thu, Jan 29, 2015 at 9:33 PM, Devin Clark notifications@github.com
wrote:

Have you looked into Turf? That is probably the easiest way to find the
closest school? http://turfjs.org/static/docs/module-turf_nearest.html


Reply to this email directly or view it on GitHub
#38 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants