[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-26 UTC。"],[[["This function reprojects a given geometry to a new coordinate system, specified by the `proj` argument."],["By default, the geometry will be transformed to EPSG:4326 (WGS 84), treating edges as geodesics for geographic CRS and straight lines otherwise."],["Users can control the acceptable projection error using the `maxError` parameter."],["The function returns a new Geometry object representing the transformed geometry."]]],["The `transform` function reprojects a geometry to a specified projection. It accepts the geometry itself, the target projection (`proj`), and an optional `maxError` parameter to control accuracy. The function defaults to EPSG:4326 if no projection is provided. The target projection determines if the edges are interpreted as geodesics or straight lines, and the result is a new geometry with the applied projection.\n"]]