Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eopenConfigurationDialog()\u003c/code\u003e function opens a dialog for configuring a geometry layer on a map.\u003c/p\u003e\n"],["\u003cp\u003eUsers can interact with the dialog to make changes to the geometry layer's configuration.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the \u003ccode\u003eonLayerConfig\u003c/code\u003e function to register a callback that will be executed when the user makes changes using the configuration dialog.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eopenConfigurationDialog()\u003c/code\u003e function returns the ui.Map.GeometryLayer object being updated.\u003c/p\u003e\n"]]],[],null,["\u003cbr /\u003e\n\nOpens a configuration dialog for the layer. Use onLayerConfig to register a callback for when the user makes changes using the dialog.\n\n\u003cbr /\u003e\n\nReturns the geometry layer to be updated by the dialog.\n\n| Usage | Returns |\n|-------------------------------------------|----------------------|\n| GeometryLayer.openConfigurationDialog`()` | ui.Map.GeometryLayer |\n\n| Argument | Type | Details |\n|------------------------------|----------------------|------------------------------------|\n| this: `ui.map.geometrylayer` | ui.Map.GeometryLayer | The ui.Map.GeometryLayer instance. |"]]