Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur YILDIRIM committed Apr 19, 2015
1 parent bc91aed commit ca0939d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,19 @@
<div id="controls">
Geo IP Source: <select id="cmb-source">
<option value="0">Free GeoIP</option>
<option selected value="1">Geo Plugin</option>
<option value="2">Wikimedia</option>
<option value="1">Geo Plugin</option>
<option selected value="2">Wikimedia</option>
</select>&nbsp;<button id="btn-locate-ip">Locate by IP</button> | <button id="btn-locate">Locate (HTML5)</button>
<input id="chk-fallback" type="checkbox" checked /> Fallback to IP
<br /><span class="info">(Geo IP Source is also used as a fallback when user rejects HTML5 Geo-location or timeout expires.)</span><br />
</div>
<div id="map-canvas"></div>
<div id="geo-details"></div>
<br />
Try <a href="https://rawgit.com/onury/geolocator/master/example/index.html">HTTPS</a>. (Note: GeoPlugin does not support HTTPS.)
<br />
View <a href="https://github.com/onury/geolocator">project page</a> (and documentation) at GitHub.<br />
Geolocator 1.2.8 - Copyright © Onur Yıldırım, 2015. MIT License.
Geolocator 1.2.9 - Copyright © Onur Yıldırım, 2015. MIT License.
<br /><br />
</div>

Expand Down

0 comments on commit ca0939d

Please sign in to comment.