Update example styles to work with bootstrap 5.2
This commit is contained in:
@@ -12,9 +12,9 @@ tags: "hitTolerance"
|
||||
---
|
||||
<div id="map" class="map"></div>
|
||||
<span id="status">Try to click the line in the map.</span>
|
||||
<form class="form-inline">
|
||||
<form>
|
||||
<label for="hitTolerance">Hit tolerance for selecting features: </label>
|
||||
<select id="hitTolerance" class="form-control">
|
||||
<select id="hitTolerance">
|
||||
<option value="0" selected>0 Pixels</option>
|
||||
<option value="5">5 Pixels</option>
|
||||
<option value="10">10 Pixels</option>
|
||||
|
||||
Reference in New Issue
Block a user