[go: nahoru, domu]

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

Generic Draw Overlay #315

Open
travisgriggs opened this issue May 1, 2023 · 1 comment
Open

Generic Draw Overlay #315

travisgriggs opened this issue May 1, 2023 · 1 comment
Labels
priority: p4 An issue that should be addressed eventually. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@travisgriggs
Copy link

I'm trying to replicate an iOS ag irrigation app that has relatively complicated map overlays. The overlays include:

  • Circles (there already)
  • Polygons (exists)
  • Part Circles with arbitrary sweep/start (not there)
  • Rectangles (can be done with Polygons)
  • Partial fills that show progress as watering completes (not supported)
  • Styled borders (I guess you could fudge it with multiple overlays? ugh)
  • Cross hashed fills (not sure if the Compose Color can do these? Might be doable? Seems its more of a Brush thing?)

What would be nice is if there was something akin to Circle/Polygon that just takes a draw block, and adds local helpers to translate from latlon coords into drawing space, as well as scale distance in meters.

The general purpose Circle/Polyshape would be nice for quick and dirty, but anything complex, a DrawOverlay that basically did adapted Canvas drawing would enable just about any kind of overlay a person could dream up of.

If such a thing is possible already, I apologize for asking; would you please point me in the right direction?

@travisgriggs travisgriggs added triage me I really want to be triaged. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels May 1, 2023
@wangela
Copy link
Member
wangela commented May 1, 2023

If you would like to upvote the priority of this issue, please comment below or react with 👍 so we can see what is popular when we triage.

@travisgriggs Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

@kikoso kikoso added priority: p4 An issue that should be addressed eventually. and removed triage me I really want to be triaged. labels Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p4 An issue that should be addressed eventually. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants