mapshaper 0.6.81 → 0.6.82

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
@@ -44,6 +44,7 @@ body.map-view {
44
44
  background-color: #fff;
45
45
  }
46
46
 
47
+
47
48
  .fade-out {
48
49
  animation: fadeOut ease forwards 0.6s;
49
50
  }
@@ -1191,14 +1192,21 @@ div.basemap-style-btn.active img {
1191
1192
  }
1192
1193
 
1193
1194
  .map-layers.add-points,
1194
- .map-layers.drawing {
1195
+ .map-layers.draw-tool {
1195
1196
  cursor: crosshair;
1196
1197
  }
1197
1198
 
1198
- .map-layers.drawing.dragging {
1199
+ .map-layers.draw-tool.dragging {
1199
1200
  cursor: default;
1200
1201
  }
1201
1202
 
1203
+ body.pan .map-layers:not(.drawing) {
1204
+ cursor: grab;
1205
+ }
1206
+
1207
+ body.pan.panning .map-layers:not(.drawing) {
1208
+ cursor: grabbing;
1209
+ }
1202
1210
  .map-layers canvas {
1203
1211
  pointer-events: none;
1204
1212
  position: absolute;