docker
docker copied to clipboard
docker
Tried to parse 21gb europe.osm.pbf ends with error: ``` 2018/02/23 13:22:21.742922 [WARN] Non-empty /data/valhalla/2 will be purged of tiles 2018/02/23 13:22:22.961088 [INFO] Parsing files: d 2018/02/23 15:44:04.893466 [INFO] Finished with...
Building a Valhalla Docker container from source fails due to the replacement of autoconf with cmake done in the core valhalla repo - https://github.com/valhalla/valhalla/commit/9d3f5a5db47be8b9e6a1d518f5cf9bd8af657f6f The [scripts/install_from_source.sh](https://github.com/buildscientist/docker/blob/master/scripts/install_from_source.sh) should probably be replaced...
Not sure if this intentional but when invoking `./build.sh source ` the Docker build will always pull the valhalla repo from master due to how [script/install_from_source.sh](https://github.com/buildscientist/docker/blob/master/scripts/install_from_source.sh) does a git clone...
Issue is connected to https://github.com/valhalla/valhalla/issues/2032. Update Lua to 5.3 to avoid wrong restriction parsing.
Hello, Would it be possible to release newest valhalla version on Docker please? :)
I'm trying to get the opentraffic servers running again and run into troubles getting the services to run at all. In the end I discovered that the planet_YYYY_MM_DD-HH_MM_SS file &...
Since the previous valhalla docker workflow included the commands to process OSM pbf data into Valhalla-ready vector tiles, it would be useful to add a blurb in the doc or...