<display-coordinates bind="map_center" allow-dragging="true" allow-zoom="true">
<marker-query query="hydrants" latitude="{location.latitude}" longitude="{location.longitude}" label="{name}" icon="fa-fire" color="#000" />
</display-coordinates>
When I specify the marker-query without colouring, everything works, but as soon as I set the colour to anything (hex, function return, an asset colour) it changes the marker colour from the default blue-ish to completely white, regardless of the actual colour I’m inputting.