Skip to content

Commit

Permalink
Add more options
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Sep 12, 2023
1 parent fd3491e commit 4d2caa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cases/vector-rendering/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<label>
<select id="count">
<option value="500000">500,000</option>
<option value="300000" selected>300,000</option>
<option value="400000">400,000</option>
<option value="300000">300,000</option>
<option value="200000" selected>200,000</option>
<option value="100000">100,000</option>
</select>
Feature count
Expand Down

0 comments on commit 4d2caa4

Please sign in to comment.