Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до 15 апреля 2025 года, должны подтвердить некоммерческое право на сохранение доступа к Earth Engine.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-08 UTC."],[[["The `DrawingTools.addLayer()` function adds a list of Earth Engine Geometry objects to the drawing tools as a new layer."],["The function allows customization of the layer's name, color, visibility, and editability."],["Users receive the newly created `ui.Map.GeometryLayer` object, enabling further interaction with it."],["By default, the added layer is visible and unlocked for editing."]]],["The `DrawingTools.addLayer` method adds a list of `ee.Geometry` objects to the drawing tools, creating a new geometry layer. It accepts a list of geometries, an optional layer name, an optional CSS color for the shapes, a boolean to control visibility (default true), and a boolean to lock shape editing (default false). It returns a `ui.Map.GeometryLayer` representing the newly created layer.\n"]]