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
|
|
@ -10,7 +10,7 @@ import SvelteUIElement from "../Base/SvelteUIElement"
|
|||
import PlantNet from "../PlantNet/PlantNet.svelte"
|
||||
import { default as PlantNetCode } from "../../Logic/Web/PlantNet"
|
||||
|
||||
export class PlantNetDetectionViz implements SpecialVisualization {
|
||||
export class PlantNetDetectionViz extends SpecialVisualization {
|
||||
funcName = "plantnet_detection"
|
||||
needsUrls = [PlantNetCode.baseUrl]
|
||||
group = "data_import"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue