הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-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"]]