Added WebP as new output format for map download

This commit is contained in:
mmd-osm 2025-03-01 10:28:24 +01:00
parent c37dc5c56d
commit 8d512b2204

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"))));