Skip to content

Commit

Permalink
Add description about combo field
Browse files Browse the repository at this point in the history
  • Loading branch information
maripo committed Sep 16, 2017
1 parent 564189f commit 49af2aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
## プリセットを作成する
* 元にしたいノードやウェイを選択した状態で "Create Preset" を選択します。
* プリセット作成ダイアログが開きます。不要なタグは "Use" 欄にチェックに入れればプリセットに含まれません。
* このプラグインは2通りのタグ設定をサポートしています。"Textbox" を選べばテキストボックスに、"Fixed value" を選べばキーと値のペアが自動で入るようになります。
* このプラグインは3通りのタグ設定をサポートしています。
* "Textbox" を選べばテキストボックスになります。デフォルト値を設定することができます。
* "Fixed value" を選べばキーと値のペアが自動で入るようになります。
* "Selection" を選ぶと、複数の選択肢から値を選べるようにできます。
* 作成したプリセットは後で編集することができます。
* ノード・ウェイ・閉じたウェイなどの中から適用対象を指定することができます。

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<property name="commit.message" value="Commit message"/>
<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
<property name="plugin.main.version" value="12712"/>
<property name="plugin.version" value="1.1.3"/>
<property name="plugin.version" value="1.2"/>

<!-- Configure these properties (replace "..." accordingly).
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
Expand Down

0 comments on commit 49af2aa

Please sign in to comment.