Is it possible to have a custom layer symbol that isn't just an image? #1435
Unanswered
rowanfreeman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I love the flexibility of the
Markercomponent because you can put anything inside it. However I ran into performance problems, and it was just too many markers in a single area (500+).So I switched over to using
SourceandLayer(symbols). This renders something really nice (text and an icon) and it's got great performance because it only renders a limited number of nodes at a time.However, I discovered the Symbol Layer only allows for images (PNG, SVG) as the icon.
Is it possible to have the performance and simplicity of
Layerwith the customisation ofMarker? For example, I'm trying to do something like this:Is this remotely possibly, or does anyone have any suggestions to achieve the same effect?
Beta Was this translation helpful? Give feedback.
All reactions