Basemap and Go-toពាក្យបញ្ជាចុចម្តង
To KGA-Geodigitizer
បើកគេហទំព័រ KGA-Geodigitizer នៅវិសាលភាពផែនទីបច្ចុប្បន្ន ហើយបង្កើតការធ្វើសមកាលកម្មឯកសារទ្វេទិស ដើម្បីឱ្យលក្ខណៈដែលគូសក្នុងកម្មវិធីរុករក ចូលមក geodatabase របស់គម្រោងដោយស្វ័យប្រវត្តិ។
- រកឃើញនៅឯណា
- KGA Toolbox ▸ Go-to ▸ Maps ▸ To KGA-Geodigitizer
- ប៉ារ៉ាម៉ែត្រ
This tool has no parameters. It acts on the active map view.
ទិដ្ឋភាពទូទៅ
Unlike the other Go-to buttons, which simply open a website at the map location, this one keeps a live link: draw in the browser, and the features appear in ArcGIS Pro.
ការប្រើប្រាស់
- The tool has no dialog. Clicking it reads the active map's extent, projects it to WGS 84, and opens
https://www.khmergrs.com/geodigitizercentred on that location. - How the sync works. The website writes a GeoJSON payload into a sync folder; a file watcher in ArcGIS Pro detects it and imports the features into the project geodatabase. The exchange uses sentinel files so a partially written payload is never imported:
| File | Role |
|---|---|
kga_sync.geojson | The feature payload |
kga_sync.writing | Present while the website is writing; import is held off |
kga_sync.ready | Written when the payload is complete; import is triggered by this file |
kga_sync.heartbeat | Touched every second by ArcGIS Pro, so the website can tell the add-in is listening |
- Save the project first. The sync folder is resolved when sync starts: a saved project gets a
kga_syncfolder inside its home folder. An unsaved project falls back to a temporary location, so the link is less predictable. Save the project before clicking the button. - The sync folder path is passed to the website as a URL parameter, so the browser page knows where to write. Both applications must therefore be on the same machine — this does not work with the website open on a phone or another computer.
- A previous implementation used a TCP connection, which Chrome now blocks under its Private Network Access rules. The file-based approach exists to work around that, which is why a shared local folder is required.
- The button reports an error if there is no active map, if the extent cannot be projected, or if the sync folder cannot be created.
របៀបប្រើ
- Save the ArcGIS Pro project, so the sync folder is created inside the project's home folder.
- Zoom the map to the area you intend to digitise.
- On the KGA Toolbox tab, in the unnamed Go-to group, open the Maps gallery and click To KGA-Geodigitizer.
- The KGA-Geodigitizer site opens in the default browser, centred on the map extent. Allow the sync folder to be created if prompted.
- Digitise features in the browser and use the site's save or sync action.
- The features are imported into the active project geodatabase automatically. Switch back to ArcGIS Pro to see them.
ព័ត៌មានអាជ្ញាបណ្ណ
Requires an active KGA Toolbox license. The tool validates the license before running.