-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Map Feature #2292
Map Feature #2292
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
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.
Thanks for the PR! For now, just a few high level thoughts from me.
@@ -17,7 +17,7 @@ | |||
"name": "assetId", | |||
"required": false, | |||
"in": "query", | |||
"description": "Only returns albums that contain the asset\nIgnores the shared parameter\nundefined: get all albums", | |||
"description": "Only returns albums that contain the asset\rIgnores the shared parameter\rundefined: get all albums", |
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.
There's some odd whitespace changes in this PR, please remove those.
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.
FYI, I believe that EPP said on discord that he wouldn't be able to work on this further
.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { | ||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>' | ||
}) |
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.
I believe this approach is not in compliance with OSM's tile usage policy (https://operations.osmfoundation.org/policies/tiles/). Can we change things so that it is, or do we need to evaluate using another tileserver?
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css" | ||
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==" | ||
crossorigin="" | ||
/> |
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.
Please install this as an NPM dependency instead of using a CDN.
Superseded by #2355 |
Thanks for kick starting this! |
A map view to display where photos were taken