mapshaper 0.6.102 → 0.6.104

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
@@ -1506,6 +1506,10 @@ body.pan.panning .map-layers:not(.drawing) {
1506
1506
  z-index: 16;
1507
1507
  /* cursor: pointer; */
1508
1508
  background: #cc6acc;
1509
+ /* pointer-events: all; */
1510
+ }
1511
+
1512
+ .zoom-box.hittable .handle {
1509
1513
  pointer-events: all;
1510
1514
  }
1511
1515