mapshaper 0.7.9 → 0.7.11

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/index.html CHANGED
@@ -80,7 +80,7 @@
80
80
  </div></div>
81
81
  <div id="mode-buttons" class="page-header-buttons">
82
82
  <!-- <span class="project-btn header-btn btn">Project</span><span class="separator"> -->
83
- <span class="messages-btn header-btn btn" role="button" aria-label="Messages" aria-haspopup="true" aria-expanded="false" title="Messages"><svg viewBox="0 0 16 16" aria-hidden="true" width="16" height="14"><path d="M2 3 h12 a1 1 0 0 1 1 1 v7 a1 1 0 0 1 -1 1 H8 l-5 4 v-4 H2 a1 1 0 0 1 -1 -1 V4 a1 1 0 0 1 1 -1 z"/></svg><span class="messages-badge hidden" aria-hidden="true">0</span></span><span class="display-btn header-btn btn">Display</span><span class="separator"></span><span class="console-btn header-btn btn">Console</span><span class="separator"></span><span class="simplify-btn header-btn btn">Simplify</span><span class="separator"></span><span class="export-btn header-btn btn">Export</span><span class="separator"></span><span id="header-menu-btn" class="header-btn btn" role="button" aria-label="More links" aria-haspopup="true" aria-expanded="false" tabindex="0"><svg viewBox="0 0 16 16" aria-hidden="true" width="16" height="14"><rect x="1" y="3" width="14" height="2"/><rect x="1" y="7" width="14" height="2"/><rect x="1" y="11" width="14" height="2"/></svg></span>
83
+ <span class="messages-btn header-btn btn" role="button" aria-label="Messages" aria-haspopup="true" aria-expanded="false" title="Messages"><svg viewBox="0 0 16 16" aria-hidden="true" width="16" height="14"><path d="M2 3 h12 a1 1 0 0 1 1 1 v7 a1 1 0 0 1 -1 1 H8 l-5 4 v-4 H2 a1 1 0 0 1 -1 -1 V4 a1 1 0 0 1 1 -1 z"/></svg><span class="messages-badge hidden" aria-hidden="true">0</span></span><span class="display-btn header-btn btn">Display</span><span class="separator"></span><span class="history-btn header-btn btn" role="button" aria-haspopup="true" aria-expanded="false" tabindex="0">History</span><span class="separator"></span><span class="simplify-btn header-btn btn">Simplify</span><span class="separator"></span><span class="export-btn header-btn btn">Export</span><span class="separator"></span><span id="header-menu-btn" class="header-btn btn" role="button" aria-label="More links" aria-haspopup="true" aria-expanded="false" tabindex="0"><svg viewBox="0 0 16 16" aria-hidden="true" width="16" height="14"><rect x="1" y="3" width="14" height="2"/><rect x="1" y="7" width="14" height="2"/><rect x="1" y="11" width="14" height="2"/></svg></span>
84
84
  <div id="header-menu-dropdown" class="hidden" role="menu" aria-labelledby="header-menu-btn">
85
85
  <a class="header-menu-item" href="/docs/" target="_blank" rel="noopener" role="menuitem">Docs</a>
86
86
  <a class="header-menu-item" href="https://github.com/mbloch/mapshaper" target="_blank" rel="noopener" role="menuitem">GitHub</a>
@@ -95,6 +95,20 @@
95
95
  </div>
96
96
  </div>
97
97
 
98
+ <div class="history-menu-dropdown main-area popup-dialog" role="menu" aria-label="History menu">
99
+ <div class="info-box history-menu-box">
100
+ <div class="close2-btn"></div>
101
+ <h3>History</h3>
102
+ <div class="option-menu">
103
+ <label class="history-toggle-btn history-menu-item"><input type="checkbox" class="checkbox history-undo-checkbox">enable undo</label>
104
+ <div class="history-menu-note"></div>
105
+ <div class="history-clear-btn history-menu-item" role="menuitem">clear undo history</div>
106
+ <div class="history-menu-separator"></div>
107
+ <div class="history-command-log-btn history-menu-item" role="menuitem">view command history</div>
108
+ </div>
109
+ </div>
110
+ </div>
111
+
98
112
  <div id="mshp-not-supported" class="main-area">
99
113
  <div class="info-box">
100
114
  <h3>Unfortunately, mapshaper can't run in <span class="unsupported-browser">this web browser</span></h3>
@@ -357,6 +371,7 @@ encoding=big5</span>. Click to see all options.</div></div></div>
357
371
  <div class="console-window"><div class="console-buffer selectable"></div></div>
358
372
  </div>
359
373
  <div class="mshp-main-map main-area map-area">
374
+ <div class="console-tab console-btn" role="button" tabindex="0" aria-label="Toggle console">Console</div>
360
375
  <div class="intersection-display">
361
376
  <span class="intersection-count">0 line intersections</span>
362
377
  <div class="repair-btn text-btn colored-text">Repair</div>