aqsous / osmbonuspack

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

NominatimPOIProvider not able to search along a route anymore #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NominatimPOIProvider normally allows to search POI along a route: 

ArrayList<POI> pois = poiProvider.getPOIAlong(road.getRouteLow(), "fuel", 50, 
2.0);

This is currently not working anymore, and always lead to no result found. 

This is due to a change in Nominatim service. 

This issue will be followed here: 
https://github.com/twain47/Nominatim/issues/174

Original issue reported on code.google.com by mathieu....@gmail.com on 21 Aug 2014 at 7:34

GoogleCodeExporter commented 9 years ago
Fix commited. 

Original comment by mathieu....@gmail.com on 2 Sep 2014 at 9:15

GoogleCodeExporter commented 9 years ago
OSMBonusPack fix to cancel, as Nominatim just made a fix on its side. 

Original comment by mathieu....@gmail.com on 4 Sep 2014 at 8:20

GoogleCodeExporter commented 9 years ago
Closed with v4.9. 

Original comment by mathieu....@gmail.com on 1 Oct 2014 at 11:08