-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
add custom symbols for scattermapbox #2954
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
Comments
@archmoj is this something that your recent work will address or is it still a new feature? |
One may be able to add these to |
I think there's a good chance that #1804 is resolved for the map- traces, because of the way we explicit load maki icons if they're missing instead of relying on the style to list them as a resource to be loaded like the mapbox- traces This might to relieve some of the need for custom icons, since it's mentioned as the premise behind this ticket. MapLibre has a way to use a custom icon for a marker ( https://maplibre.org/maplibre-gl-js/docs/examples/custom-marker-icons/ ), it just doesn't have a plotly api around it. |
This is a request to add functionality for custom markers / symbols in the scattermapbox library.
As it is, the documentation currently says that there are available custom markers available from Maki Icons.
In practice, these icons don't appear to work at all if any theming is present in your application. See here.
The request is to update functionality to allow use of custom marker symbols via svg, similar to Leaflets implementation. This will remove the issue of using the above icons since an SVG could directly be called.
The text was updated successfully, but these errors were encountered: