You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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: