Title: Webris Maps
Author: Webris Team
Published: <strong>2026년 5월 22일</strong>
Last modified: 2026년 8월 13일

---

플러그인 검색

![](https://ps.w.org/webris-map/assets/icon.svg?rev=3544346)

# Webris Maps

 작성자: [Webris Team](https://profiles.wordpress.org/webristeam/)

[다운로드](https://downloads.wordpress.org/plugin/webris-map.1.0.7.zip)

 * [세부사항](https://ko.wordpress.org/plugins/webris-map/#description)
 * [평가](https://ko.wordpress.org/plugins/webris-map/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/webris-map/#installation)
 * [개발](https://ko.wordpress.org/plugins/webris-map/#developers)

 [지원](https://wordpress.org/support/plugin/webris-map/)

## 설명

**Webris Maps** brings the full power of [Webris](https://webris.pro) — a professional
cloud mapping platform with 17+ years of GIS expertise — directly into your WordPress
site.

Import your data, customize the look, and embed interactive maps on your website—
all from your browser. No GIS expertise required, no installation, no training. 
Markers, polygons, lines, heatmaps, GPX tracks, GeoJSON, CSV, and WMS layers — all
managed in one platform.

Create once, embed everywhere. Update your data in Webris and every embed refreshes
automatically. Your maps are responsive, encrypted, and domain-protected out of 
the box.

#### Why Webris?

 * **17+ years of mapping expertise** — not a startup experiment, a battle-tested
   platform trusted across 30+ countries
 * **No API keys, no config files** — just paste your map UUID and go
 * **Auto-updating embeds** — change data once, every embed refreshes
 * **Your data, your choice** — export everything (GeoJSON, GPX, CSV, KML). Open
   standards, no lock-in

#### Plugin Features

 * **Gutenberg Block** — native block editor support with live preview
 * **Shortcode** — classic editor: `[webris_map id="your-uuid"]`
 * **PHP Template Function** — for theme developers
 * **Customizable** — height, width, and border styles
 * **Responsive** — maps adapt to any screen size
 * **Smart loading** — viewer script loaded once, no matter how many maps on the
   page
 * **Enterprise / on-premise option** — can point at a dedicated Webris instance
   provided on our Enterprise plan

#### How It Works

 1. Create your map on [Webris](https://webris.pro) — import data, add layers, style
    everything visually
 2. Click **Publish** — one click generates a secure, encrypted bundle
 3. Copy the map UUID
 4. Add the Webris Map block or shortcode in WordPress
 5. Done — three lines of HTML, works instantly

#### Shortcode Examples

Basic usage:
 [webris_map id=”a1b2c3d4-e5f6-7890-abcd-ef1234567890″]

With custom height:
 [webris_map id=”your-uuid” height=”500px”]

With border style:
 [webris_map id=”your-uuid” height=”500px” border=”rounded”]

#### PHP Template Function

For theme developers:
 ‘500px’, ‘border’ => ‘shadow’]); ?>

## 블록

이 플러그인은 1개의 블록을 제공합니다.

 *   Webris Map Embed a Webris map using just the map UUID

## 설치

 1. Upload the `webris-map` folder to `/wp-content/plugins/`
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. Add maps using the Gutenberg block or shortcode

## FAQ

### Where do I find my map UUID?

In Webris: Open your map  Click **Publish**  The UUID is shown in the Publish tab
and in the URL.

### Do I need a Webris account?

Yes, you need a Webris account to create and publish maps. Visit [webris.pro](https://webris.pro)
to sign up.

### Can I use Google Maps or Mapbox layers?

Yes, if your Webris map uses Google Maps or Mapbox base layers, they will work automatically.
The API keys are configured in your Webris account.

### Can I run Webris on my own infrastructure?

The standard plugin loads your maps from webris.pro. A dedicated / on-premise Webris
instance is available as part of our **Enterprise** plan — once provisioned, point
the plugin at it via **Settings  Webris Maps  Webris URL**. Contact support@webris.
pro to discuss.

### What are the shortcode attributes?

 * `id` (required) – Your map UUID
 * `height` – Map height, e.g., “400px” or “50vh” (default: 400px)
 * `width` – Map width, e.g., “100%” or “800px” (default: 100%)
 * `border` – Border style: none, thin, rounded, shadow (default: none)

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Webris Maps”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ Webris Team ](https://profiles.wordpress.org/webristeam/)

[자국어로 “Webris Maps”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/webris-map)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/webris-map/)는, [SVN 저장소](https://plugins.svn.wordpress.org/webris-map/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/webris-map/)
을 [RSS](https://plugins.trac.wordpress.org/log/webris-map/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.7 — 2026-08-13

 * Change: Clarified that self-hosting is an Enterprise / on-premise option, not
   a standard feature
 * Change: Reworded the “Webris URL” setting help text to reflect its Enterprise-
   only use

#### 1.0.6 — 2026-05-22

 * Feature: Added translations in 16 languages (ro, de, fr, es, it, el, zh_CN, ja,
   pt_BR, ru, ar, ko, nl, tr, pl, hi)
 * Change: Bundled .po/.mo translation files for settings page and Gutenberg block
   editor
 * Change: Added load_plugin_textdomain() for bundled translations
 * Change: Added wp_set_script_translations() for Gutenberg block i18n

#### 1.0.5 — 2026-05-15

 * Fix: Dimension sanitization for height/width shortcode attributes (matches Joomla
   plugin parity)
 * Change: Invalid dimension values now fall back to 400px instead of passing through
   unchecked

#### 1.0.4 — 2026-05-08

 * Fix: Bundle scripts now loaded via wp_enqueue_script() (WordPress coding standards)
 * Fix: All output properly escaped with wp_kses_post()
 * Fix: Prefixed global variables in block render template
 * Change: Removed deprecated load_plugin_textdomain() call (auto-handled since 
   WP 4.6)
 * Change: Removed unused Domain Path header
 * Change: Updated tested-up-to to WordPress 6.9

#### 1.0.3 — 2026-04-22

 * Fix: Multi-map support — each map container uses data-webris-uuid attribute for
   reliable auto-discovery
 * Fix: Viewer JS/CSS cache-busting via versioned query strings
 * Fix: Narrow embeds on desktop now use mobile overlay layout instead of covering
   the map
 * Change: Viewer auto-scans pre-registered bundles on load (supports defer/async
   script loading)

#### 1.0.2 — 2026-04-22

 * Change: Renamed plugin slug from webris-wp to webris-map (platform-neutral naming)
 * Change: Updated all internal references (constants, class name, text domain)

#### 1.0.1 — 2026-04-21

 * Fix: Viewer CSS now loaded via wp_enqueue_style (styled panels, legend, callouts)
 * Fix: Viewer JS deduplicated via wp_enqueue_script (one load for multiple maps)
 * Fix: Corrected viewer asset URL path

#### 1.0.0 — 2026-04-20

 * Initial release
 * Gutenberg block support
 * Shortcode support
 * PHP template function
 * UUID validation
 * Customizable dimensions and borders
 * Self-hosted Webris support

## 기초

 *  버전 **1.0.7**
 *  최근 업데이트: **2주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 8.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/webris-map/)
 * 태그:
 * [embed](https://ko.wordpress.org/plugins/tags/embed/)[geojson](https://ko.wordpress.org/plugins/tags/geojson/)
   [gis](https://ko.wordpress.org/plugins/tags/gis/)[interactive](https://ko.wordpress.org/plugins/tags/interactive/)
   [map](https://ko.wordpress.org/plugins/tags/map/)
 *  [고급 보기](https://ko.wordpress.org/plugins/webris-map/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/webris-map/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/webris-map/reviews/)

## 기여자

 *   [ Webris Team ](https://profiles.wordpress.org/webristeam/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/webris-map/)