mapshaper 0.6.63 → 0.6.65
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 +457 -355
- package/package.json +1 -1
- package/www/mapshaper-gui.js +119 -7
- package/www/mapshaper.js +457 -355
- package/www/page.css +9 -0
package/www/page.css
CHANGED
|
@@ -1186,6 +1186,10 @@ div.basemap-style-btn.active img {
|
|
|
1186
1186
|
cursor: pointer;
|
|
1187
1187
|
}
|
|
1188
1188
|
|
|
1189
|
+
.map-layers.symbol-hit.dragging {
|
|
1190
|
+
cursor: default;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1189
1193
|
.map-layers canvas {
|
|
1190
1194
|
pointer-events: none;
|
|
1191
1195
|
position: absolute;
|
|
@@ -1411,6 +1415,11 @@ div.basemap-style-btn.active img {
|
|
|
1411
1415
|
pointer-events: none;
|
|
1412
1416
|
}
|
|
1413
1417
|
|
|
1418
|
+
.zoom-box.rectangles {
|
|
1419
|
+
border: none;
|
|
1420
|
+
cursor: default;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1414
1423
|
.zoom-box .handle {
|
|
1415
1424
|
position: absolute;
|
|
1416
1425
|
z-index: 16;
|