Merge remote-tracking branch 'upstream/pull/5741'

This commit is contained in:
Tom Hughes 2025-03-01 12:28:02 +00:00
commit 33799121b8

View file

@ -159,6 +159,7 @@ L.OSM.share = function (options) {
.attr("class", "form-select w-auto")
.append($("<option>").val("png").text("PNG").prop("selected", true))
.append($("<option>").val("jpeg").text("JPEG"))
.append($("<option>").val("webp").text("WEBP"))
.append($("<option>").val("svg").text("SVG"))
.append($("<option>").val("pdf").text("PDF"))));