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

[Maps] Warn if custom icon is not well supported #134376

Closed
Tracked by #154870
nickpeihl opened this issue Jun 14, 2022 · 3 comments
Closed
Tracked by #154870

[Maps] Warn if custom icon is not well supported #134376

nickpeihl opened this issue Jun 14, 2022 · 3 comments
Labels
enhancement New value added to drive a business result Feature:Maps impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas usability

Comments

@nickpeihl
Copy link
Member

In general, virtually any SVG can be converted to a monochromatic PNG with a signed distance function and displayed on the map. However, some SVGs can not be styled in the legend. For example, the SVG below has an embedded <image> element rather than <path> elements. So it is not possible to apply user styling to the SVG in the legend.

When a user uploads a SVG we should parse and warn the user about unsupported elements such as <image>, <animate>, etc.

black-2026402

@nickpeihl nickpeihl added [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation enhancement New value added to drive a business result labels Jun 14, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

@teresaalvarezsoler teresaalvarezsoler added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:large Large Level of Effort loe:medium Medium Level of Effort and removed loe:large Large Level of Effort labels Jul 18, 2022
@jb1b84 jb1b84 added Feature:Maps Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas labels Nov 3, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@jb1b84 jb1b84 removed the [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation label Nov 3, 2022
@nreese
Copy link
Contributor

nreese commented May 4, 2023

In order to provide better transparency of priorities, issues that will not be prioritized within the next 24 months are being closed.

Tracking request in Maps ice box #154870

@nreese nreese closed this as completed May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Maps impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas usability
Projects
None yet
Development

No branches or pull requests

5 participants