From fe6a49c5fb436208e96f25b0346b352ea0ecb51b Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 13 Mar 2013 13:01:16 -0700 Subject: [PATCH] Say more about tags --- data/presets/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/presets/README.md b/data/presets/README.md index 698b7af37..8a4267be8 100644 --- a/data/presets/README.md +++ b/data/presets/README.md @@ -32,7 +32,9 @@ A basic preset is of the form: "village green", "woodland" ], - // tags that automatically added to the feature when it's selected + // tags that are added to the feature when selecting the preset, + // and also used to match the preset against existing features. + // You can use the value "*" to match any value. "tags": { "leisure": "park" },