Arne Setzer
Arne Setzer
Done. lgtm? 😄
Is there anything preventing this PR from being merged? I would be very happy if it could be merged! :)
Both directories are now checked for files. This creates the caveat that, in the event of a name duplication, the file in the 'sqlite' directory will always be used. However,...
Removed the if/else construct and implemented the same functionality by checking the amount of additional arguments each time. https://github.com/pelias/interpolation/blob/6cf2dca769d9a65c9ea3c947e1a3e711a6a3c4ed/script/build.sh#L51-L71
Anything new here? imo is this PR ready for merge 😄
Anything new here?
What happens when you execute `docker exec -it YOUROVERPASSINSTANCENAME chown overpass:overpass /db/db/osm3s_osm_base`? This should solve the problem at least temporarily. This is btw my output for the file in question:...
1. Is there a valid .osm.pbf file in `data/openstreetmap/india-latest.osm.pbf``? 2. Did you change anything on the mounting settings in the docker-compose.yml? 3. Regarding the screenshot for interpolation: See https://github.com/pelias/polylines#download-data and...
Ah, I forgot that the polyline image is not runnning as a daemon in the background all the time. In this case you could build a modified image yourself or...
Go to the project folder. Copy any europe country project. Replace every URL/[ISO 3166 shortcode](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) with the correct url/shortcode for india. Remove openaddress, [they have no data for india](https://batch.openaddresses.io/data#map=3.01/14.27/83.76). Run...