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 a78e969 commit 3e61461
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,17 @@ <h4>B. By searching for a place name</b></h4>
<p><input id="placenameInput" type="text" class="form-control" /></p>

<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-xs-6">
<label>
Latitude
<input id="lat" type="text" class="form-control" placeholder="Latitude" />
</label>
</div>
<div class="col-xs-6">
<label>
Latitude
<input id="lng" type="text" class="form-control" placeholder="Longitude" />
</label>
</div>
</div>

<p>
<label>
Latitude
<input id="lat" type="text" class="form-control form-control-inline" />
</label>
<label>
Latitude
<input id="lng" type="text" class="form-control form-control-inline" />
</label>
</p>

<h4>D. By dragging the map</b></h4>

Expand Down

0 comments on commit 3e61461

Please sign in to comment.