Stay organized with collections
Save and categorize content based on your preferences.
Select properties from each Feature in a collection. It is also possible to call this function with only string arguments; they will be all be interpreted as propertySelectors (varargs).
Returns the feature collection with selected properties.
[[["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."],[[["`FeatureCollection.select()` allows you to select specific properties (attributes) from each feature within a FeatureCollection."],["You can select properties by their names, rename them, and optionally retain or remove the feature's geometry."],["It accepts arguments like `propertySelectors` for specifying properties to select, `newProperties` for renaming them, and `retainGeometry` to control geometry inclusion."],["The function returns a new FeatureCollection containing only the selected properties (and potentially modified geometry) for each feature."]]],[]]