mapshaper 0.6.63 → 0.6.66

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/www/page.css CHANGED
@@ -186,7 +186,8 @@ body {
186
186
  background-color: transparent;
187
187
  }
188
188
 
189
- .page-header .btn.header-btn.active {
189
+ .page-header .btn.header-btn.active,
190
+ .btn.toggle-btn.active {
190
191
  background-color: black;
191
192
  }
192
193
  .separator {
@@ -1186,6 +1187,15 @@ div.basemap-style-btn.active img {
1186
1187
  cursor: pointer;
1187
1188
  }
1188
1189
 
1190
+ .map-layers.symbol-hit.dragging {
1191
+ cursor: default;
1192
+ }
1193
+
1194
+ .map-layers.add-points,
1195
+ .map-layers.draw-lines {
1196
+ cursor: crosshair;
1197
+ }
1198
+
1189
1199
  .map-layers canvas {
1190
1200
  pointer-events: none;
1191
1201
  position: absolute;
@@ -1411,6 +1421,11 @@ div.basemap-style-btn.active img {
1411
1421
  pointer-events: none;
1412
1422
  }
1413
1423
 
1424
+ .zoom-box.rectangles {
1425
+ border: none;
1426
+ cursor: default;
1427
+ }
1428
+
1414
1429
  .zoom-box .handle {
1415
1430
  position: absolute;
1416
1431
  z-index: 16;