[openstreetmap/openstreetmap-website] Maplibre embeds from leaflet to maplibre (PR #6804)
Frank Elsinga
notifications at github.com
Thu Feb 12 03:32:13 UTC 2026
@CommanderStorm commented on this pull request.
> + if (this._includeReportLink) {
+ const reportLink = document.createElement("a");
+ reportLink.href = "/fixthemap";
+ reportLink.target = "_blank";
+ reportLink.rel = "noopener noreferrer";
+ reportLink.className = "maplibregl-ctrl-attrib-report-link";
+ reportLink.textContent = OSM.i18n.t("javascripts.embed.report_problem");
+ attribHTML += reportLink.outerHTML + " | ";
+ }
should `/fixthemap` be visible during style loading or only afterwards?
On slow internet, this might be a few seconds..
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6804#pullrequestreview-3788568559
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6804/review/3788568559 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260211/34f35de2/attachment.htm>
More information about the rails-dev
mailing list