isabell

Results 3 comments of isabell

Here an example how the response for one poi with address details could look like: ``` { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 8.684564, 49.403245 ] }, "properties":...

I guess kind of the problem is the bbox in the database query. Takes coordinates for Heidelberg, but POIs are requested for Bremen, too. Using a large enough bbox manually...

Should be fixed now.