mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 18:12:11 +00:00
fix line weight attribute with correct one: line width
This commit is contained in:
@@ -69,7 +69,7 @@ export type TrackExtensions = {
|
||||
export type LineStyleExtension = {
|
||||
'gpx_style:color'?: string;
|
||||
'gpx_style:opacity'?: number;
|
||||
'gpx_style:weight'?: number;
|
||||
'gpx_style:width'?: number;
|
||||
};
|
||||
|
||||
export type TrackSegmentType = {
|
||||
|
||||
Reference in New Issue
Block a user