From 358e1a8504ca965de2332884ee9706c61b1e04fa Mon Sep 17 00:00:00 2001 From: Ryan Hamamura <58859899+ryanhamamura@users.noreply.github.com> Date: Fri, 20 Feb 2026 10:55:10 -1000 Subject: [PATCH] style: simplify container ship SVG marker Use a cleaner silhouette with hull, cargo hold, bridge, and funnel instead of individually colored containers. --- internal/examples/maplibre/main.go | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/internal/examples/maplibre/main.go b/internal/examples/maplibre/main.go index 9b08c11..4922a6d 100644 --- a/internal/examples/maplibre/main.go +++ b/internal/examples/maplibre/main.go @@ -78,26 +78,14 @@ func main() { // Custom SVG container ship marker (static) m.AddMarker("ship", maplibre.Marker{ LngLat: maplibre.LngLat{Lng: -122.38, Lat: 37.80}, - Element: `` + - // hull - `` + - // deck - `` + - // containers row 1 - `` + - `` + - `` + - `` + - // containers row 2 - `` + - `` + - `` + - // bridge - `` + - `` + - // funnel - `` + - `` + + Element: `` + + `` + + `` + + `` + + `` + + `` + + `` + + `` + ``, Anchor: "center", Rotation: 45,