Skip to content

Commit 991b7e7

Browse files
committed
index.html
1 parent f84010f commit 991b7e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

www/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
<div class="track"></div>
7575
</div>
7676
<input type="text" value="label" class="clicktext" />
77+
<!-- <div class="header-btn btn simplify-done-btn">Done</div> -->
7778
</div></div>
7879
<div id="mode-buttons" class="page-header-buttons">
7980
<span class="console-btn header-btn btn">Console</span><span class="display-btn header-btn btn">Display</span><span class="separator"></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>
@@ -207,13 +208,13 @@ <h4>Basemaps</h4>
207208
<div class="close2-btn"></div>
208209
<h3>Simplification</h3>
209210
<div class="option-menu">
210-
<div><label for="import-retain-opt"><input type="checkbox" class="checkbox import-retain-opt"/>prevent shape removal</label>
211+
<div><label for="import-retain-opt"><input type="checkbox" class="checkbox import-retain-opt" id="import-retain-opt"/>prevent shape removal</label>
211212
<div class="tip-button">?<div class="tip-anchor">
212213
<div class="tip">Prevent small polygon features from
213214
disappearing at high simplification. Keeps
214215
the largest ring of multi-ring features.
215216
</div></div></div></div>
216-
<div class="planar-opt-wrapper"><label for="planar-opt"><input type="checkbox" class="checkbox planar-opt"/>use planar geometry</label>
217+
<div class="planar-opt-wrapper"><label for="planar-opt"><input type="checkbox" class="checkbox planar-opt" id="planar-opt"/>use planar geometry</label>
217218
<div class="tip-button">?<div class="tip-anchor">
218219
<div class="tip">Treat x, y values as Cartesian coordinates
219220
on a plane, rather than as longitude, latitude

0 commit comments

Comments
 (0)