Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
alxart committed Apr 17, 2024
1 parent 809b946 commit 5cebf9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export interface LabelOptions {
*/
coordinates: [number, number];
/**
* An elevation of a label.
* An elevation of a label in meters.
*/
elevation?: number;
/**
Expand All @@ -194,7 +194,7 @@ export interface LabelGroupOptions {
*/
id: string;
/**
* An elevation of a label group.
* An elevation of a label group in meters.
*/
elevation: number;
/**
Expand Down

0 comments on commit 5cebf9a

Please sign in to comment.