-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Maps cleanup to fix sidebar and inline map problems #7404
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #7404 +/- ##
==========================================
+ Coverage 80.82% 81.76% +0.93%
==========================================
Files 97 97
Lines 5601 5604 +3
==========================================
+ Hits 4527 4582 +55
+ Misses 1074 1022 -52
|
nstjean
changed the title
Maps cleanup to fix sidebar map problems
Maps cleanup to fix sidebar and inline map problems
Jan 31, 2020
Screenshots 📸 (click to expand)7404-test_questions.png7404-test_embeddable_grids.png7404-test_signup.png7404-test_viewing_the_settings_page.png7404-test_tag_by_author_page.png7404-test_wiki_page_with_inline_grids.png7404-test_stats.png7404-test_viewing_the_dashboard.png7404-test_searching_an_item_from_the_homepage.png7404-test_signup_modal_form_validation.png7404-test_tag_stats.png7404-test_login_modal_form_validation.png7404-test_questions_shadow.png7404-test_login_modal.png7404-test_profile_page.png7404-test_comments.png7404-test_tags.png7404-test_signup_modal.png7404-test_wiki.png7404-test_methods.png7404-test_tag_page.png7404-test_blog_page_with_location_modal.png7404-test_tag_wildcard.png7404-test_signup_modal_disabled_submit_button_on_empty_username.png7404-test_embeddable_thumbnail_grids.png7404-test_front_page_with_navbar_search_autocomplete.png7404-test_spam_moderation_page.png7404-test_login.png7404-test_viewing_the_dropdown_menu.png7404-test_viewing_question_post.png7404-test_mobile_displays.png7404-test_simple-data-grapher_powertag.png7404-test_front.png7404-test_question_page.png7404-test_tag_contributors_page.png7404-test_blog.png7404-test_people.png7404-test_wiki_revisions.pngLearn about automated screenshots Generated by 🚫 Danger |
jywarren
approved these changes
Jan 31, 2020
Awesome!!! |
vinitshahdeo
pushed a commit
to vinitshahdeo/plots2
that referenced
this pull request
Feb 1, 2020
* consolidate map code into setupLEL, remove setupInlineLEL * clean up for codeclimate * fix travis error
NitinBhasneria
pushed a commit
to NitinBhasneria/plots2
that referenced
this pull request
Feb 5, 2020
* consolidate map code into setupLEL, remove setupInlineLEL * clean up for codeclimate * fix travis error
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #7381 (<=== Add issue number here)
#7397
Also affects publiclab/leaflet-environmental-layers#376
This needs to be merged after we bump to the newest version of LEL after @crisner does her fix in publiclab/leaflet-environmental-layers#373
This DRY consolidates code from setupInlineLEL and setupLEL into one function called
setupLEL
that takes in options:This fix also removes all conflicting baselayers from the code for maps, because LEL will now have a default baselayer.