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

Update index.js to include missing code #1214

Merged
merged 2 commits into from
Oct 22, 2022
Merged

Update index.js to include missing code #1214

merged 2 commits into from
Oct 22, 2022

Conversation

segun-codes
Copy link
Collaborator

Update /examples/js/index.js to include a missing code L.Control.geocoder().addTo(map);

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

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

  • [X ] PR is descriptively titled 📑 and links the original issue above 🔗
  • [X ] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with grunt test
  • code is in uniquely-named feature branch and has no merge conflicts 📁
  • screenshots/GIFs are attached 📎 in case of UI updates
  • @mention the original creator of the issue in a comment below for help or for a review

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!

Update /examples/js/index.js to include a missing code
@gitpod-io
Copy link

gitpod-io bot commented Oct 21, 2022

@segun-codes
Copy link
Collaborator Author

Hi @TildaDares @jywarren, earlier I inadvertently left out the code L.Control.geocoder().addTo(map); in the file /examples/js/index.js when transferring js codes from /examples/index.html into /examples/js/index.js. Correction has now been made hence the need for this PR. Kindly review, many thanks.

@vanithaak
Copy link
Contributor

Thanks @segun-codes !

Copy link
Member

@TildaDares TildaDares left a comment

Choose a reason for hiding this comment

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

Great catch @segun-codes. Thank you!

@TildaDares TildaDares merged commit 8b72111 into publiclab:main Oct 22, 2022
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.

Update /examples/js/index.js with missing code
3 participants