# MapTiler

## 概要 <a href="#overview" id="overview"></a>

MapTilerレイヤーは、実際の衛星の高さデータとカラー データを World Creator に読み込み、地形のベースとして使用したり、プロシージャル作成を改善するために利用できるようにします。

これから始める場合は、MapTiler を設定するには次の場所へ移動してください [このセクション](#setting-up-maptiler).

## ビデオガイド

{% embed url="<https://vimeo.com/1029964880>" %}
World Creatorガイド
{% endembed %}

## パラメーター

<table><thead><tr><th width="179.699951171875">プロパティ</th><th>説明</th></tr></thead><tbody><tr><td><strong>マップウィンドウ</strong></td><td>レイヤーがレンダリングする衛星データの領域。ドラッグ＆ドロップや中ボタンクリックでのズーム操作で調整できます。</td></tr><tr><td><strong>緯度</strong></td><td>衛星データの座標を指定できます。</td></tr><tr><td><strong>経度</strong></td><td>衛星データの座標を指定できます。</td></tr><tr><td><strong>ズーム</strong></td><td>衛星データのスケールを制御します。</td></tr><tr><td><strong>タイプ</strong></td><td>プレビューウィンドウのレンダーモードを切り替えます。</td></tr><tr><td><strong>プレビュータイプ</strong></td><td>衛星位置の変更がいつ更新されるかを制御します。有料の MapTiler プランを使用している場合、これが API リクエストに影響を与えることがあります。</td></tr><tr><td><strong>X/Y反転</strong></td><td>衛星領域を反転できます。</td></tr><tr><td><strong>スカルプトレイヤーを作成</strong></td><td>高さデータをスカルプトレイヤーに変換し、さらに編集できるようにします。 </td></tr><tr><td><strong>高さ解像度</strong></td><td>MapTiler からダウンロードする高さデータの解像度を指定します。結果として得られる Shape レイヤーの地形ディテールは、指定した <a href="/pages/9189fe8f333fce3a6409219a00d447ac78879643">レベルステップ</a>.</td></tr><tr><td>C<strong>色解像度</strong></td><td>付随するカラーマップの解像度を指定します。カラーマップは「Shape レイヤーの色を使用」トグルを有効にすることで、任意のマテリアルで使用できます。</td></tr><tr><td><strong>カラー合成</strong></td><td>カラーマップの不透明度を制御します。</td></tr><tr><td><strong>彩度</strong></td><td>衛星カラーの彩度を調整できます。</td></tr><tr><td><strong>コントラスト</strong></td><td>衛星カラーのコントラストを調整できます。</td></tr><tr><td><strong>明るさ</strong></td><td>衛星カラーの明るさを調整できます。</td></tr></tbody></table>

## 結果

<div><figure><img src="/files/5e56cdb960a4065c60d208f158e35e53dc978cb8" alt=""><figcaption></figcaption></figure> <figure><img src="/files/dba73105bb227d67563d8361e6404dfc5ec1693c" alt=""><figcaption></figcaption></figure></div>

## MapTiler の設定  <a href="#setting-up-maptiler" id="setting-up-maptiler"></a>

MapTiler レイヤーは、MapTiler のサーバーに接続して World Creator でデータをダウンロードするために、MapTiler のサービス トークンが必要です。

{% stepper %}
{% step %}

### MapTiler アカウントを作成

サービス トークンを取得するには、次のサイトでアカウントを作成してください <https://www.maptiler.com/>ウォーターマーク付きの無料アカウントか、または有料のアカウントモデルのいずれかを使用できます。
{% endstep %}

{% step %}

### 認証情報セクションへ移動

サインインしたら、次の場所に移動してください **アカウント** 設定で **認証情報** タブを開きます。

<img src="/files/6625e125c5d87197e3011eeecf97afb58357aa3c" alt="" data-size="original">
{% endstep %}

{% step %}

### World Creator 用の新しい認証情報を作成

&#x20;をクリックして、 **新しい認証情報** ボタンを押して名前を入力します。次に、 **保存**.

<img src="/files/748beb3101e8cb293194c1843baf4a326e50a69f" alt="" data-size="original">
{% endstep %}

{% step %}

### サービス トークンをコピー

<img src="/files/589fa339a25adcb35584e906b02c0dde160cc221" alt="" data-size="original">
{% endstep %}

{% step %}

### WC にトークンを適用

トークンを取得したら、MapTiler オプション タブに移動してトークンを適用します。

<img src="/files/4bf20215ab104b6441cba823dc6f33920079a720" alt="" data-size="original">
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.world-creator.com/ja/rifarensu/terrain/shape-layers/maptiler.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
