Changes between Version 122 and Version 123 of TaggingPresets
- Timestamp:
- 2015-12-05T12:28:47+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v122 v123 138 138 To use instead of "values" if the list of values has to be obtained with a Java method of this form: public static String[] getValues(); The value must be: "full.package.name.ClassName#methodName". 139 139 values_no_i18n="true|false":: 140 Disables internationalisation for value to avoid mistakes, see #11696. Default is "false". Used in <combo> and <multiselect>. 140 Disables internationalisation for value to avoid mistakes, see #11696. Default is "false". Used in <combo> and <multiselect>. (Useful e.g. for opening hours or brand names.) 141 141 values_sort="false":: 142 142 Values of <combo> and <multiselect> are sorted alphabetic in every language. With this attribute you can disable the alphabetic sorting if the values should keep the given order, see #5509 and #11926. (In the JOSM internal preset this is used for the keys "smoothness" and "trail_visibility".) Default is "true". Users can globaly disable sorting with the preference key `taggingpreset.sortvalues`.
