> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/update-note/2026/202606/20260625.md).

# \[2026.06.25] 파라메트릭 모델 뷰어 추가 및 아키스케치 맵스 UI 개선

출처: 26.06.25. 업데이트 노트 (패치 노트)

### 대시보드

* **(신규) 파라메트릭 모델 뷰어 추가**: \[설계 가구 라이브러리 > 가구 라이브러리] 상세 페이지에서 확인할 수 있으며, 외부 웹사이트에 임베드(Embed)하거나 독립적인 뷰어 형태로도 활용할 수 있습니다. 이전

  ![](/files/es1QyIftnIiudVGpryE6)

  이후

  ![](/files/lZq1Y9iWHPvgRm8QOdXO)

{% embed url="<https://modular.dev.archisketch.com/viewer.html?id=6257d6d300c84628b2df253117de8d8c&c=eyJwYXJhbXMiOnsiVyI6IjQwMCIsIkQiOiI1ODAiLCJIIjoiNzYwIiwiVEgiOiIxMjAiLCJET1UiOiIwIiwiRE9EIjoiMCIsIlBMIjoiMCIsIlBSIjoiMCIsIlBGIjoiMCIsIlBCIjoiMCIsIlBPUyI6IuyijOqyveusuCIsIkRfUyI6IjEwMCIsIkRPT1JfSEFORExFIjoi7JygIiwiSEtfQ09ERSI6IkhLMzAxIiwiQl9DT0RFIjoiQjQwNzIiLCJQX0NPREUiOiIyMjAwMDUzMzcyODEiLCJCX1AiOiI0NzIwMCIsIkRfUCI6IjE3MTAwIiwiVF9QIjoiNjQzMDAiLCJraXRjaGVuX2JvZHlfY29sb3JzIjoiNjZhMzQ5OGY0OTE4MmUzMjc3NzllOWMzIiwiaGloaWhpaGloaWhpIjoiNDc2YTE3NDYyMDdkNDhkNTgwZjQwZmJjNTczMWM4OTEifSwib3B0aW9ucyI6W119&embed=1>" %}

### 아키스케치 맵스

* **(신규) 아키스케치 맵스 UI 개선**: 도면 검색 결과에 검색된 건물 데이터 수와 지도에 표시된 마커 수가 함께 표시됩니다. 지도 라벨에 동/구와 함께 시/군/구가 표기되고, 건물명에는 읍/동/면/리(지번 주소가 없으면 도로명 기반 시/군/구) 정보가 태그로 표시됩니다. 지하철 정보에는 호선 정보가 함께 표시됩니다.

{% columns %}
{% column %}
![](/files/koVF7MiKdiIkzvzS0BM2)
{% endcolumn %}

{% column %}
**공통**

도면 검색 시 **검색된 건물 데이터 수와 지도에 표시된 마커 수가 함께 표시**됩니다.

이를 통해 현재 검색 결과에 포함된 건물 개수와 지도에 표시된 위치 정보를 보다 직관적으로 확인할 수 있습니다.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
![](/files/2qnTEm9VMFrtuQElzfO3)
{% endcolumn %}

{% column %}
**지도 라벨**

지도 라벨에 동/구 밑에 **시/군/구**가 **함께 표시**됩니다.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
![](/files/RHKZHmxdHdEGpxjQWAb3)
{% endcolumn %}

{% column %}
**건물명**

아키스케치 맵스 검색 결과에서 건물명과 함께 **읍/동/면/리 정보가 태그 형태로 표시**됩니다.

도면 데이터에 읍/동/면/리 등의 지번 주소 정보가 없는 경우에는 도로명 주소를 기반으��� **시/군/구 정보가 표시**됩니다.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
![](/files/husxgXFaicdVlUXQOcuZ)
{% endcolumn %}

{% column %}
**지하철**

지하철 정보에도 **호선 정보가 함께 표시**됩니다.

예를 들어, 1호선, 2호선, 신분당선 등 해당 역이 속한 노선 정보를 검색 결과에서 바로 확인할 수 있습니다.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
![이전](/files/LjxSBWvn3imU8R3o6sMV)

*이전*
{% endcolumn %}

{% column %}
![이후](/files/YA1wKgbbZIIKITYOnYzR)

*이후*
{% endcolumn %}
{% endcolumns %}


---

# 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.archisketch.com/update-note/2026/202606/20260625.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.
