Re: [openstreetmap/openstreetmap-website] Update to rack 3 (PR #5923)

2025-04-12 Thread rkoeze via rails-dev
@rkoeze commented on this pull request. > @@ -247,7 +247,7 @@ def respond_to_timeout # To work round this we call rewind on the body here, which is added # as a filter, to force it to be fetched from Apache into a file. def fetch_body -request.body.rewind +request.body&.rewind

Re: [openstreetmap/openstreetmap-website] add link to open view in OSMCha, from changesets history pge (#2629)

2025-04-12 Thread Andrew Harvey via rails-dev
andrewharvey left a comment (openstreetmap/openstreetmap-website#2629) > If the tools are external, the means of launching them can also be external. > Browser extensions for that exist. JOSM is also external, but openstreetmap.org links to it via "Edit with Remote Control". A browser extension

Re: [openstreetmap/openstreetmap-website] Update to rack 3 (PR #5923)

2025-04-12 Thread mmd via rails-dev
@mmd-osm commented on this pull request. > @@ -247,7 +247,7 @@ def respond_to_timeout # To work round this we call rewind on the body here, which is added # as a filter, to force it to be fetched from Apache into a file. def fetch_body -request.body.rewind +request.body&.rewind

[openstreetmap/openstreetmap-website] CyclOSM map key for (inter)national/regional/local bike routes (PR #5926)

2025-04-12 Thread Anton Khorev via rails-dev
![image](https://github.com/user-attachments/assets/0e9a717e-2acd-4369-be31-4b94ff63fa51) ![image](https://github.com/user-attachments/assets/59381978-f16a-49d6-a2c8-18f33b602e3c) I also changed the label for these routes from "cycleway" to "bike route". "Bike route" is used in [the CyclOSM lege

Re: [openstreetmap/openstreetmap-website] Remove controls sprite (PR #5752)

2025-04-12 Thread Marwin Hochfelsner via rails-dev
@hlfan commented on this pull request. > @@ -5,16 +5,16 @@ class IndexTest < ApplicationSystemTestCase node = create(:node) visit node_path(node) assert_selector "#content.overlay-right-sidebar" -find(".icon.share").click +find(".control-share a").click Switching the two

Re: [openstreetmap/openstreetmap-website] Remove controls sprite (PR #5752)

2025-04-12 Thread Marwin Hochfelsner via rails-dev
@hlfan pushed 3 commits. 171e255a9bc7514504939b223466d2fc07203a59 Click links instead of icons in tests 7bd2b16e9f1a7a958417e0d7a675dd3dec3879bb Unify active control button behaviour cd7fdc4ee785c25ea2722ed25fb197cbe051b0fb Remove controls sprite -- View it on GitHub: https://github.com/opens

[openstreetmap/openstreetmap-website] Add OSRM ferry support (PR #5925)

2025-04-12 Thread Marwin Hochfelsner via rails-dev
### Description Closes #1000 again ### How has this been tested? Without the added translation You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5925 -- Commit Summary -- * Add OSRM ferry support -- File Changes --

Re: [openstreetmap/openstreetmap-website] Remove controls sprite (PR #5752)

2025-04-12 Thread Marwin Hochfelsner via rails-dev
@hlfan commented on this pull request. > +<%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => > tag.a(render(:partial => "layouts/note_icon"), + :class => "icon note", Well, I do think the icons

Re: [openstreetmap/openstreetmap-website] Put map key presence in js layer definitions (PR #5918)

2025-04-12 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#5918) Merged, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5918#issuecomment-2798866568 You are receiving this because you are subscribed to this thread.

Re: [openstreetmap/openstreetmap-website] Put map key presence in js layer definitions (PR #5918)

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

Re: [openstreetmap/openstreetmap-website] Remove controls sprite (PR #5752)

2025-04-12 Thread Anton Khorev via rails-dev
@AntonKhorev commented on this pull request. > +<%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => > tag.a(render(:partial => "layouts/note_icon"), + :class => "icon note", Continuing https://g

Re: [openstreetmap/openstreetmap-website] Remove controls sprite (PR #5752)

2025-04-12 Thread Anton Khorev via rails-dev
@AntonKhorev commented on this pull request. > @@ -5,16 +5,16 @@ class IndexTest < ApplicationSystemTestCase node = create(:node) visit node_path(node) assert_selector "#content.overlay-right-sidebar" -find(".icon.share").click +find(".control-share a").click If we want t

Re: [openstreetmap/openstreetmap-website] Put map key presence in js layer definitions (PR #5918)

2025-04-12 Thread Marwin Hochfelsner via rails-dev
@hlfan commented on this pull request. > YAML.load_file(Rails.root.join(layers_filename)) .reject { |layer| layer["apiKeyId"] && !Settings[layer["apiKeyId"]] } .map do |layer| if layer["apiKeyId"] layer["apikey"] = Settings[layer["apiKeyId"]]

Re: [openstreetmap/openstreetmap-website] Put map key presence in js layer definitions (PR #5918)

2025-04-12 Thread Marwin Hochfelsner via rails-dev
@hlfan pushed 1 commit. adb1b95de0c67fa53bb5a5a21200e1c1342afd55 Put map key presence in js layer definitions -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5918/files/6ae05daa1b1d585b07ed833023be1c84f9eb5827..adb1b95de0c67fa53bb5a5a21200e1c1342afd55 You are

Re: [openstreetmap/openstreetmap-website] Put map key presence in js layer definitions (PR #5918)

2025-04-12 Thread Anton Khorev via rails-dev
@AntonKhorev commented on this pull request. > YAML.load_file(Rails.root.join(layers_filename)) .reject { |layer| layer["apiKeyId"] && !Settings[layer["apiKeyId"]] } .map do |layer| if layer["apiKeyId"] layer["apikey"] = Settings[layer["apiKeyId"]]

Re: [openstreetmap/openstreetmap-website] add link to open view in OSMCha, from changesets history pge (#2629)

2025-04-12 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#2629) If the tools are external, the means of launching them can also be external. Browser extensions for that exist. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issu