forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
a190597905
commit
087e639020
382 changed files with 29496 additions and 2675 deletions
|
|
@ -13,14 +13,17 @@ import { ServerSourceInfo } from "../../Models/SourceOverview"
|
|||
|
||||
export class PlantNetDetectionViz extends SpecialVisualizationSvelte {
|
||||
funcName = "plantnet_detection"
|
||||
needsUrls: ServerSourceInfo[] = [<ServerSourceInfo>{ url : PlantNetCode.baseUrl,
|
||||
description: "Planet provides an API that, based on images, detects a plant species",
|
||||
category: "feature",
|
||||
openData: true,
|
||||
selfhostable: "unknown",
|
||||
trigger:["specific_feature", "specific_theme", "clear_consent"],
|
||||
moreInfo: ["https://plantnet.org","https://github.com/plantnet"]
|
||||
}]
|
||||
needsUrls: ServerSourceInfo[] = [
|
||||
<ServerSourceInfo>{
|
||||
url: PlantNetCode.baseUrl,
|
||||
description: "Planet provides an API that, based on images, detects a plant species",
|
||||
category: "feature",
|
||||
openData: true,
|
||||
selfhostable: "unknown",
|
||||
trigger: ["specific_feature", "specific_theme", "clear_consent"],
|
||||
moreInfo: ["https://plantnet.org", "https://github.com/plantnet"],
|
||||
},
|
||||
]
|
||||
group = "data_import"
|
||||
|
||||
docs =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue