bimalchawla89 / osmbonuspack

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

NominatimPOIProvider.getPOIAlong: no result on Nominatim service #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On the usual Nominatim service (nominatim.openstreetmap.org ), requesting POI 
along a route is returning no result. 

Until we understand the issue, if you need this feature, you can switch to 
MapQuest OPEN API equivalent, using this method:

poiProvider.setService(NominatimPOIProvider.MAPQUEST_POI_SERVICE);

Original issue reported on code.google.com by mathieu....@gmail.com on 30 Aug 2012 at 8:12

GoogleCodeExporter commented 9 years ago
Seems to be solved now. 

Original comment by mathieu....@gmail.com on 13 Apr 2013 at 7:34