> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/jpn/tsu-webapuri/yzakusesu/wo.md).

# 境界を編集

圃場境界を調整して形状を修正し、実際の圃場に合った分析を保ちます。

同じ「作図」ツールを使って、圃場の境界を編集できます。これは、描画済みまたはアップロードした圃場の不正確な部分を修正したい場合に使います。

1. 編集を開始するには、まず圃場一覧から編集したい圃場を選択します。次に「圃場操作」メニューを開き、「圃場境界を編集」を選択します。

<figure><img src="https://lh4.googleusercontent.com/5BNDejR9jtcYJQcm-Xot6kJOtSrAg9X6A_9LSNX_NchF_yitQ6odTo1niIKIpZnVTBgjRHtjzzMZ0ztKj47hBVD0wBscA27KJQPxNOKI0vmpgwgl0_1GJqrkqN5a09F4p9VNEAoY" alt=""><figcaption></figcaption></figure>

2. 境界線をダブルクリックして、編集ツールを有効にします。移動ポイントが有効になり、ポイントを移動したり、追加ポイントを入れて、圃場の境界をより詳細に描き直したりできます。

<figure><img src="https://lh6.googleusercontent.com/xTKmJgcghewey9oIyQT7ttPKhHRqLJLsscnoz3Mgc4HOL5Rzp3dhPd2wF69SJhTC5xSyeSCO1g0QKMdOEd-gucRrGhGYp41_Jlrwu0W9HpkesFXYKBQEL-XUFNIF0YZ0lMoR3Fwd" alt=""><figcaption></figcaption></figure>

3. 追加のポリゴンを描くには、 **描画** ボタンを押します。
4. 圃場から一部のエリア（池、斜面など）を除外するには、 **穴を作成** ボタンをクリックします。次に、圃場を描くときと同じ要領で、除外したいエリアを選択します。ハイライトされたエリアの外側をクリックすると、そのエリアは圃場から除外されます。境界の編集と同様に、ポイントを有効化して移動・削除することで、除外エリアを微調整することもできます。
5. 選択したポイントを削除するには、そのポイントを選択して、 **削除** ボタンを押します。
6. 任意のデータレイヤーを背景のベースマップとして使用できます。

<figure><img src="https://i0.wp.com/help.geopard.tech/wp-content/uploads/2022/10/image.png?resize=1024%2C553&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

7\. 変更を保存するには、 **保存して完了** ボタンをクリックします。変更が保存されたことを示す確認メッセージが表示されます。

<figure><img src="https://lh5.googleusercontent.com/bamn6oJKfYwsLJHPv6hnMrzRoISLY8dPtuPoul4FFwVRVeqGKlQ_MukkkYae24T0uVL_xA0xwh-g-rz5CRj2cT7kMilkvfI7Oun7aNpt81TOCIbjd4TKIx1HhXyUnqAvGfYtzp9m" alt=""><figcaption></figcaption></figure>

**注:** 圃場の境界を編集した後は、旧い境界に基づいて旧いゾーンマップが作成されており再生成されないため、新しい解析を生成するにはZones Creatorツールを実行することをおすすめします。すばやく新しい結果を得るには、「既存のZones Mapを複製」オプションを使用できます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.geopard.tech/geopard-tutorials/jpn/tsu-webapuri/yzakusesu/wo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
