CoordExtractor 是一款強大的瀏覽器擴充功能,旨在簡化從各種地圖服務(如 Google Maps、Google Earth 及台灣各縣市 GIS 系統)中擷取座標的過程,並支援 BTE (Build The Earth) 所需功能。
- 快捷擷取:使用
Alt+C即可將座標與高度複製到剪貼簿。 - BTE 專用支援:
- 支援
/tpll與 /upll 格式。 - 支援 BTE X/Z 座標偏移設定。
- 支援 BTE 投影的高度變形計算。
- 支援
| 快捷鍵 | 功能描述 |
|---|---|
Alt + C |
擷取座標:複製當前位置的座標(含高度與偏移)。 |
Alt + G |
設定地面高度:將目前位置的高度設定為「基準地面高度」(計算高度變形用)。 |
Tip
自定義快捷鍵:您可以在瀏覽器的擴充功能設定中(chrome://extensions/shortcuts或about:addons->設定圖示)自行更改這些組合鍵。
- 下載最新發布的ZIP壓縮檔並解壓縮。
- 在Google Chrome新分頁輸入網址
chrome://extensions進入擴充功能介面。 - 點擊右上角開關啟用開發人員模式。
- 點擊載入未封裝項目按鈕並選擇剛剛解壓縮後檔案所在的目錄即可。
- 透過 Firefox Add-ons 商店 直接安裝。
- Google Maps
- Google Earth
- Bing Maps
- Yandex Maps
- 國土測繪圖資服務雲
- 多維度國家空間資訊服務平臺
- BigGIS巨量空間資訊系統
- 玉山國家公園管理處3D整合圖台
- 陽明山國家公園3D導覽
- 新北市城鄉資訊查詢平台
- 桃園市政府都市計畫地理資訊服務網
- 高雄地圖網
- 高雄市都市計畫地理資訊系統
- 高雄地籍圖資服務網
- 新竹市都市發展資訊整合圖台
- 新竹市都市發展3D資訊圖台
- 彰化縣都市計畫地理資訊服務網
- 雲林縣圖資整合平台
- 屏東縣地理圖資整合系統
- 花蓮縣地理資訊整合應用平台
- 臺東縣圖資雲端分享平臺
- 基隆市都市計畫書圖查詢
- 金門縣圖資雲系統
- 確認有沒有啟用座標偏移
- 若該網站提供精度更高TDW97二度分帶座標,則本擴充功能會採用TDW97座標再將其轉為WGS84的經緯座標,因此會有一些差異
- 儲存小數時受二進制與十進制轉換的影響,因此會產生些微誤差,這是JavaScript的特性
CoordExtractor is a high-performance browser extension designed to simplify coordinate extraction from various map services, with specialized support for the Build The Earth (BTE) project.
- One-Click Extraction: Press
Alt+Cto copy coordinates and elevation. - BTE Specialized Support:
- Compatible with
/tplland /upll command formats. - Custom coordinate offsets (Lat/Lon or BTE X/Z).
- BTE projection height distortion calculation.
- Compatible with
| Shortcut | Action |
|---|---|
Alt + C |
Copy Coordinates: Copy coordinates with current offset and elevation. |
Alt + G |
Set Ground Level: Set the current elevation as the base ground level (used for calculating elevation distortion). |
Tip
Custom Shortcuts: Both Chrome and Firefox users can customize these keys in the browser's extension shortcut settings (chrome://extensions/shortcuts or about:addons -> Settings icon).
- Download the Latest Release and unzip it.
- Go to
chrome://extensionsin Chrome. - Enable "Developer mode" in the top right.
- Click "Load unpacked" and select the unzipped folder.
- Install directly via the Firefox Add-ons Store.
Q: Why are the copied coordinates slightly different from the website?
- Offset: Check if "Coordinate Offset" is enabled in settings.
- Precision: If the site provides high-precision TWD97 coordinates, this tool uses them for conversion, which might be more accurate than the website's display.
- Float precision: Due to JavaScript's floating-point handling, there may be tiny rounding differences at very high precision.