I'm trying to render simple, custom html at a handful of points on the map. As far as I understand, the Marker's 'element' parameter is designed to do exactly this, but it's one of two properties missing from the react-map-gl Marker component (along with occludedOpacity). Adding these parameters would give devs far greater flexibility for marker customisation.
Target Use Case
I'm trying to render simple, custom html at a handful of points on the map. As far as I understand, the Marker's 'element' parameter is designed to do exactly this, but it's one of two properties missing from the react-map-gl Marker component (along with occludedOpacity). Adding these parameters would give devs far greater flexibility for marker customisation.
Proposal
Make the element parameter usable within the Marker component.