gis-ops / docker-valhalla

This is our flexible Docker repository for the Valhalla routing engine
MIT License
233 stars 69 forks source link

How to increase exclude_polygons param? #52

Closed eugenesotnikov closed 2 years ago

eugenesotnikov commented 2 years ago

Hello We got error "Exceeded maximum circumference for exclude_polygons". I tried to find this param in repos. Didn't find. But found only in valhalla/valhalla valhalla_build_config 'max_exclude_polygons_length': 10000

Do you plan to add this param to your project? We need to increase it very much.

TimMcCauley commented 2 years ago

You should be able to simply manipulate this parameter in your config.json and restart the container afterwards. https://github.com/valhalla/valhalla/blob/master/bench/meili/config.json#L82

eugenesotnikov commented 2 years ago

Do you mean file valhalla.json in custom_files?

TimMcCauley commented 2 years ago

Do you mean file valhalla.json in custom_files?

correct !

eugenesotnikov commented 2 years ago

Wow! That's greate! It's works. So easy. Thanks!

TimMcCauley commented 2 years ago

Very welcome 🙏