From 5cebf9a8149662e3dafa93506cef832f7f02d157 Mon Sep 17 00:00:00 2001 From: Alexander Artemev Date: Wed, 17 Apr 2024 17:46:58 +0700 Subject: [PATCH] f --- src/types/plugin.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/plugin.ts b/src/types/plugin.ts index b59ceb6..230e4d1 100644 --- a/src/types/plugin.ts +++ b/src/types/plugin.ts @@ -168,7 +168,7 @@ export interface LabelOptions { */ coordinates: [number, number]; /** - * An elevation of a label. + * An elevation of a label in meters. */ elevation?: number; /** @@ -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; /**