mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-01 08:12:32 +00:00
remove style tool
This commit is contained in:
@@ -54,10 +54,6 @@
|
||||
<SquareDashedMousePointer slot="icon" size="18" />
|
||||
<span slot="tooltip">{$_('toolbar.clean.tooltip')}</span>
|
||||
</ToolbarItem>
|
||||
<ToolbarItem tool={Tool.STYLE}>
|
||||
<Palette slot="icon" size="18" />
|
||||
<span slot="tooltip">{$_('toolbar.style_tooltip')}</span>
|
||||
</ToolbarItem>
|
||||
</div>
|
||||
<ToolbarItemMenu />
|
||||
</div>
|
||||
|
@@ -126,8 +126,7 @@ export enum Tool {
|
||||
MERGE,
|
||||
EXTRACT,
|
||||
REDUCE,
|
||||
CLEAN,
|
||||
STYLE
|
||||
CLEAN
|
||||
}
|
||||
export const currentTool = writable<Tool | null>(null);
|
||||
export const splitAs = writable(SplitType.FILES);
|
||||
|
@@ -148,8 +148,7 @@
|
||||
"button": "Delete",
|
||||
"help": "Select a rectangle area on the map to remove GPS points and points of interest",
|
||||
"help_no_selection": "Select a file item to clean GPS points and points of interest"
|
||||
},
|
||||
"style_tooltip": "Change the style of the trace"
|
||||
}
|
||||
},
|
||||
"layers": {
|
||||
"settings": "Layer settings",
|
||||
|
Reference in New Issue
Block a user