Open benstigsen opened 3 years ago
Actually, the ocean color is just the background color of the wrapper. You could overwrite that with CSS:
.svgMap-map-wrapper {
background: #d9ecff;
}
Keeping this issue open as this might me a nice option.
We now have sass variables to set the colors. The README.md has a section on styling https://github.com/StephanWagner/svgMap?tab=readme-ov-file#styling. $oceanColor
should suit your need @benstigsen . This issue can be closed
Currently it's only possible to change
colorMax
,colorMin
andcolorNoData
but not the ocean color (at least not when reading the README)