> 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/guide/intro-jp/update-note/2026/202606/20260625.md).

# \[2026.06.25] パラメトリックモデルビューアの追加およびArchisketch Maps UIの改善

出典: 26.06.25. 更新ノート（パッチノート）

### ダッシュボード

* **（新規）パラメトリックモデルビューアーを追加**: \[設計家具ライブラリ > 家具ライブラリ] の詳細ページで確認でき、外部ウェブサイトに埋め込み（Embed）したり、独立したビューアー形式でも活用できます。以前

  ![](/files/5f44f087c3fc1cd238205661a9548b22b9446a92)

  後

  ![](/files/6964ac462b0611a4616cf54295c30f60167959e4)

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

### Archisketch Maps

* **（新規）Archisketch Maps UIの改善**: 図面検索結果に、検索された建物データ数と地図に表示されるマーカー数が一緒に表示されます。地図ラベルには洞/区とともに市/郡/区が表記され、建物名には邑/洞/面/里（地番住所がない場合は道路名ベースの市/郡/区）情報がタグとして表示されます。地下鉄情報には路線情報も一緒に表示されます。

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

{% column %}
**共通**

図面検索時 **検索された建物データ数と地図に表示されたマーカー数が一緒に表示**されます。

これにより、現在の検索結果に含まれる建物数と、地図に表示される位置情報をより直感的に確認できます。
{% endcolumn %}
{% endcolumns %}

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

{% column %}
**地図ラベル**

地図ラベルの洞/区の下に **市/郡/区**A **と一緒に表示**されます。
{% endcolumn %}
{% endcolumns %}

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

{% column %}
**建物名**

Archisketch Maps の検索結果で建物名と一緒に **邑/洞/面/里情報がタグ形式で表示**されます。

図面データに邑/洞/面/里などの地番住所情報がない場合は、道路名住所を基に **市/郡/区情報が表示**されます。
{% endcolumn %}
{% endcolumns %}

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

{% column %}
**地下鉄**

地下鉄情報にも **路線情報が一緒に表示**されます。

例えば、1号線、2号線、新盆唐線など、該当駅が属する路線情報を検索結果からすぐに確認できます。
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
![前](/files/3fb80b3f6a453b35b0285fc388bfd014fbbfb421)

*前*
{% endcolumn %}

{% column %}
![後](/files/0985014c7509375105e7af3a4f7ef7a23c0b666e)

*後*
{% 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/guide/intro-jp/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.
