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

Lufeng Lin-week4 #19

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

Conversation

LufengLIN
Copy link

Assignment4

var parsed = parseData(data);
var markers = makeMarkers(parsed);
plotMarkers(markers);
removeMarkers(markers);
// removeMarkers(markers);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You did not create the removeMarkers function

/*=====================
Fill out this function definition
=====================*/
console.log(newMarkers);*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

newMarkers is not defined.

console.log(newMarkers);*/
var markerfilter = function(y) {
var markerfilterd = [];
for (i = 0; i < y.length; i++) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you able to add points to the map with this filter?

What parameters do you set?

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