You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ module.exports = {
123
123
surveyAreaGeojsonPath:'surveyArea.geojson'
124
124
};
125
125
```
126
-
The path is relative to the survey project directory (where the configuration file is located). If this property is missing or the file is not found, territorial validation is skipped.
126
+
The path is relative to the survey project directory (projectDirectory param in config file). If this property is missing or the file is not found, territorial validation is skipped.
0 commit comments