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
Could separate the original road (and other pieces)?
The text was updated successfully, but these errors were encountered:
Or we could use properties like:
{ "properties" : { "start" : { "road" : false, "interior" : true, }, "intermediate": [ { "step_num" : 100, "road" : false, "interior" : false, }, { "step_num" : 105, "road" : true, "interior" : false, } ], "end" : { "road" : true, "interior" : false } } }
Would that work? Then if the step is greater then step_num use that property...?
step_num
Sorry, something went wrong.
No branches or pull requests
Could separate the original road (and other pieces)?
The text was updated successfully, but these errors were encountered: