# 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>높이 데이터를 조각(Sculpt) 레이어로 변환하여 추가로 편집할 수 있게 합니다. </td></tr><tr><td><strong>높이 해상도</strong></td><td>MapTiler에서 다운로드한 높이 데이터의 해상도를 지정합니다. 결과 Shape 레이어의 지형 디테일은 여전히 지정한 <a href="/pages/6dc094843f42cb1616ac0a6db9e8cc8a5223f50a">레벨 스텝</a>.</td></tr><tr><td>C<strong>olor 해상도</strong></td><td>동반되는 색상 맵의 해상도를 지정합니다. 색상 맵은 "Shape Layer 색상 사용" 토글을 활성화하면 모든 머티리얼에서 사용할 수 있습니다.</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/953e9d6c59cba6725b0d757cca90af3bbcdb35ed" alt=""><figcaption></figcaption></figure> <figure><img src="/files/1d4fc07d893cd5650cd7b629ee07ea20840d3fc2" alt=""><figcaption></figcaption></figure></div>

## MapTiler 설정  <a href="#setting-up-maptiler" id="setting-up-maptiler"></a>

MapTiler 레이어는 MapTiler의 서비스 토큰이 필요하며 이를 통해 World Creator에서 서버에 연결하고 데이터를 다운로드합니다.

{% stepper %}
{% step %}

### MapTiler 계정 만들기

서비스 토큰을 얻으려면 다음에서 계정을 만드세요 <https://www.maptiler.com/>워터마크가 있는 무료 계정 또는 유료 계정 모델 중 하나를 사용하세요.
{% endstep %}

{% step %}

### 자격 증명(Credentials) 섹션으로 이동

로그인한 후 다음으로 이동하세요 **계정** 설정에서 **자격 증명** 탭을 엽니다.

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

{% step %}

### World Creator용 새 자격 증명 만들기

&#x20;클릭하세요 **새 자격 증명** 버튼을 눌러 이름을 입력한 후 **저장**.

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

{% step %}

### 서비스 토큰 복사

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

{% step %}

### WC에 토큰 적용

토큰을 복사한 후 MapTiler 옵션 탭으로 이동하여 토큰을 적용하세요.

<img src="/files/c31f606994484dffe540c3eaf75d460833b36f97" 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/ko/reference/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.
