@@ -14,49 +14,49 @@ provides an abstraction layer for geocoding manipulations, as well as a
14
14
powerful API.
15
15
16
16
** 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
- * [ MaxMind web 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
+ [ MaxMind binary 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/ ) .
43
43
44
44
45
45
Documentation
46
46
-------------
47
47
48
48
Here are the links to the official and complete documentation pages:
49
49
50
- * [ Geocoder documentation] ( / Geocoder)
50
+ * [ Geocoder documentation] ({{ site.url }} Geocoder)
51
51
* [ GeocoderBundle documentation] ({{ site.github_base_url }}BazingaGeocoderBundle/blob/master/Resources/doc/index.md#bazingageocoderbundle)
52
52
53
53
54
54
License
55
55
-------
56
56
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.
60
60
61
61
62
62
Geocoder ECG (Build Status)
@@ -80,4 +80,4 @@ automatically build our projects, and here are the statuses:
80
80
</td>
81
81
{% endfor %}
82
82
</tr>
83
- </table>
83
+ </table >
0 commit comments