[[["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."],[[["Returns the union of the geometry, leaving single geometries untouched and uniting multi-geometries."],["Accepts optional `maxError` and `proj` parameters to control reprojection during the union operation."],["Can be applied to LinearRing geometries to dissolve them into a single geometry."]]],["The `dissolve` method unions geometries, leaving single geometries unchanged and handling multi-geometries. It takes an optional `maxError` argument, controlling reprojection error tolerance, and a `proj` argument to specify the output projection, defaulting to spherical. The method is applied to a geometry object (`LinearRing` in the examples). It is shown in both javascript and python examples, with visual output of before and after on a map.\n"]]