Re: [openstreetmap/openstreetmap-website] What is the license of the images on the OSM website? (Issue #5966)

2025-04-29 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5966) In other words GPLv2 as documented in https://github.com/openstreetmap/openstreetmap-website/blob/master/LICENSE. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issu

Re: [openstreetmap/openstreetmap-website] What is the license of the images on the OSM website? (Issue #5966)

2025-04-29 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5966) Do you have some reason to think it's license is different to the rest of the repository? -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5966#issuecomment-284

Re: [openstreetmap/openstreetmap-website] API changeset close resource (PR #5965)

2025-04-29 Thread mmd via rails-dev
mmd-osm left a comment (openstreetmap/openstreetmap-website#5965) In case you’re changing something regarding this endpoint, can you also create an issue for cgimap as well? I can’t commit this will be picked up in the near future, but at least it should be documented. -- Reply to this email d

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-04-29 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 11 commits. 55ee5a481d1f6c52edb1eb45c1e6e67c650fedd6 Create api changeset close resource and controller 649cb1f915b04fc76f9e11a3c18dac4821b72b0b Move api changeset close tests to their own module 6c6f4fd8e1eb6beee41ecd6c37cd65c070c0ded9 Split api changeset close test_updat

Re: [openstreetmap/openstreetmap-website] API changeset close resource (PR #5965)

2025-04-29 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 1 commit. 198405dd5ebe78fea094c81fe6d90768c2b6c8ab Test closing changeset twice -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5965/files/0931221d2ac201e2ee02be78821d264aafa66d51..198405dd5ebe78fea094c81fe6d90768c2b6c8ab You are receiving t

[openstreetmap/openstreetmap-website] What is the license of the images on the OSM website? (Issue #5966)

2025-04-29 Thread Andres Gomez Casanova via rails-dev
angoca created an issue (openstreetmap/openstreetmap-website#5966) ### Problem I would like to know the license of the images in the website, specifically the planet during the registration. I asked the same in communities: https://community.openstreetmap.org/t/what-is-the-license-for-the-imag

[openstreetmap/openstreetmap-website] API changeset close resource (PR #5965)

2025-04-29 Thread Anton Khorev via rails-dev
You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5965 -- Commit Summary -- * Create api changeset close resource and controller * Move api changeset close tests to their own module * Split api changeset close tes

Re: [openstreetmap/openstreetmap-website] API element and changeset resources (PR #5590)

2025-04-29 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 4 commits. ce237e5d7af3a8bf8c3bb5ab307f2272941db0ed Make api close changeset path resourceful 324c3a0980e02e9fa8309f69e60c18308ecb19d3 Create changeset upload resource 6d0792758b9cb57ac97d63a857e3a32075ceeb53 Remove unnecessary RuboCop exclusions c90d9ba05e47c1859c7495f5210

Re: [openstreetmap/openstreetmap-website] Add outlines for in-viewport changeset bboxes (PR #5964)

2025-04-29 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 10 commits. b144b1463d56e3126252dcfcbc098373f928ee33 Collect bbox layers b6bdbed9fb37fc2e4d980f4892d2866243912eed Create HistoryChangesetBboxLayer parent class 0cbd3a1d65c1669c1050fd3ec32a82d7d43811b4 Move getLayerId to HistoryChangesetBboxLayer b524ce125b5d1977dab9f7fb707

Re: [openstreetmap/openstreetmap-website] Split interactive history layer into areas and borders above areas (PR #5963)

2025-04-29 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#5963) @hlfan see #5964 -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5963#issuecomment-2840503029 You are receiving this because you are subscribed to this thread.

Re: [openstreetmap/openstreetmap-website] Split interactive history layer into areas and borders above areas (PR #5963)

2025-04-29 Thread Anton Khorev via rails-dev
@AntonKhorev commented on this pull request. > this._highlightLayer.clearLayers(); for (const changeset of this._changesets.values()) { - const rect = L.rectangle(changeset.bounds, this._getInteractiveStyle(changeset)); + const rect = L.rectangle(changeset.bounds, this._g

Re: [openstreetmap/openstreetmap-website] Add outlines for in-viewport changeset bboxes (PR #5964)

2025-04-29 Thread Anton Khorev via rails-dev
@AntonKhorev pushed 9 commits. 7d8cfff149d3b0184c58f6b3c1b8a697105a2dc2 Simplify toggleChangesetHighlight 9a9f5b87274b1e5c79a6bc1fd7790ff108cbd0cf Create HistoryChangesetBboxLayer parent class 616e2a72986adf78d27279a3affb07dba00d8e85 Move getLayerId to HistoryChangesetBboxLayer b31fa31c2945e2

Re: [openstreetmap/openstreetmap-website] Split interactive history layer into areas and borders above areas (PR #5963)

2025-04-29 Thread Tom Hughes via rails-dev
@tomhughes commented on this pull request. > this._highlightLayer.clearLayers(); for (const changeset of this._changesets.values()) { - const rect = L.rectangle(changeset.bounds, this._getInteractiveStyle(changeset)); + const rect = L.rectangle(changeset.bounds, this._get

Re: [openstreetmap/openstreetmap-website] Split interactive history layer into areas and borders above areas (PR #5963)

2025-04-29 Thread Marwin Hochfelsner via rails-dev
@hlfan requested changes on this pull request. > this._highlightLayer.clearLayers(); for (const changeset of this._changesets.values()) { - const rect = L.rectangle(changeset.bounds, this._getInteractiveStyle(changeset)); + const rect = L.rectangle(changeset.bounds, this.

Re: [openstreetmap/openstreetmap-website] Split interactive history layer into areas and borders above areas (PR #5963)

2025-04-29 Thread Anton Khorev via rails-dev
@AntonKhorev commented on this pull request. > this._highlightLayer.clearLayers(); for (const changeset of this._changesets.values()) { - const rect = L.rectangle(changeset.bounds, this._getInteractiveStyle(changeset)); + const rect = L.rectangle(changeset.bounds, this._g

Re: [openstreetmap/openstreetmap-website] Hide routing submit button (PR #5960)

2025-04-29 Thread Marwin Hochfelsner via rails-dev
hlfan left a comment (openstreetmap/openstreetmap-website#5960) Is there a function like `click_on` that I can call by class name instead of by text content? -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5960#issuecomment-28399

Re: [openstreetmap/openstreetmap-website] Hide routing submit button (PR #5960)

2025-04-29 Thread Tom Hughes via rails-dev
@tomhughes requested changes on this pull request. There's some sort of race condition in the new test here that causes it to sometimes pass and sometimes fail. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5960#pullrequestre

Re: [openstreetmap/openstreetmap-website] Refactor Heatmap: Manual Labels & Yearly Template (PR #5906)

2025-04-29 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5906) Just to add of course CSP warnings can be resolved but we're not going to be allowing inline script so I'd need to know where that is coming from exactly to know what me might do abut it. It also looks like it was trying to loa

Re: [openstreetmap/openstreetmap-website] Refactor Heatmap: Manual Labels & Yearly Template (PR #5906)

2025-04-29 Thread Tom Hughes via rails-dev
@tomhughes requested changes on this pull request. This needs some sort of rebasing because the third commit seems to remove stuff that was added by the first commit... I don't know if it just needs to be one commit or if there's some sensible way to structure it into multiple commits but right

Re: [openstreetmap/openstreetmap-website] Fix outputting route before directions sidebar is loaded (PR #5961)

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

Re: [openstreetmap/openstreetmap-website] Limit number of directions endpoint geocoding results to 1 (PR #5962)

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

Re: [openstreetmap/openstreetmap-website] Race condition when writing directions content (Issue #5959)

2025-04-29 Thread Tom Hughes via rails-dev
Closed #5959 as completed via #5961. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5959#event-17459921858 You are receiving this because you are subscribed to this thread. Message ID: _

Re: [openstreetmap/openstreetmap-website] Split interactive history layer into areas and borders above areas (PR #5963)

2025-04-29 Thread Tom Hughes via rails-dev
@tomhughes commented on this pull request. > this._highlightLayer.clearLayers(); for (const changeset of this._changesets.values()) { - const rect = L.rectangle(changeset.bounds, this._getInteractiveStyle(changeset)); + const rect = L.rectangle(changeset.bounds, this._get

Re: [openstreetmap/openstreetmap-website] Limit number of directions endpoint geocoding results to 1 (PR #5962)

2025-04-29 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5962) Looks good to me, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5962#issuecomment-2839656308 You are receiving this because you are subscribed to this t

Re: [openstreetmap/openstreetmap-website] Fix outputting route before directions sidebar is loaded (PR #5961)

2025-04-29 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#5961) Thanks. This looks good to me then. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5961#issuecomment-2839653938 You are receiving this because you are subscribed

[openstreetmap/openstreetmap-website] Add outlines for in-viewport changeset bboxes (PR #5964)

2025-04-29 Thread Anton Khorev via rails-dev
The next step if #5963 is merged. ![image](https://github.com/user-attachments/assets/0973caca-faca-42f4-b397-7b840920a5e2) You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5964 -- Commit Summary -- * Split interact

[openstreetmap/openstreetmap-website] Split interactive history layer into areas and borders above areas (PR #5963)

2025-04-29 Thread Anton Khorev via rails-dev
The goal is to have the following z-order: 1. areas of changeset bboxes outside the sidebar viewport 2. areas of changeset bboxes inside the sidebar viewport 3. borders of changeset bboxes outside the sidebar viewport 4. borders of changeset bboxes inside the sidebar viewport You can view, comment

Re: [openstreetmap/openstreetmap-website] Add OpenMapTiles vector map (PR #4042)

2025-04-29 Thread petr-hajek via rails-dev
petr-hajek left a comment (openstreetmap/openstreetmap-website#4042) > > Yes, I confirm that. Many thanks @zdila to push this PR. > > We may take over it. > > Are you planning on taking over this PR? I have some work that will build on > it, but I want to figure out what order to do the work in.

Re: [openstreetmap/openstreetmap-website] Limit number of directions endpoint geocoding results to 1 (PR #5962)

2025-04-29 Thread Nenad Vujicic via rails-dev
@nenad-vujicic approved this pull request. This looks and works great on my side! Good catch, thanks! -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5962#pullrequestreview-2803049030 You are receiving this because you are subsc

Re: [openstreetmap/openstreetmap-website] Refactor Heatmap: Manual Labels & Yearly Template (PR #5906)

2025-04-29 Thread Emin Kocan via rails-dev
kcne left a comment (openstreetmap/openstreetmap-website#5906) I updated the code to manually render the labels in order to eliminate CSP warnings and remove the need for extra plugins. Please let me know if you prefer this manual approach or would rather stick with the plugin. The main advant

Re: [openstreetmap/openstreetmap-website] Refactor Heatmap: Manual Labels & Yearly Template (PR #5906)

2025-04-29 Thread Emin Kocan via rails-dev
@kcne pushed 1 commit. 376ff6c54a68848726fdc0e3d08dff64e39924fd Do month and week label rendering manually - remove CalendarLabel plugin -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5906/files/903b1e1f06a23e069f0942245a382b81028f62a9..376ff6c54a68848726fdc0