Hello,

FYI :

I recently noticed that location/search doesn't work anymore  (I'm using the 
last GIT version)

It appears that the http request  to openstreetmap failed (moved permanently to 
https://....) :

curl 
http://nominatim.openstreetmap.org/search/paris?format=xml&limit=5&polygon_text=1
$ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a 
href="https://nominatim.openstreetmap.org/search/paris?format=xml";>here</a>.</p>;;;
<hr>
<address>Apache/2.4.18 (Ubuntu) Server at nominatim.openstreetmap.org Port 
80</address>
</body></html>

If I patch src/libs/location.c to use https instead of http it works again. (I 
think it should also be possible to have redirect taken into account by curl)


Best regards,


Jean-Luc
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to