Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double-Click-to-Copy <featurecaption> variable reference #53

Open
prushforth opened this issue Oct 29, 2022 · 0 comments
Open

Double-Click-to-Copy <featurecaption> variable reference #53

prushforth opened this issue Oct 29, 2022 · 0 comments

Comments

@prushforth
Copy link
Member

Background

The existing MapML extension allows the text entry of variable references into a text box that represents a string template, which is a bit like providing a user interface to enter program source code. The “legal” values of feature attributes or band names are presented in a list box adjacent to the text entry input, but this list serves as a reference only; it is not live or copyable. It is desired to make the process of obtaining legal attribute or band names for use in the string template less error prone and simpler.

image

Requirement

Improve the selection of attributes or band names for use in the mapping, by allowing the user to double-click or drag an attribute or band name from the select list into the string template as a pre-formatted property placeholder i.e. it appears at the end of the string in the text box below the attribute list, with the attribute or band name correctly formatted as a property placeholder “${attribute-or-band-name}”. Currently users must type out property placeholders themselves, which can easily lead to errors at runtime due to typos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant