@trackunit/react-map 0.2.132 → 0.2.133
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../../../libs/react/map/migrations/entry.ts"],"names":[],"mappings":"","sourcesContent":["export {};\n"]}
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@ export type UseLabelPlacementParams<TAsset> = Readonly<{
|
|
|
9
9
|
getId: (item: TAsset) => string;
|
|
10
10
|
/** Stable position accessor — pass a referentially stable function. */
|
|
11
11
|
getPosition: (item: TAsset) => Position;
|
|
12
|
-
/** Current camera view box; candidates outside it are skipped. `null` disables clipping. */
|
|
12
|
+
/** Current camera view box; candidates outside it are skipped. `null` disables clipping and converts the footprint at the equator. */
|
|
13
13
|
bounds: Readonly<GeoJsonBbox> | null;
|
|
14
14
|
/** Current camera zoom; drives the px→geo footprint scale. */
|
|
15
15
|
zoom: number;
|