Merge remote-tracking branch 'upstream/pull/5741'
This commit is contained in:
commit
33799121b8
1 changed files with 1 additions and 0 deletions
|
@ -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"))));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue