We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, each of the two different isochrone algorithms has its own default value of smoothing distance.
1333 m for regular isochrones
openrouteservice/ors-engine/src/main/java/org/heigit/ors/isochrones/builders/concaveballs/ConcaveBallsIsochroneMapBuilder.java
Line 212 in c22b008
vs. 1000 m for fast isochrones.
openrouteservice/ors-engine/src/main/java/org/heigit/ors/isochrones/builders/fast/FastIsochroneMapBuilder.java
Line 394 in c22b008
Have the same default value for both algorithms.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Problem description
Currently, each of the two different isochrone algorithms has its own default value of smoothing distance.
1333 m for regular isochrones
openrouteservice/ors-engine/src/main/java/org/heigit/ors/isochrones/builders/concaveballs/ConcaveBallsIsochroneMapBuilder.java
Line 212 in c22b008
vs. 1000 m for fast isochrones.
openrouteservice/ors-engine/src/main/java/org/heigit/ors/isochrones/builders/fast/FastIsochroneMapBuilder.java
Line 394 in c22b008
Proposed solution
Have the same default value for both algorithms.
Additional context
No response
Forum Topic Link
No response
The text was updated successfully, but these errors were encountered: