mapshaper 0.6.40 → 0.6.42
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/bin/mapshaper-gui +1 -1
- package/mapshaper.js +224 -96
- package/package.json +1 -1
- package/www/index.html +1 -1
- package/www/mapshaper-gui.js +129 -60
- package/www/mapshaper.js +224 -96
- package/www/page.css +33 -18
package/www/page.css
CHANGED
|
@@ -256,7 +256,7 @@ body {
|
|
|
256
256
|
|
|
257
257
|
/* --- Error message ---------- */
|
|
258
258
|
|
|
259
|
-
.
|
|
259
|
+
.alert-wrapper {
|
|
260
260
|
z-index: 120;
|
|
261
261
|
text-align: center;
|
|
262
262
|
position: absolute;
|
|
@@ -266,29 +266,33 @@ body {
|
|
|
266
266
|
left: 0;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
.
|
|
269
|
+
.alert-wrapper p.error-message {
|
|
270
270
|
margin: 1px 0 0 0;
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
.
|
|
274
|
-
margin-top: 8px;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.error-title {
|
|
273
|
+
.alert-title {
|
|
278
274
|
line-height: 1.1;
|
|
279
275
|
font-weight: bold;
|
|
280
276
|
margin-bottom: 5px;
|
|
281
277
|
}
|
|
282
278
|
|
|
283
|
-
div.error-
|
|
279
|
+
div.alert-title, div.error-message {
|
|
280
|
+
font-size: 16px;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.alert-wrapper .alert-btn {
|
|
284
|
+
margin-top: 8px;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
div.alert-box {
|
|
284
288
|
margin-top: 42px; /* 55px; */
|
|
285
289
|
overflow: auto;
|
|
286
290
|
max-height: 70%;
|
|
287
291
|
max-width: 400px;
|
|
288
|
-
font-size: 16px;
|
|
289
292
|
}
|
|
290
293
|
|
|
291
294
|
|
|
295
|
+
|
|
292
296
|
/* --- Splash screen -------------- */
|
|
293
297
|
|
|
294
298
|
.splash-screen #splash-screen {
|
|
@@ -513,7 +517,7 @@ body.dragover #import-options-drop-area .drop-area {
|
|
|
513
517
|
text-align: left;
|
|
514
518
|
margin-top: 12px;
|
|
515
519
|
margin-right: 20px;
|
|
516
|
-
padding:
|
|
520
|
+
padding: 11px 16px 12px 18px;
|
|
517
521
|
vertical-align: top;
|
|
518
522
|
display: inline-block;
|
|
519
523
|
/* border: 1px solid #aaa; */
|
|
@@ -553,6 +557,7 @@ body.dragover #import-options-drop-area .drop-area {
|
|
|
553
557
|
top: 1px;
|
|
554
558
|
width: 12px;
|
|
555
559
|
height: 12px;
|
|
560
|
+
cursor: pointer;
|
|
556
561
|
}
|
|
557
562
|
|
|
558
563
|
.info-box .tip-button {
|
|
@@ -800,7 +805,7 @@ img.close-btn {
|
|
|
800
805
|
float: right;
|
|
801
806
|
height: 18px;
|
|
802
807
|
width: 18px;
|
|
803
|
-
margin-top: 1px;
|
|
808
|
+
/* margin-top: 1px; */
|
|
804
809
|
margin-right: -3px;
|
|
805
810
|
cursor: pointer;
|
|
806
811
|
border-radius: 4px;
|
|
@@ -1227,13 +1232,16 @@ div.basemap-style-btn.active img {
|
|
|
1227
1232
|
top: 23px;
|
|
1228
1233
|
}
|
|
1229
1234
|
|
|
1230
|
-
|
|
1231
|
-
display: none;
|
|
1235
|
+
.inline-checkbox {
|
|
1232
1236
|
position: relative;
|
|
1233
1237
|
top: 1px;
|
|
1234
1238
|
left: 5px;
|
|
1235
1239
|
}
|
|
1236
1240
|
|
|
1241
|
+
#save-preference {
|
|
1242
|
+
/* display: none; */
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1237
1245
|
.nav-sub-menu {
|
|
1238
1246
|
position: absolute;
|
|
1239
1247
|
z-index: -1;
|
|
@@ -1316,25 +1324,32 @@ div.basemap-style-btn.active img {
|
|
|
1316
1324
|
background: white;
|
|
1317
1325
|
}
|
|
1318
1326
|
|
|
1319
|
-
|
|
1327
|
+
/*.save-menu-btn {
|
|
1320
1328
|
display: inline-block;
|
|
1321
1329
|
border-radius: 4px;
|
|
1322
1330
|
border: 1px solid #aaa;
|
|
1323
1331
|
font-size: 12px;
|
|
1324
1332
|
margin-left: 2px;
|
|
1325
1333
|
padding: 1px 2px 3px 2px;
|
|
1326
|
-
}
|
|
1334
|
+
}*/
|
|
1327
1335
|
|
|
1328
|
-
.save-menu-link,
|
|
1329
1336
|
.save-menu-btn {
|
|
1330
|
-
|
|
1337
|
+
display: inline-block;
|
|
1338
|
+
font-size: 12px;
|
|
1339
|
+
margin-top: 2px;
|
|
1331
1340
|
}
|
|
1332
1341
|
|
|
1333
1342
|
.save-menu-btn:hover {
|
|
1334
|
-
background: #e6f7ff;
|
|
1335
1343
|
color: black;
|
|
1336
1344
|
}
|
|
1337
1345
|
|
|
1346
|
+
.save-menu-link,
|
|
1347
|
+
.save-menu-btn {
|
|
1348
|
+
cursor: pointer;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
|
|
1352
|
+
|
|
1338
1353
|
.save-menu-link:hover {
|
|
1339
1354
|
/* background: #e6f7ff; */
|
|
1340
1355
|
font-weight: bold;
|