[openstreetmap/openstreetmap-website] Bump eslint from 9.19.0 to 9.20.0 (PR #5630)
Bumps [eslint](https://github.com/eslint/eslint) from 9.19.0 to 9.20.0.> Was ignored by everyone. That PR is marked as a draft, so I haven't reviewed it. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5616#issuecomment-2643787516 You are receiving this because you are subscribed to this thread. M
Re: [openstreetmap/openstreetmap-website] Add OpenMapTiles vector map (PR #4042)
You can test on https://osm.openmaptiles.org/ with credentials - login: `martin.zd...@maptiler.com`, password: `osm4ever` -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/4042#issuecomment-2643167427 You are receiving this because
Re: [openstreetmap/openstreetmap-website] Add OpenMapTiles vector map (PR #4042)
@zdila commented on this pull request. > @@ -11,6 +15,40 @@ L.extend(L.LatLngBounds.prototype, { } }); +if (OSM.MAPTILER_KEY) { + L.OpenMapTiles = L.MaplibreGL.extend({ +options: { + maxZoom: 23, + style: "https://api.maptiler.com/maps/openstreetmap/style.json?key="; + OSM.
Re: [openstreetmap/openstreetmap-website] Add OpenMapTiles vector map (PR #4042)
@zdila commented on this pull request. > @@ -11,6 +15,40 @@ L.extend(L.LatLngBounds.prototype, { } }); +if (OSM.MAPTILER_KEY) { + L.OpenMapTiles = L.MaplibreGL.extend({ +options: { + maxZoom: 23, + style: "https://api.maptiler.com/maps/openstreetmap/style.json?key="; + OSM.
[openstreetmap/openstreetmap-website] Split the combined directions engines translations into routers and modes (Issue #5629)
### Problem Only 46 of the 78 YAML files with engine translations have all nine engines translated. Thus, terms will be mixed-matched for 32 languages. Take [Afrikaans](/openstreetmap/openstreetmap-website/blob/master/config/locales/af.yml#L1975), where this messes up the sorting as well: ![Ima
Re: [openstreetmap/openstreetmap-website] Create a ChangesetSubscription model (Issue #5540)
We do [not work with assigns](https://github.com/openstreetmap/openstreetmap-website/blob/master/CONTRIBUTING.md#assigning-issues). Just go ahead! :) -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5540#issuecomment-2642729245
Re: [openstreetmap/openstreetmap-website] Updates notes filtering to search description too (PR #5622)
> We'll need to add a text index on `notes.description` like the one we have on > `note_comments.body` or this will have to read every note. Pushed, thanks! Is it safe to have it in same PR or we have to create new PR with migration for adding index? -- Reply to this email directly or view it
Re: [openstreetmap/openstreetmap-website] Updates notes filtering to search description too (PR #5622)
@nenad-vujicic pushed 2 commits. 03d90fdfa7cd6257a51c93ac91ae59329cfc5e24 Added index to notes on description column e8a983a4c7c3f53d98f9b0d21567f330e54e3705 Updates notes filtering to search description too -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/56