-
Notifications
You must be signed in to change notification settings - Fork 284
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
detect key from longer URL #1175
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
87f5076
detect key from longer URL
vanithaak 049a0f4
Merge branch 'main' into vanithak
vanithaak 9b89862
detect key from longer URL
vanithaak f6225c3
Merge branch 'main' of https://github.com/vanithaak/Leaflet.Distortab…
vanithaak 4976617
Merge branch 'publiclab:main' into main
vanithaak 2ea3e66
Merge branch 'main' into vanithak
vanithaak c71fc06
Merge branch 'publiclab:main' into main
vanithaak 8db3a8e
Merge branch 'publiclab:main' into main
vanithaak 1dca9e3
Merge branch 'publiclab:main' into main
vanithaak 7cbcb80
fixes
vanithaak 24df784
Merge branch 'main' of https://github.com/vanithaak/Leaflet.Distortab…
vanithaak 47f1aa2
Merge branch 'publiclab:main' into main
vanithaak e160296
made a more flexible function to handle url
vanithaak 53b33d8
Merge branch 'main' into vanithak
vanithaak 67115ff
Merge branch 'main' into vanithak
vanithaak 07c7e94
Merge branch 'publiclab:main' into main
vanithaak b85fcb5
Merge branch 'main' into vanithak
vanithaak 773c2fe
Merge branch 'publiclab:main' into main
vanithaak 13c6402
Merge branch 'publiclab:main' into main
vanithaak 67b2862
updates
vanithaak f8da8ca
made a more flexible function to handle url
vanithaak 602a4bb
made new function extractKey
vanithaak 5a9a2a8
Merge branch 'vanithak' of https://github.com/vanithaak/Leaflet.Disto…
vanithaak 7147210
Merge branch 'main' into vanithak
vanithaak 947c332
replace 'http:' to https:
vanithaak ed036a0
updated http functionality
vanithaak abd523e
Merge branch 'main' into vanithak
jywarren cb93f85
Merge branch 'main' into vanithak
jywarren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
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.
This is looking good! I'd like to test it out a bit. But can you put it within its own named function, like
function showImages(getUrl) {
below? Maybe it could be namedfunction extractKey()
?