Re: [openstreetmap/openstreetmap-website] Set iD map param with array (PR #5632)

2025-02-11 Thread Holger Jeromin via rails-dev
@HolgerJeromin commented on this pull request. >} else if (id.data("lat") && id.data("lon")) { -params.set("map", "16/" + id.data("lat") + "/" + id.data("lon")); +map = [null, id.data("lat"), id.data("lon")]; We have again both 16 and 17 default zoom level in this PR. -- Reply to

Re: [openstreetmap/openstreetmap-website] Add user profile heatmap visualization for contributions (PR #5402)

2025-02-11 Thread Emin Kocan via rails-dev
@kcne pushed 2 commits. 879fa679be8e7f1d2aff93e21c0ae046b2ec5465 Add heatmap data caching and query for user contributions c10ac0d8f23e618f1fa184964b657c80a615525c Add tests for heatmap data in UsersController -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/

Re: [openstreetmap/openstreetmap-website] Add user profile heatmap visualization for contributions (PR #5402)

2025-02-11 Thread Emin Kocan via rails-dev
@kcne pushed 2 commits. 50339d184d3208dc1a9dd570fc227c12e3b8d6fa Add heatmap data caching and query for user contributions edeaaa5ecc089faf23566b5b0bc63331be49b57b Add tests for heatmap data in UsersController -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/

Re: [openstreetmap/openstreetmap-website] Get directions using fetch (PR #5642)

2025-02-11 Thread Marwin Hochfelsner via rails-dev
@hlfan pushed 1 commit. e1055764d873fe190ccac79d84d44bd5f4f2e314 Get directions using fetch -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5642/files/66a88d2ee8ca012e5cfbefff1c6d2a30eae367a1..e1055764d873fe190ccac79d84d44bd5f4f2e314 You are receiving this beca

Re: [openstreetmap/openstreetmap-website] Set iD map param with array (PR #5632)

2025-02-11 Thread Marwin Hochfelsner via rails-dev
@hlfan pushed 1 commit. 5310c5b9dd67f7d416ee778a36f43c21126a1575 Set map param with array -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5632/files/f359a73d5b64e046ab7f783aa37b685ebc65c052..5310c5b9dd67f7d416ee778a36f43c21126a1575 You are receiving this becaus

Re: [openstreetmap/openstreetmap-website] Split engine translations into providers and modes (PR #5652)

2025-02-11 Thread Marwin Hochfelsner via rails-dev
@hlfan pushed 1 commit. 850471ee5841a486d08ffeeaa6fd35f077fe28ef Split engines into providers and modes -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5652/files/65aa4d35e380126ae308c9cd79b3b757c58c7d24..850471ee5841a486d08ffeeaa6fd35f077fe28ef You are receivi

[openstreetmap/openstreetmap-website] Fix spelling of the word available in DOCKER md (PR #5659)

2025-02-11 Thread Serge Croisé via rails-dev