[openstreetmap/openstreetmap-website] Use map control labels in system tests (PR #6070)
You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/6070 -- Commit Summary -- * Shift-click Zoom Out in notes layer tooltip test * Fix intended asserts in notes layer tooltip test * Don't usefor overlay layer
Re: [openstreetmap/openstreetmap-website] Make "W" in osm wiki social icon more readable (PR #6065)
1ec5 left a comment (openstreetmap/openstreetmap-website#6065) And with my wiki hat on, the difference is very minor with the low contrast. I don’t expect this small deviation from the wiki’s current full-size logo to be a problem. For those who squint, it’s just a little more legible, so it can
Re: [openstreetmap/openstreetmap-website] Fix sorting of enclosing features with bounds including antimeridian (PR #6069)
@AntonKhorev pushed 3 commits. de99ffeb355c96dca4b36c172b9d1a288fb9071a Fix overpass query feature areas for bounds including antimeridian 65a01be5d5d2f3f275f956e9f0c929d94162d6c9 Remove unnecessary consts in overpass query js controller b6e44b4928ac5a2c913407c7e2af3c6524d2e37a Test overpass
[openstreetmap/openstreetmap-website] Fix sorting of enclosing features with bounds including antimeridian (PR #6069)
You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/6069 -- Commit Summary -- * Shift-click Zoom Out in notes layer tooltip test * Fix intended asserts in notes layer tooltip test * Don't usefor overlay layer
[openstreetmap/openstreetmap-website] Bump eslint from 9.27.0 to 9.28.0 (PR #6068)
Bumps [eslint](https://github.com/eslint/eslint) from 9.27.0 to 9.28.0.1ec5 left a comment (openstreetmap/openstreetmap-website#6065) Something like an ⌛ or 🕐 or just an **H**? Otherwise, with my OHM hat on, I’d say you can do whatever you want with the OHM logo, such as recoloring it to sepia or defacing it with a spike to represent abandoned railways. (For what
Re: [openstreetmap/openstreetmap-website] Make "W" in osm wiki social icon more readable (PR #6065)
hlfan left a comment (openstreetmap/openstreetmap-website#6065) > I wonder if we even need to repeat the OSM logo motif on OSM-internal sites Posing the risk of OHM looking more internal than others, unless we give it the same treatment. -- Reply to this email directly or view it on GitHub: ht
Re: [openstreetmap/openstreetmap-website] Make "W" in osm wiki social icon more readable (PR #6065)
1ec5 left a comment (openstreetmap/openstreetmap-website#6065) > It is the logo in the wiki, idk why it isn't the favicon. Tracking in openstreetmap/operations#1245. > @1ec5 was involved in the discussion about it not showing up in the vector > 2022 skin. In [that discussion](https://wiki.ope
Re: [openstreetmap/openstreetmap-website] Company Name on Profile Page (PR #5987)
tomhughes left a comment (openstreetmap/openstreetmap-website#5987) Technically this looks fine, so lets give it a go and see what people do with it Thanks for working on it. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/59
Re: [openstreetmap/openstreetmap-website] Add Libravatar support (Federated Libre Avatar) (#1228)
ofalk left a comment (openstreetmap/openstreetmap-website#1228) > [@strk](https://github.com/strk) I'm sorry, I have no idea about the Ruby > libs - I'm mostly using Python and the Ruby libs are a community contribution > from [@gugod](https://github.com/gugod) - maybe it's worth pinging them. A
Re: [openstreetmap/openstreetmap-website] Company Name on Profile Page (PR #5987)
Merged #5987 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5987#event-17888421299 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-
Re: [openstreetmap/openstreetmap-website] Company Name on Profile Page (Issue #5986)
Closed #5986 as completed via #5987. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5986#event-17888421492 You are receiving this because you are subscribed to this thread. Message ID: _
Re: [openstreetmap/openstreetmap-website] Use Object.values in overpass query element merge (PR #6067)
Merged #6067 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6067#event-17888421294 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-
Re: [openstreetmap/openstreetmap-website] Make "W" in osm wiki social icon more readable (PR #6065)
tomhughes left a comment (openstreetmap/openstreetmap-website#6065) The "unreadable" part actually has an aria label on it so was it an attempt at accessibility? Though the label is just "iki" and the W has a label of "W" which seems quite silly so may something added that automatically? -- Re
Re: [openstreetmap/openstreetmap-website] Use Object.values in overpass query element merge (PR #6067)
tomhughes left a comment (openstreetmap/openstreetmap-website#6067) Looks good to me, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6067#issuecomment-2922769157 You are receiving this because you are subscribed to this t
Re: [openstreetmap/openstreetmap-website] Save any screenshots when tests fail in CI (PR #6066)
Merged #6066 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6066#event-17883471461 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-
[openstreetmap/openstreetmap-website] Use Object.values in overpass query element merge (PR #6067)
Replace `Object.keys().map()` with `Object.values()` which wasn't widely supported when the code was written. You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/6067 -- Commit Summary -- * Use Object.values in overpass
Re: [openstreetmap/openstreetmap-website] Use same logic for feature names (PR #6037)
AntonKhorev left a comment (openstreetmap/openstreetmap-website#6037) Merged, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6037#issuecomment-2922239548 You are receiving this because you are subscribed to this thread.
Re: [openstreetmap/openstreetmap-website] Render addr:housename where name not set (Issue #3447)
Closed #3447 as completed via #6037. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/3447#event-17884542051 You are receiving this because you are subscribed to this thread. Message ID: _
Re: [openstreetmap/openstreetmap-website] Use same logic for feature names (PR #6037)
Merged #6037 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6037#event-17884541628 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-
Re: [openstreetmap/openstreetmap-website] Save any screenshots when tests fail in CI (PR #6066)
AntonKhorev left a comment (openstreetmap/openstreetmap-website#6066) Merged, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6066#issuecomment-2922003430 You are receiving this because you are subscribed to this thread.