mapshaper 0.5.118 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/bin/mapshaper +1 -1
- package/mapshaper.js +1979 -290
- package/package.json +22 -14
- package/www/mapshaper-gui.js +66 -55
- package/www/mapshaper.js +1979 -290
- package/www/modules.js +688 -1836
- package/www/page.css +3 -7
- package/CHANGELOG.md +0 -1395
- package/www/assets/iosevka-light.woff +0 -0
- package/www/assets/iosevka-regular.woff +0 -0
- package/www/assets/iosevka-regular.woff2 +0 -0
- package/www/assets/iosevka-slab-light.woff +0 -0
- package/www/assets/iosevka-slab-light.woff2 +0 -0
package/www/page.css
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
@font-face {
|
|
20
20
|
font-family: 'Iosevka';
|
|
21
|
-
src: url('assets/iosevka-light.woff2') format('woff2')
|
|
21
|
+
src: url('assets/iosevka-light.woff2') format('woff2');
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
|
|
@@ -726,10 +726,6 @@ body.simplify .layer-control-btn {
|
|
|
726
726
|
|
|
727
727
|
img.close-btn {
|
|
728
728
|
opacity: 0.2;
|
|
729
|
-
position: absolute;
|
|
730
|
-
top: 8px;
|
|
731
|
-
right: 8px;
|
|
732
|
-
z-index: 2;
|
|
733
729
|
}
|
|
734
730
|
|
|
735
731
|
.close2-btn {
|
|
@@ -761,8 +757,8 @@ img.close-btn {
|
|
|
761
757
|
}
|
|
762
758
|
|
|
763
759
|
.layer-item img.close-btn {
|
|
764
|
-
top: 29px;
|
|
765
|
-
|
|
760
|
+
/* top: 29px; */
|
|
761
|
+
bottom: 8px;
|
|
766
762
|
}
|
|
767
763
|
|
|
768
764
|
/* hide close button when not hovering */
|