-
Notifications
You must be signed in to change notification settings - Fork 30
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
HW4 Sutong Jiang #18
base: master
Are you sure you want to change the base?
HW4 Sutong Jiang #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't able to get part-3 to load points to the map - but that might be on me.
Otherwise, this looks good.
|
||
/* ===================== | ||
Call our plotData function. It should plot all the markers that meet our criteria (whatever that | ||
criteria happens to be — that's entirely up to you) | ||
===================== */ | ||
var filterData = function(y) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this filter function work for you and load points to the map?
I think it's extremely close, but I was unable to load points to the map.
But it's possible my query wasn't quite right - perhaps district 24 is too restrictive for my search.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And actually the filter doesn't work. I just interrupted due to time constraint.
No description provided.