Skip to content

Commit b6f407d

Browse files
committed
Fix error in the README for surveyArea geojson
The text was incorrect, it is not relative to the config file location, but to the project directory path set in the config file
1 parent 6b07940 commit b6f407d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module.exports = {
123123
surveyAreaGeojsonPath: 'surveyArea.geojson'
124124
};
125125
```
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.
127127

128128
### GeoJSON Specifications
129129

0 commit comments

Comments
 (0)