Re: [openstreetmap/openstreetmap-website] link by gps coordinates does not show a pin (Issue #6025)

2025-05-18 Thread Tom Hughes via rails-dev
Closed #6025 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/6025#event-17707743023 You are receiving this because you are subscribed to this thread. Message ID: ___ rai

Re: [openstreetmap/openstreetmap-website] link by gps coordinates does not show a pin (Issue #6025)

2025-05-18 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#6025) Why do you think that map should show a pin? It doesn't have the URL parameters to show one, it just has a positioning fragment. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetm

[openstreetmap/openstreetmap-website] link by gps coordinates does not show a pin (Issue #6025)

2025-05-18 Thread Martin Monperrus via rails-dev
monperrus created an issue (openstreetmap/openstreetmap-website#6025) ### URL https://www.openstreetmap.org/?#map=15/55.70787/13.21166 ### How to reproduce the issue? ## Action Send or receive a link with map parameter with latitude and longitude

Re: [openstreetmap/openstreetmap-website] Switch to inline colourable markers (PR #5854)

2025-05-18 Thread Marwin Hochfelsner via rails-dev
hlfan left a comment (openstreetmap/openstreetmap-website#5854) Do we need to involve more overhead for storing the colors or is putting it in an initializer good enough? -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5854#issue

Re: [openstreetmap/openstreetmap-website] Fix UserLocationChangeTest (Issue #6022)

2025-05-18 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#6022) Isn't it supposed to wait for the page transition to complete though? I guess there is some timeout on how long it will wait but it would help if it said the timeout expired instead of just looking for the element in the old pag

Re: [openstreetmap/openstreetmap-website] Fix UserLocationChangeTest (Issue #6022)

2025-05-18 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#6022) My guess is that the user show action is too slow because it needs to compute the heatmap. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/6022#issuecomment-

Re: [openstreetmap/openstreetmap-website] Fix UserLocationChangeTest (Issue #6022)

2025-05-18 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#6022) It fails while still on *Edit Profile* page. You can see that from the text output. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/6022#issuecomment-2889036

Re: [openstreetmap/openstreetmap-website] Advanced preferences, language dropdown in basic preferences (PR #6024)

2025-05-18 Thread Anton Khorev via rails-dev
@AntonKhorev commented on this pull request. > + + { +:code => code, +:native_name => native_name + } +end + +AVAILABLE_LANGUAGES.sort_by! do |entry| + # https://stackoverflow.com/a/74029319 + diactrics = [*0x1DC0..0x1DFF, *0x0300..0x036F, *0xFE20..0xFE2F].pack("U*") + entry[:native

Re: [openstreetmap/openstreetmap-website] Advanced preferences, language dropdown in basic preferences (PR #6024)

2025-05-18 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 1 commit. 4bfe88ba6a86240fec6f447d3539d9b16a01c7d5 Adapt basic language select to update multiple language values -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6024/files/ca2db20f9a2a2aa6e736d82496e778934aadbd34..4bfe88ba6a86240fec6f447d3

Re: [openstreetmap/openstreetmap-website] Advanced preferences, language dropdown in basic preferences (PR #6024)

2025-05-18 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 4 commits. a1824f0f0c95e2176ee1504ec44319d14fea0afe List available ui languages 797e27c46c4f1517be4a70e968dad5a18120f986 Replace text input with select for basic language preference 32406fd93ee573646ba23e0130722ca4b3595a3a Adapt basic language select to update single langu

Re: [openstreetmap/openstreetmap-website] Improve dates in heatmap tooltips (PR #6017)

2025-05-18 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#6017) Anyway, looks like we're doing it for other things already and TranslateWiki has no issues with it. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6017#issuec

Re: [openstreetmap/openstreetmap-website] Improve dates in heatmap tooltips (PR #6017)

2025-05-18 Thread Anton Khorev via rails-dev
Merged #6017 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6017#event-17703059662 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Advanced preferences, language dropdown in basic preferences (PR #6024)

2025-05-18 Thread Anton Khorev via rails-dev
@AntonKhorev commented on this pull request. > + + { +:code => code, +:native_name => native_name + } +end + +AVAILABLE_LANGUAGES.sort_by! do |entry| + # https://stackoverflow.com/a/74029319 + diactrics = [*0x1DC0..0x1DFF, *0x0300..0x036F, *0xFE20..0xFE2F].pack("U*") + entry[:native

Re: [openstreetmap/openstreetmap-website] Improve dates in heatmap tooltips (PR #6017)

2025-05-18 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#6017) Before: ![image](https://github.com/user-attachments/assets/66ba3e37-a690-4630-8497-02ef0d795123) After - this is not how you write dates in Russian (and probably many other languages): ![image](https://github.com/user-attachm

Re: [openstreetmap/openstreetmap-website] Advanced preferences, language dropdown in basic preferences (PR #6024)

2025-05-18 Thread Tom Hughes via rails-dev
@tomhughes commented on this pull request. > + + { +:code => code, +:native_name => native_name + } +end + +AVAILABLE_LANGUAGES.sort_by! do |entry| + # https://stackoverflow.com/a/74029319 + diactrics = [*0x1DC0..0x1DFF, *0x0300..0x036F, *0xFE20..0xFE2F].pack("U*") + entry[:native_n

Re: [openstreetmap/openstreetmap-website] Incorrect translation choice time_ago for 21 hours ago (Issue #5878)

2025-05-18 Thread ceirios-osm via rails-dev
ceirios-osm left a comment (openstreetmap/openstreetmap-website#5878) this might be related but i noticed for Welsh, that changesets that are "2 days ago" are incorrect. example: ![Image](https://github.com/user-attachments/assets/568fa2d4-7021-4382-b5ab-765e7f36923c) the number "2" causes a so