Skip to content

Commit

Permalink
deploy: 6d03489
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Jan 28, 2025
1 parent 2d996dd commit 5edd1dc
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/apply-layergroup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/apply-layergroup.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/geojson-layer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/geojson-layer.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/openmaptiles-layer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/openmaptiles-layer.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/stylefunction.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/stylefunction.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { default as MapboxVectorLayer } from "./MapboxVectorLayer.js";
export { stylefunction, recordStyleLayer, renderTransparent, getStyleForLayer } from "./stylefunction.js";
export { apply as default, apply, applyBackground, applyStyle, getLayer, getLayers, getSource, getMapboxLayer, updateMapboxSource, updateMapboxLayer, addMapboxLayer, removeMapboxLayer, getFeatureState, setFeatureState } from "./apply.js";
export { getStyleForLayer, recordStyleLayer, renderTransparent, stylefunction } from "./stylefunction.js";
export { addMapboxLayer, apply, apply as default, applyBackground, applyStyle, getFeatureState, getLayer, getLayers, getMapboxLayer, getSource, removeMapboxLayer, setFeatureState, updateMapboxLayer, updateMapboxSource } from "./apply.js";
2 changes: 1 addition & 1 deletion olms.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion olms.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion stylefunction.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function recordStyleLayer(record?: boolean): void;
* is available. Font names are the names used in the Mapbox/MapLibre Style object. If
* not provided, the font stack will be used as-is. This function can also be
* used for loading web fonts.
* @param {function(VectorLayer|VectorTileLayer, string):HTMLImageElement|HTMLCanvasElement|string|undefined} [getImage=undefined]
* @param {function(VectorLayer|VectorTileLayer, string):HTMLImageElement|HTMLCanvasElement|string|undefined} [getImage]
* Function that returns an image or a URL for an image name. If the result is an HTMLImageElement, it must already be
* loaded. The layer can be used to call layer.changed() when the loading and processing of the image has finished.
* This function can be used for icons not in the sprite or to override sprite icons.
Expand Down
2 changes: 1 addition & 1 deletion util.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function getResolutionForZoom(zoom: any, resolutions: any): number;
/**
* @param {ResourceType} resourceType Type of resource to load.
* @param {string} url Url of the resource.
* @param {Options} [options={}] Options.
* @param {Options} [options] Options.
* @param {{request?: Request}} [metadata] Object to be filled with the request.
* @return {Promise<Object|Response>} Promise that resolves with the loaded resource
* or rejects with the Response object.
Expand Down

0 comments on commit 5edd1dc

Please sign in to comment.