Skip to content

Commit 6a492fe

Browse files
authored
Merge pull request #496 from HSLdevcom/modify-hsl-preprocessing
AB#235 - Improve documentation
2 parents b6f5fea + 1f07473 commit 6a492fe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ When creating OSM preprocessing instructions you should:
187187
1. Name the bash file as follows: `<osm_id_of_osm_file>.sh`. Valid file names can be e.g. `hsl.sh` or `southFinland.sh`.
188188
2. Place the file in the `osm-preprocessing` directory of the config you want to use.
189189
3. Make sure that the name of the output file is the same as the input file e.g. `hsl.pbf`.
190-
4. Make sure that you do not reuse input and output filenames in commands.
191-
For example, do not use: `osmfilter hsl.o5m -o=hsl.o5m ...` you can instead use `osmfilter hsl.o5m -o=hsl2.o5m ...`.
190+
4. Make sure that you do not reuse input and output filenames in commands:
191+
- INCORRECT `osmfilter hsl.o5m -o=hsl.o5m ...`
192+
- CORRECT `osmfilter hsl.o5m -o=hsl2.o5m ...`
192193
5. Test the script by running it locally and verifying that the output makes sense.

0 commit comments

Comments
 (0)