leaflet v1.9.2 -> v1.9.3 (#1208)

This commit is contained in:
nobody 2022-11-19 06:35:07 +01:00
parent 6b0c090df0
commit 6dce868163
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
11 changed files with 12 additions and 13 deletions

View File

@ -1257,8 +1257,8 @@ https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css
https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.2/leaflet.css
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.2/leaflet.js
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/leaflet.css
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/leaflet.js
https://cdnjs.cloudflare.com/ajax/libs/Leaflet.EasyButton/2.4.0/easy-button.min.js
https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.5.3/leaflet.markercluster.js
https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.10.14/libphonenumber-js.min.js

View File

@ -309,7 +309,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/leaflet/0.')) return '0.7.7';
if (type.startsWith('/leaflet/1.')) {
if (helpers.compareVersion('1.7.1', version)) return '1.7.1'; // <= v1.7.1
return '1.9.2';
return '1.9.3';
}
if (type.startsWith('/Leaflet.EasyButton/2.')) return '2.4.0';
if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) return '1.0.2';

View File

@ -39,6 +39,7 @@
<li>search-insights v2.2.1 -> v2.2.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1205">#1205</a>)</li>
<li>element-ui v2.15.10 -> v2.15.12 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1206">#1206</a>)</li>
<li>plyr v3.7.2 -> v3.7.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1207">#1207</a>)</li>
<li>leaflet v1.9.2 -> v1.9.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1208">#1208</a>)</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 696 B

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 618 B

After

Width:  |  Height:  |  Size: 618 B

View File

@ -441,12 +441,10 @@ svg.leaflet-image-layer.leaflet-interactive path {
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;

File diff suppressed because one or more lines are too long