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

Asymetric MarkSymbolizer #619

Open
KaiVolland opened this issue May 27, 2024 · 0 comments
Open

Asymetric MarkSymbolizer #619

KaiVolland opened this issue May 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@KaiVolland
Copy link
Contributor

Currently the size of a MarkSymbolizer is described by a single value: radius

To allow asymetric symbolizers (eg. rectangle instead of square) the radius property could be replaced with: size which would be typed as [Expression<number>, Expression<number>] or we could add this type to the radius so it would look like this:

radius?: Expression<number> | [Expression<number>, Expression<number>]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Todo
Development

No branches or pull requests

2 participants