Stay organized with collections
Save and categorize content based on your preferences.
Remaps the value of a specific property in a collection. Takes two parallel lists and maps values found in one to values in the other. Any element with a value that is not specified in the first list is dropped from the output collection.
[[["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."],[[["Remaps property values in a FeatureCollection using parallel lists for input and output mappings."],["Elements with values not found in the input mapping list (`lookupIn`) are excluded from the output."],["Accepts FeatureCollections, input and output mapping lists, and the property name for remapping as arguments."],["Useful for classifying features based on specific property values and simplifying data representation."]]],[]]