Skip to content

Commit da3df46

Browse files
committed
2 parents 7df4847 + 4c74ae5 commit da3df46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136
<input id="myInput" type="text" name="myCountry" placeholder="State" >
137137
</div>
138138
<div>
139-
<button type="button" class="btn btn-outline-primary" onclick="getInput()" style="position:relative;left:250px;top:60px">Search</button>
140-
<button type="button" class="btn btn-outline-primary" onclick="resetInput()" style="position:relative;right:60px;top:60px">Reset</button>
141-
<button type="button" class="btn btn-outline-primary" onclick="showSummary()" style="position:relative;right:30px;top:60px">Summary</button>
139+
<button type="button" class="btn btn-outline-primary" onclick="getInput()" style="position:relative;left:200px;top:60px">Search</button>
140+
<button type="button" class="btn btn-outline-primary" onclick="resetInput()" style="position:relative;right:50px;top:60px">Reset</button>
141+
<button type="button" class="btn btn-outline-primary" onclick="showSummary()" style="position:relative;right:40px;top:60px">Summary</button>
142142
</div>
143143

144144
</form>
@@ -257,7 +257,7 @@
257257
bounds_map._northEast.lin += 20;
258258
bounds_map._southWest.lat -= 20;
259259
bounds_map._southWest.lin -= 20;
260-
map.setMaxBounds(bounds_map);
260+
//map.setMaxBounds(bounds_map);
261261

262262
var basemaps = {"OpenStreetMap": osm, "CartoDB Positron": cartodb, "Stamen Toner": toner, "Without background": white};
263263

0 commit comments

Comments
 (0)