@@ -14,49 +14,49 @@ provides an abstraction layer for geocoding manipulations, as well as a
1414powerful API.
1515
1616** Geocoder** supports a lot of third-party services such as:
17-
18- * [ FreeGeoIp ] ( http://freegeoip.net/static/index.html )
19- * [ HostIp ] ( http://www.hostip.info/ )
20- * [ IpInfoDB ] ( http://www.ipinfodb .com/ )
21- * [ Google Maps] ( http ://code .google.com/apis/ maps/documentation/geocoding/ )
22- * [ Google Maps for Business ] ( https ://developers.google .com/maps/documentation/business/webservices )
23- * [ Bing Maps ] ( http://msdn.microsoft.com/en-us/library/ff701715.aspx )
24- * [ OpenStreetMaps ] ( http://nominatim.openstreetmap.org/ )
25- * [ CloudMade ] ( http://developers.cloudmade.com/projects/show/geocoding-http-api )
26- * [ Geoip ] ( http://php.net/manual/book.geoip.php )
27- * [ MapQuest ] ( http://open.mapquestapi.com/ )
28- * [ OIORest ] ( http://geo.oiorest.dk/ )
29- * [ GeoCoder.ca ] ( http://geocoder.ca/ )
30- * [ GeoCoder.us ] ( http://geocoder.us/ )
31- * [ IGN OpenLS ] ( http://www.ign.fr/ )
32- * [ DataScienceToolkit ] ( http://www.datasciencetoolkit.org/ )
33- * [ Yandex ] ( http://api.yandex .com.tr/maps/doc/geocoder/desc/concepts/About.xml )
34- * [ GeoPlugin ] ( http://www.geoplugin .com/webservices )
35- * [ GeoIPs ] ( http://www.geoips .com/developer/geoips-api )
36- * [ MaxMindweb service ] ( http://dev.maxmind.com/geoip/legacy/web-services )
37- * [ MaxMind binary file ] ( http://dev.maxmind.com/geoip/legacy/downloadable )
38- * [ Geonames ] ( http://www.geonames.org/ )
39- * [ IpGeoBase ] ( http://ipgeobase.ru/ )
40- * [ Baidu ] ( http://developer.baidu .com/map/geocoding-api.htm )
41- * [ TomTom ] ( http://developer.tomtom.com/docs/read/Geocoding )
42- * [ ArcGIS Online] ( http://resources.arcgis.com/en/help/arcgis-online-geocoding-rest-api/ )
17+ [ FreeGeoIp ] ( http://freegeoip.net/static/index.html ) ,
18+ [ HostIp ] ( http://www.hostip.info/ ) ,
19+ [ IpInfoDB ] ( http://www.ipinfodb.com/ ) ,
20+ [ Google Maps ] ( http://code.google .com/apis/maps/documentation/geocoding/ ) ,
21+ [ Google Maps for Business ] ( https ://developers .google.com/maps/documentation/business/webservices ) ,
22+ [ Bing Maps] ( http ://msdn.microsoft .com/en-us/library/ff701715.aspx ) ,
23+ [ OpenStreetMaps ] ( http://nominatim.openstreetmap.org/ ) ,
24+ [ CloudMade ] ( http://developers.cloudmade.com/projects/show/geocoding-http-api ) ,
25+ [ Geoip ] ( http://php.net/manual/book.geoip.php ) ,
26+ [ MapQuest ] ( http://open.mapquestapi.com/ ) ,
27+ [ OIORest ] ( http://geo.oiorest.dk/ ) ,
28+ [ GeoCoder.ca ] ( http://geocoder.ca/ ) ,
29+ [ GeoCoder.us ] ( http://geocoder.us/ ) ,
30+ [ IGN OpenLS ] ( http://www.ign.fr/ ) ,
31+ [ DataScienceToolkit ] ( http://www.datasciencetoolkit.org/ ) ,
32+ [ Yandex ] ( http://api.yandex.com.tr/maps/doc/geocoder/desc/concepts/About.xml ) ,
33+ [ GeoPlugin ] ( http://www.geoplugin .com/webservices ) ,
34+ [ GeoIPs ] ( http://www.geoips .com/developer/geoips-api ) ,
35+ [ MaxMind web service ] ( http://dev.maxmind .com/geoip/legacy/web-services ) ,
36+ [ MaxMindbinary file ] ( http://dev.maxmind.com/geoip/legacy/downloadable ) ,
37+ [ Geonames ] ( http://www.geonames.org/ ) ,
38+ [ IpGeoBase ] ( http://ipgeobase.ru/ ) ,
39+ [ Baidu ] ( http://developer.baidu.com/map/geocoding-api.htm ) ,
40+ [ TomTom ] ( http://developer.tomtom .com/docs/read/Geocoding ) ,
41+ and
42+ [ ArcGIS Online] ( http://resources.arcgis.com/en/help/arcgis-online-geocoding-rest-api/ ) .
4343
4444
4545Documentation
4646-------------
4747
4848Here are the links to the official and complete documentation pages:
4949
50- * [ Geocoder documentation] ( / Geocoder)
50+ * [ Geocoder documentation] ({{ site.url }} Geocoder)
5151* [ GeocoderBundle documentation] ({{ site.github_base_url }}BazingaGeocoderBundle/blob/master/Resources/doc/index.md#bazingageocoderbundle)
5252
5353
5454License
5555-------
5656
57- ** Geocoder** is released under the[ MIT
58- License] ( http://www.tldrlegal.com/license/mit-license ) . See the bundled LICENSE
59- file for details.
57+ ** Geocoder** and its related projects are released under the[ MIT
58+ License] ( http://www.tldrlegal.com/license/mit-license ) . See the bundled
59+ ` LICENSE ` file in each project for details.
6060
6161
6262Geocoder ECG (Build Status)
@@ -80,4 +80,4 @@ automatically build our projects, and here are the statuses:
8080 </td>
8181{% endfor %}
8282</tr>
83- </table>
83+ </table >