mapshaper 0.7.13 → 0.7.14
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/mapshaper.js +1616 -21
- package/package.json +6 -2
- package/www/geotiff.js +26351 -0
- package/www/mapshaper-gui.js +1849 -306
- package/www/mapshaper.js +1616 -21
- package/www/page.css +9 -0
package/www/page.css
CHANGED
|
@@ -701,6 +701,10 @@ textarea:focus {
|
|
|
701
701
|
min-width: 28px;
|
|
702
702
|
}
|
|
703
703
|
|
|
704
|
+
.btn.sidebar-btn.hidden {
|
|
705
|
+
display: none;
|
|
706
|
+
}
|
|
707
|
+
|
|
704
708
|
.info-box h3 {
|
|
705
709
|
font-size: 19px;
|
|
706
710
|
line-height: 1.1;
|
|
@@ -1041,6 +1045,11 @@ body.console-open .console-tab {
|
|
|
1041
1045
|
margin-right: 20px;
|
|
1042
1046
|
}
|
|
1043
1047
|
|
|
1048
|
+
.active-layer-label:focus,
|
|
1049
|
+
.active-layer-label:focus-visible {
|
|
1050
|
+
outline: none;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1044
1053
|
body.simplify .layer-control-btn {
|
|
1045
1054
|
display: none;
|
|
1046
1055
|
}
|