dbathily / gisgraphy

Automatically exported from code.google.com/p/gisgraphy
0 stars 0 forks source link

geocoding webservice not working? #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
trying the geocoding webservice via localhost-implementation. using the 
provided example 
http://localhost:8080/geocoding/geocode?address=108%20avenue%20des%20champs%20el
ysees%20paris&countrycode=FR

i get the following output:
<results>
<error>address and country parameters are required</error><numFound>0</numFound>
</results>

Original issue reported on code.google.com by Michel.B...@gmail.com on 2 Aug 2013 at 3:11

GoogleCodeExporter commented 9 years ago
Hi

the message is clear : country parameter is required, not countrycode.

http://services.gisgraphy.com/geocoding/geocode?address=108%20avenue%20des%20cha
mps%20elysees%20paris&country=FR

Original comment by davidmasclet@gmail.com on 20 Aug 2013 at 10:10

GoogleCodeExporter commented 9 years ago
documentation should be fixed then:

http://www.gisgraphy.com/documentation/user-guide.htm#geocodingwebservice

Original comment by Michel.B...@gmail.com on 21 Aug 2013 at 5:49