forked from MapComplete/MapComplete
Refactoring: put all special visualisations into their own class, add their location into the documentation
This commit is contained in:
parent
c0e7c9e8fa
commit
ae5205f92d
29 changed files with 2270 additions and 2075 deletions
|
|
@ -4,7 +4,7 @@ import { SpecialVisualizationState, SpecialVisualizationSvelte } from "../Specia
|
|||
import SvelteUIElement from "../Base/SvelteUIElement"
|
||||
import ShareButton from "../Base/ShareButton.svelte"
|
||||
|
||||
export class ShareLinkViz implements SpecialVisualizationSvelte {
|
||||
export class ShareLinkViz extends SpecialVisualizationSvelte {
|
||||
funcName = "share_link"
|
||||
group = "default"
|
||||
docs = "Creates a link that (attempts to) open the native 'share'-screen"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue