NYCPlanning / labs-geosearch-docker

Main repository for running the Planning Labs geosearch API powered by pelias
12 stars 3 forks source link

OpenStreetMap import will break if links aren't updated before May 7 #6

Open allthesignals opened 4 years ago

allthesignals commented 4 years ago

@grischard commented on Wed Mar 07 2018

http://planet.openstreetmap.org is available over https, and will start redirecting to https on 2018-05-07.

Your project uses curl, which will not follow redirects by default.

Would it please be possible to update all files from http://planet.openstreetmap.org to https://planet.openstreetmap.org before then?

Ideally, would it be possible to make all requests to openstreetmap.org over https?


@chriswhong commented on Wed Mar 07 2018

This importer is not using openstreetmap data, though I assume you found this because the http url exists in the code. I'll leave this open as a reminder to clean up the old OSM references.


@grischard commented on Thu Mar 08 2018

Yes, my search was pretty basic.