[openstreetmap/openstreetmap-website] Bump eslint from 9.16.0 to 9.17.0 (PR #5398)
Bumps [eslint](https://github.com/eslint/eslint) from 9.16.0 to 9.17.0.> I haven't seen any substantial counter-proposal to my "option 4c" suggestion > ("Cartographers choose") earlier: @gravitystorm Actually I wrote one, but it got lost in mine and others' wall of text 😅 I'll rephrase here, also because things changed a lot with the recent (welcome) introductio
Re: [openstreetmap/openstreetmap-website] Dark Mode for maps (Issue #5328)
@AntonKhorev you clearly like to argue, and from my 3 decades of open source experience I read your behavior and dare say that is because you simply like to be right. The fact of the matter is that here you are simply arguing for a change that isn't your (or mine, or gravitystorm's) to make. I
Re: [openstreetmap/openstreetmap-website] Proposal for adding support for map notes tags (Issue #5294)
The note versions table could look like this: ```sql ... ( note_id bigint NOT NULL, version bigint NOT NULL, status public.note_status_enum NOT NULL, "timestamp" timestamp without time zone NOT NULL, -- more standard name would be created_at but that could be mixed up with the not
Re: [openstreetmap/openstreetmap-website] Proposal for adding support for map notes tags (Issue #5294)
We have a so called *note comments* table: ```sql CREATE TABLE public.note_comments ( id bigint NOT NULL, note_id bigint NOT NULL, visible boolean NOT NULL, created_at timestamp without time zone NOT NULL, author_ip inet, author_id bigint, body text, -- (a) not always a
Re: [openstreetmap/openstreetmap-website] Proposal for adding support for map notes tags (Issue #5294)
At first editable tags and status (which is already editable). The versions table will also contain the description and coordinates, but we won't make them editable right away. Currently there's no API for that, maybe when API 0.7 happens we can have create/update endpoints receiving xml/json wi
Re: [openstreetmap/openstreetmap-website] Proposal for adding support for map notes tags (Issue #5294)
If we want editable tags, then we definitely need (if we want to follow remaining of website) versioning for notes. But what do you mean by "modifying note"? Only adding / removing / changing tags (the easiest) or also changing note's status or perhaps also updating note's description or also s
Re: [openstreetmap/openstreetmap-website] Use map tiles dark mode without leaflet-osm plugin (PR #5397)
@hlfan pushed 1 commit. 0664b6ea2dda75ce82a192fcffbc43aab2bc30a2 Lint leaflet.layers.js -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5397/files/2a3ec98afc4c96c6bf048c4f2ae587d051381127..0664b6ea2dda75ce82a192fcffbc43aab2bc30a2 You are receiving this because
Re: [openstreetmap/openstreetmap-website] Use map tiles dark mode without leaflet-osm plugin (PR #5397)
@hlfan pushed 1 commit. 88c90f37fc7cc0dd3d1f0975565c7e75f392f155 Lint leaflet.map.js -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5397/files/0664b6ea2dda75ce82a192fcffbc43aab2bc30a2..88c90f37fc7cc0dd3d1f0975565c7e75f392f155 You are receiving this because you
[openstreetmap/openstreetmap-website] Use map tiles dark mode without leaflet-osm plugin (PR #5397)
Like #5396 but without involving leaflet-osm. Again, since embeds carry no color scheme preferences, I skipped the partially redundant implementation there. You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5397 -- Commi