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

Adding search control to LEL's basic usage #370

Closed
wants to merge 4 commits into from
Closed

Adding search control to LEL's basic usage #370

wants to merge 4 commits into from

Conversation

neelesh17
Copy link
Member

Fixes #369 (<=== Add issue number here)

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

  • PR is descriptively titled 📑 and links the original issue above 🔗
  • tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
  • code is in uniquely-named feature branch and has no merge conflicts 📁
  • screenshots/GIFs are attached 📎 in case of UI updation
  • ask @publiclab/reviewers for help, in a comment below

We're happy to help you get this ready -- don't be afraid to ask for help, and don't be discouraged if your tests fail at first!

If tests do fail, click on the red X to learn why by reading the logs.

Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software

Thanks!

@welcome
Copy link

welcome bot commented Jan 30, 2020

Thanks for opening this pull request! This space is protected by our Code of Conduct - and we're here to help.
Dangerbot will test out your code and reply in a bit with some pointers and requests.
There may be some errors, but don't worry! We'll work through them with you! 👍🎉😄
It would be great if you can tell us your Twitter handle so we can thank you properly?

map.setView( [loc.lat(), loc.lng()], 18);
}
}).addTo(map);

Copy link
Contributor

Choose a reason for hiding this comment

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

Awesome!

package.json Outdated
"author": {
"name": "Sagarpreet Chadha"
},
"author": "Sagarpreet Chadha",
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's remove these changes from here as it is not part of this issue. Please make a new issue for this. Thanks!

@@ -953,7 +953,7 @@
"JSONStream": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
"integrity": "sha1-MgjB8I06TZkmGrZPkjArwV4RHKA=",
"integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
Copy link
Contributor

Choose a reason for hiding this comment

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

@neelesh17, was this generated after running npm install?

@jywarren, I am not sure about this file. I would like your input here. Do we keep this change? Thanks!

@neelesh17 neelesh17 closed this Jan 30, 2020
@neelesh17 neelesh17 reopened this Jan 30, 2020
@neelesh17
Copy link
Member Author

@crisner I forgot to build the code in the first commit.I thinks thats why the problem you mentioned happened.Please review?

@crisner
Copy link
Contributor

crisner commented Jan 31, 2020

@neelesh17, this PR is good for a merge once you make the changes requested. The changes in the code should be only in oneLinerCodeExample.html, unearthing-pvd.html, AllLayers.js and if you are running the build LeafletEnvironmentalLayers.js. Thanks!

@crisner
Copy link
Contributor

crisner commented Jan 31, 2020

Also, I see you have named the branch as 'test'. It is good practice to name the branch descriptive of the task you are performing. Do let me know if you need any help. 😃

@neelesh17
Copy link
Member Author

do i need to make changes in the packagelock.json file too?

@crisner
Copy link
Contributor

crisner commented Feb 5, 2020

@sagarpreet-chadha, could you take a look at this when you are available? Thanks! 😃

@neelesh17 neelesh17 closed this Feb 8, 2020
@neelesh17 neelesh17 deleted the test branch February 8, 2020 04:46
@crisner
Copy link
Contributor

crisner commented Feb 11, 2020

@neelesh17, I see that you had closed this PR. Would you like to give it a go again? But as I mentioned in the other issue, if you are comfortable you could try other help wanted issues. Thanks! 😄

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.

Add search control to LEL's basic usage
2 participants