Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

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 [email protected]
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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants