Added WebP as new output format for map download
This commit is contained in:
parent
c37dc5c56d
commit
8d512b2204
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