Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc4a33c

Browse files
committed
Create gh-pages branch via GitHub
1 parent 84b4c53 commit cc4a33c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

index.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<title>Geocoder - The almost missing Geocoder PHP 5.3 library</title>
6+
<title>Geocoder by willdurand</title>
77

88
<link rel="stylesheet" href="stylesheets/styles.css">
99
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
@@ -16,7 +16,7 @@
1616
<div class="wrapper">
1717
<header>
1818
<h1>Geocoder</h1>
19-
<p>The almost missing Geocoder PHP 5.3 library.</p>
19+
<p>The almost missing Geocoder PHP 5.3 library</p>
2020

2121
<p class="view"><a href="https://github.com/willdurand/Geocoder">View the Project on GitHub <small>willdurand/Geocoder</small></a></p>
2222

@@ -84,7 +84,9 @@ <h3>HttpAdapters</h3>
8484
<li>
8585
<a href="http://geocoder.ca/">GeoCoder.ca</a> as Address-Based geocoding and reverse geocoding provider (exclusively in USA &amp; Canada);</li>
8686
<li>
87-
<a href="http://geocoder.us/">GeoCoder.us</a> as Address-Based geocoding provider (exclusively in USA).</li>
87+
<a href="http://geocoder.us/">GeoCoder.us</a> as Address-Based geocoding provider (exclusively in USA);</li>
88+
<li>
89+
<a href="http://www.ign.fr/">IGN OpenLS</a> as Address-Based geocoding provider (exclusively in France).</li>
8890
</ul><h2>Installation</h2>
8991

9092
<p>The recommended way to install Geocoder is through composer.</p>
@@ -197,6 +199,10 @@ <h3>GeocoderUsProvider</h3>
197199

198200
<p>The <code>GeocoderUsProvider</code> is able to geocode <strong>street addresses</strong> only, exclusively in USA.</p>
199201

202+
<h3>IGNOpenLSProvider</h3>
203+
204+
<p>The <code>IGNOpenLSProvider</code> is able to geocode <strong>street addresses</strong> only, exclusively in France.</p>
205+
200206
<p>You can use one of them or write your own provider. You can also register all providers and decide later.
201207
That's we'll do:</p>
202208

@@ -434,6 +440,7 @@ <h2>Unit Tests</h2>
434440
<span class="c">&lt;!-- &lt;server name="YAHOO_API_KEY" value="YOUR_API_KEY" /&gt; --&gt;</span>
435441
<span class="c">&lt;!-- &lt;server name="BINGMAPS_API_KEY" value="YOUR_API_KEY" /&gt; --&gt;</span>
436442
<span class="c">&lt;!-- &lt;server name="CLOUDMADE_API_KEY" value="YOUR_API_KEY" /&gt; --&gt;</span>
443+
<span class="c">&lt;!-- &lt;server name="IGN_WEB_API_KEY" value="YOUR_API_KEY" /&gt; --&gt;</span>
437444
<span class="nt">&lt;/php&gt;</span>
438445
</pre></div>
439446

0 commit comments

Comments
 (0)