สร้างงานแบบกลุ่มเพื่อส่งออกรูปภาพเป็นปิรามิดสี่เหลี่ยมผืนผ้าของไทล์แผนที่สำหรับใช้กับโปรแกรมดูเว็บแมป ไทล์แผนที่จะมาพร้อมกับไฟล์ index.html อ้างอิงที่แสดงไทล์โดยใช้ Google Maps API และไฟล์ earth.html สำหรับเปิดแผนที่ใน Google Earth
[[["เข้าใจง่าย","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"],[[["Exports an image as map tiles for web map viewers, including an index.html for Google Maps API and earth.html for Google Earth."],["Allows customization of file format, zoom levels, region, and tile visibility (public or private)."],["Optionally skips empty tiles, provides a Google Maps API key, and sets bucket access for web domains."],["Uses `Export.map.toCloudStorage()` function with parameters for image, destination, format, and various optional configurations."]]],["This content details how to export an image as a tiled map pyramid for web viewers. The core action is using `Export.map.toCloudStorage` to create a batch task, specifying parameters like the `image`, `bucket`, `fileFormat`, and zoom levels (`minZoom`, `maxZoom`, or `scale`). Optional settings include a task `description`, `region`, `writePublicTiles`, and skipping empty tiles. The function also generates `index.html` (Google Maps API) and `earth.html` (Google Earth) files. Other setting is to establish the `mapsApiKey`, `bucketCorsUris` and the `priority`.\n"]]