Ankündigung: Alle nicht kommerziellen Projekte, die vor dem 15. April 2025 für die Nutzung der Earth Engine registriert wurden, müssen die Berechtigung zur nicht kommerziellen Nutzung bestätigen, um weiterhin auf die Earth Engine zugreifen zu können.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["A FeatureViewLayer is used to display data from a FeatureView asset on a ui.Map."],["It is created using the `ui.Map.FeatureViewLayer()` constructor, which takes the FeatureView asset ID and optional visualization parameters, name, visibility, and opacity."],["The layer can be customized with visualization parameters and its appearance, such as name and opacity, can be controlled."],["By default, the layer is visible and has an opacity of 1, but these properties can be adjusted as needed."]]],["The `ui.Map.FeatureViewLayer` function creates a layer from a FeatureView asset for display on a `ui.Map`. It requires the `assetId` of the FeatureView and accepts optional parameters: `visParams` for visualization settings, `name` for layer identification, `shown` to control initial visibility, and `opacity` to adjust the layer's transparency from 0 to 1. The function returns a `ui.Map.FeatureViewLayer` object.\n"]]