[Maps] Warn if custom icon is not well supported #134376
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
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.The text was updated successfully, but these errors were encountered: