diff --git a/README-ja.md b/README-ja.md index 16abe5e..fa32f3a 100644 --- a/README-ja.md +++ b/README-ja.md @@ -7,7 +7,10 @@ ## プリセットを作成する * 元にしたいノードやウェイを選択した状態で "Create Preset" を選択します。 * プリセット作成ダイアログが開きます。不要なタグは "Use" 欄にチェックに入れればプリセットに含まれません。 -* このプラグインは2通りのタグ設定をサポートしています。"Textbox" を選べばテキストボックスに、"Fixed value" を選べばキーと値のペアが自動で入るようになります。 +* このプラグインは3通りのタグ設定をサポートしています。 + * "Textbox" を選べばテキストボックスになります。デフォルト値を設定することができます。 + * "Fixed value" を選べばキーと値のペアが自動で入るようになります。 + * "Selection" を選ぶと、複数の選択肢から値を選べるようにできます。 * 作成したプリセットは後で編集することができます。 * ノード・ウェイ・閉じたウェイなどの中から適用対象を指定することができます。 diff --git a/README.md b/README.md index edba442..7e435d6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ Your custom presets can be exported to local XML files. ## Create Presets * Select nodes or ways and click "Presets > Create Preset" menu. It shows a dialog containing tags extracted from the selection. * If you want to exclude some of listed tags, please uncheck "Use" checkboxes. -* This plugin supports two types of tags. Select "Textbox" if you want to make the value editable. If "Fixed value" is selected, the tag will be added as a fixed key-value pair. +* This plugin supports three types of tags. + * Select "Fixed value" to create a fixed key-value pair. + * Select "Textbox" if you want to make the value editable. You can set default values. + * Select "Selection" to create dropdown field with multiple options. * You can select target types such as nodes, ways and multipolygons. ## Use Presets diff --git a/build.xml b/build.xml index 85e487c..e1b78b8 100644 --- a/build.xml +++ b/build.xml @@ -17,7 +17,7 @@ - +