Replies: 2 comments 1 reply
-
|
When in doubt, look at the output of Planetiler. means the parameter would be |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Yes that's what I suspected because by mistake I ran planetiler using some arguments like '--xxx-yyy-zzz=vvvvv', then I realized my mistake, then I ran another time with '--xxx_yyy_zzz=vvvvv' ==> running time and result were exactly the same ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
About passing parameters to planetiler, which one of these will work ?
1/ --osm_lazy_reads=false
2/ -osm_lazy_reads=false
3/ --osm-lazy-reads=false
4/ -osm-lazy-reads=false
Also : do I expect an error message if I pass a wrong argument, or if the syntax is wrong ?
Beta Was this translation helpful? Give feedback.
All reactions