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

Make the 'Click the map to draw the location.' text configurable #368

Open
allisonmuise opened this issue Sep 24, 2018 · 1 comment
Open

Comments

@allisonmuise
Copy link
Contributor

What is the LOE to make this string configurable (with current nls text the default), and support wrapping to multiple lines?

@ashishchoure
Copy link
Contributor

@allisonmuise

We can easily make the string configurable. However, the location section displays the hint text based on layer type and device(desktop/mobile).
Desktop Mode:

  1. Point layer : Click the map to draw the location.
  2. Polygon/Line layer : Click the map to draw the location. Double click to complete the drawing.

Mobile Mode:

  1. Point layer : Tap the map to draw the location.
  2. Polygon/Line layer : Tap the map to draw the location. Double tap to complete the drawing.

If we make the string configurable then the same hint message will be displayed for all type of layers.
This ticket is low LOE. However, we need to come up with a more generic default message.

@allisonmuise allisonmuise added this to the Backlog milestone Nov 7, 2018
@shoe913 shoe913 modified the milestones: Backlog, AGOL 7.2 Jan 29, 2019
@aparveen aparveen modified the milestones: AGOL 7.2, Backlog Jan 29, 2019
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

5 participants