|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8">
|
5 | 5 | <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> |
7 | 7 |
|
8 | 8 | <link rel="stylesheet" href="stylesheets/styles.css">
|
9 | 9 | <link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
|
16 | 16 | <div class="wrapper">
|
17 | 17 | <header>
|
18 | 18 | <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> |
20 | 20 |
|
21 | 21 | <p class="view"><a href="https://github.com/willdurand/Geocoder">View the Project on GitHub <small>willdurand/Geocoder</small></a></p>
|
22 | 22 |
|
@@ -84,7 +84,9 @@ <h3>HttpAdapters</h3>
|
84 | 84 | <li>
|
85 | 85 | <a href="http://geocoder.ca/">GeoCoder.ca</a> as Address-Based geocoding and reverse geocoding provider (exclusively in USA & Canada);</li>
|
86 | 86 | <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> |
88 | 90 | </ul><h2>Installation</h2>
|
89 | 91 |
|
90 | 92 | <p>The recommended way to install Geocoder is through composer.</p>
|
@@ -197,6 +199,10 @@ <h3>GeocoderUsProvider</h3>
|
197 | 199 |
|
198 | 200 | <p>The <code>GeocoderUsProvider</code> is able to geocode <strong>street addresses</strong> only, exclusively in USA.</p>
|
199 | 201 |
|
| 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 | + |
200 | 206 | <p>You can use one of them or write your own provider. You can also register all providers and decide later.
|
201 | 207 | That's we'll do:</p>
|
202 | 208 |
|
@@ -434,6 +440,7 @@ <h2>Unit Tests</h2>
|
434 | 440 | <span class="c"><!-- <server name="YAHOO_API_KEY" value="YOUR_API_KEY" /> --></span>
|
435 | 441 | <span class="c"><!-- <server name="BINGMAPS_API_KEY" value="YOUR_API_KEY" /> --></span>
|
436 | 442 | <span class="c"><!-- <server name="CLOUDMADE_API_KEY" value="YOUR_API_KEY" /> --></span>
|
| 443 | + <span class="c"><!-- <server name="IGN_WEB_API_KEY" value="YOUR_API_KEY" /> --></span> |
437 | 444 | <span class="nt"></php></span>
|
438 | 445 | </pre></div>
|
439 | 446 |
|
|
0 commit comments