remove style tool

This commit is contained in:
vcoppe
2024-06-12 15:40:26 +02:00
parent d2d83900f3
commit e32f5c5300
3 changed files with 2 additions and 8 deletions

View File

@@ -54,10 +54,6 @@
<SquareDashedMousePointer slot="icon" size="18" /> <SquareDashedMousePointer slot="icon" size="18" />
<span slot="tooltip">{$_('toolbar.clean.tooltip')}</span> <span slot="tooltip">{$_('toolbar.clean.tooltip')}</span>
</ToolbarItem> </ToolbarItem>
<ToolbarItem tool={Tool.STYLE}>
<Palette slot="icon" size="18" />
<span slot="tooltip">{$_('toolbar.style_tooltip')}</span>
</ToolbarItem>
</div> </div>
<ToolbarItemMenu /> <ToolbarItemMenu />
</div> </div>

View File

@@ -126,8 +126,7 @@ export enum Tool {
MERGE, MERGE,
EXTRACT, EXTRACT,
REDUCE, REDUCE,
CLEAN, CLEAN
STYLE
} }
export const currentTool = writable<Tool | null>(null); export const currentTool = writable<Tool | null>(null);
export const splitAs = writable(SplitType.FILES); export const splitAs = writable(SplitType.FILES);

View File

@@ -148,8 +148,7 @@
"button": "Delete", "button": "Delete",
"help": "Select a rectangle area on the map to remove GPS points and points of interest", "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" "help_no_selection": "Select a file item to clean GPS points and points of interest"
}, }
"style_tooltip": "Change the style of the trace"
}, },
"layers": { "layers": {
"settings": "Layer settings", "settings": "Layer settings",