[[["เข้าใจง่าย","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"]]