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,