Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Feb 20, 2019
1 parent 3b74ed5 commit a78e969
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h4>A. By auto-geocoding your location</h4>
<label>
<button class="btn btn-primary" onclick="blurredLocation.geocodeWithBrowser(true);">
<div id="ldi-geocode-button">
Find me
<i class="fa fa-crosshairs"></i> Find me
</div>
</button>
</label>
Expand All @@ -80,11 +80,17 @@ <h4>B. By searching for a place name</b></h4>

<h4>C. By entering co-ordinates <small>- these will also update as you drag/zoom the map</small></h4>
<div class="row">
<div class="col-md-6">
<p><input id="lat" type="text" class="form-control" placeholder="Latitude"></p>
<div class="col-xs-6">
<label>
Latitude
<input id="lat" type="text" class="form-control" placeholder="Latitude" />
</label>
</div>
<div class="col-md-6">
<p><input id="lng" type="text" class="form-control" placeholder="Longitude"></p>
<div class="col-xs-6">
<label>
Latitude
<input id="lng" type="text" class="form-control" placeholder="Longitude" />
</label>
</div>
</div>

Expand Down

0 comments on commit a78e969

Please sign in to comment.