ui.Map.DrawingTools.addLayer
Adds a given list of ee.Geometry objects to the drawing tools as a geometry layer.
Returns the new geometry layer.
Usage | Returns | DrawingTools.addLayer(geometries, name, color, shown, locked) | ui.Map.GeometryLayer |
Argument | Type | Details | this: ui.map.drawingtools | ui.Map.DrawingTools | The ui.Map.DrawingTools instance. |
geometries | List | The geometries with which to initialize the layer. |
name | String, optional | The name of the layer. |
color | String, optional | The CSS color of shapes in the layer, for instance
"white" or "#FFFFFF". |
shown | Boolean, optional | Whether to show the shapes in the layer. Defaults to true. |
locked | Boolean, optional | Whether to lock shape editing in the layer. Defaults to false. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 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."]]],[]]