-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[survey] Add support for configurable ranges
The ranges for the survey station can be configured on a per-part basis using the SiteRanges field in the module node. This is just a list of comma-separated ranges in meters. 0 or negative ranges use the default range, missing elements (ie, too few in the list) use the default value for those ranges, excess ranges are ignored, and any parsing error aborts the list leaving unprocessed ranges at their default value. Closes #179
- Loading branch information
Showing
2 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters