Arne Setzer
Arne Setzer
As mentioned above, instructions on how to overwrite the geometries would be nice. Also an estimation of which original data should be taken over would be great. I would keep...
> Curious piece of geography you found! How did you find it? We had some problems with the language labels for switzerland in pelias (always english instead of given language),...
You can mount the dictionary via volume in the docker compose file. An example is in the south africa project https://github.com/pelias/docker/blob/master/projects/south-africa/docker-compose.yml#L16
In case anybody has the same problem: I made a little workaround shell script, which basically just loops over all CountryCodes, puts them in the pelias.json and runs the downloader...
Ah, my bad. Forgot to convert it to a draft. The download works as expected, but if you try to import geonames It throws an expection due to a reuse...
Just in case anybody digs this issue: At least the docker image uses the polyline extractor from missinglink (see https://github.com/pelias/polylines/blob/master/Dockerfile#L13) which currently only supports hard coded highway types and not...
Well, convert them into a geotiff or srtm syntax and create a entry in the config.yaml. I just had a quick look, but it seems like, that [gdal can handle...
You could do that, but this would produce some overhead since you apply updates to non existing nodes/ways/relations. You could clip europe and north america from the diff file but...
1. I can't test it right now, but it is a common problem that the `python` command is not linked to the python2 nor python3 binary, so it might be...