Skip to content

Commit

Permalink
Add doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Jan 26, 2025
1 parent bbd4ba9 commit 68c0ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/components/image.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { type StyleImageInterface, type StyleImageMetadata } from "maplibre-gl";
import { mapSymbol } from "@/lib/types";

/**
* Load an image to maplibre to use in the style
* Load an image to maplibre to use in the style.
* If the image id already exist, nothing is done.
*
* See [#addImage](https://maplibre.org/maplibre-gl-js/docs/API/classes/Map/#addimage) and [#loadImage](https://maplibre.org/maplibre-gl-js/docs/API/classes/Map/#loadimage)
* @since 8.2.0
Expand Down

0 comments on commit 68c0ae8

Please sign in to comment.