From cc210b7efba76137fb019bf54275915045926f7f Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 26 Dec 2024 06:35:37 +0100 Subject: [PATCH] Readme: Explain that references don't respect the underscore convention (#148) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce2fe40..a04f7e6 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,8 @@ This means that they will be recognized by iD when editing existing data, but will not be available as an option when adding new features. By convention, unsearchable presets have filenames that begin with an underscore -(e.g. `data/presets/landuse/_farm.json`) +(e.g. `data/presets/landuse/_farm.json`). However, when using the preset name as reference, +the underscore is omitted (e.g. `{landuse/farm}`). ##### `matchScore`