Title: WP Web Maps
Author: pjhooker
Published: <strong>2020년 8월 10일</strong>
Last modified: 2020년 8월 14일

---

플러그인 검색

![](https://ps.w.org/wp-web-maps/assets/banner-772x250.png?rev=2355874)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/wp-web-maps/assets/icon.svg?rev=2355874)

# WP Web Maps

 작성자: [pjhooker](https://profiles.wordpress.org/pjhooker/)

[다운로드](https://downloads.wordpress.org/plugin/wp-web-maps.0.2.2.zip)

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

 [지원](https://wordpress.org/support/plugin/wp-web-maps/)

## 설명

Leaflet Map is free software: you can redistribute it and/or modify
 it under the
terms of the GNU General Public License as published by the Free Software Foundation,
either version 2 of the License, or any later version.

Leaflet Map is distributed in the hope that it will be useful,
 but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License
 along with Leaflet
Map.

Add a map generated with [LeafletJS](http://leafletjs.com/): an open-source JavaScript
library for mobile-friendly interactive maps. Map tiles are provided by default 
through [GoogleMaps](https://www.google.com/maps).

#### Maps

Simply create a **map** with:

    ```
    [webmap] or `[webmap  wpwebmapsID="9482"]`
    ```

#### Developers and curious

 * [Nightly version of plugin](https://github.com/pjhooker/wp-web-maps)

#### Links

 * [GitHub repositories](https://github.com/pjhooker/wp-web-maps)
 * [Documentation](https://www.notion.so/cityplanner/WP-Web-Maps-7903b5e4997f4423a0dd288731cca266)
 * [Video tutorial](https://www.youtube.com/playlist?list=PLc5INoe6kboZPWlcfJ2DCCkLvHI3YvqW5)
 * [Direct free support](https://t.me/pjhooker)
 * [History](https://github.com/pjhooker/wp-web-maps/commits/master)
 * [Test examples](https://codepen.io/collection/DaQGVe)

#### More

In the sidebar of Admin dashboard you can see a new posts type menu called Web Maps.

Here you can add all maps that you want.

In this Web Maps post type, there is a custom field, where you can place a custom
JS code like these examples [WpWebMaps example code](https://github.com/pjhooker/wp-web-maps/tree/master/example).

For insert any Web Maps in your post, you can add shortcode like this `[webmap wpwebmapsID
="9482"]`, where the number 9482 is the id of custom post.

### Do you want a customized plugin? Contact me

Here’s a link [Telegram DM](https://t.me/pjhooker).
 If you want a customized plugin,
just contact me.

## 스크린샷

 * [[
 * Simple example.
 * [[
 * Settings page.
 * [[
 * Custom post type for code.
 * [[
 * Custom post type example Javascript.
 * [[
 * Custom post type example GeoJSON.
 * [[
 * Put the shortcode into the post.
 * [[
 * Simple example version 0.2.2
 * [[
 * Mobile ready!

## 설치

 1. Choose to add a new plugin, then click upload
 2. Upload the wp-web-maps zip
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Use the shortcodes in your pages or posts: e.g. `[webmap]`

-or.

Download and install the .zip file in the WordPress plugin page of your website

-or-

 1. Unzip and upload the `mobile-blocks` directory into the `/wp-content/plugins/` 
    directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Done!

## FAQ

### Whoa, what’s with all these plugins?

The principle behind this plugin is to insert map in your posts and learn how code
works.

### Can I customize the map?

The map is almost completely customizable; with the examples I post in [GitHub](https://github.com/pjhooker/wp-web-maps/tree/master/example),

it will be easy to understand how the code works and how to quickly change the code.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ pjhooker ](https://profiles.wordpress.org/pjhooker/)

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

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

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

## 변경이력

#### 0.2.2

 * fix function name;

#### 0.2.1

 * add JS and CSS vendors with version in file name;
 * Add CPType and Custom Field;
 * Insert jQuery if don’t exist;
 * Add library JS and CSS with version; add base_leaflet JS for codepen;add readme
   for example;
 * Add Geojson category; add template for geojson category;
 * Fix Error :Request header field Content-Type is not allowed by Access-Control-
   Allow-Headers;
 * Create example003.js – Simple load Geojson from WP (003);

#### 0.2.0

 * add CPType Web Maps;
 * add custom field for insert JS code;
 * add attributes to shortcode for get custom JS code form single Web Map;
 * update readme;

#### 0.1.4

 * initial Version;
 * basic map creation and marker creation;

## 기초

 *  버전 **0.2.2**
 *  최근 업데이트: **6년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 4.6 또는 그 이상 **
 *  다음까지 시험됨: **5.4.19**
 *  PHP 버전 ** 5.6 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/wp-web-maps/)
 * 태그:
 * [gis](https://ko.wordpress.org/plugins/tags/gis/)[leafletjs](https://ko.wordpress.org/plugins/tags/leafletjs/)
   [map](https://ko.wordpress.org/plugins/tags/map/)[mobile](https://ko.wordpress.org/plugins/tags/mobile/)
   [qgis](https://ko.wordpress.org/plugins/tags/qgis/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wp-web-maps/advanced/)

## 평점

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

[Your review](https://wordpress.org/support/plugin/wp-web-maps/reviews/#new-post)

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

## 기여자

 *   [ pjhooker ](https://profiles.wordpress.org/pjhooker/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/wp-web-maps/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.paypal.me/pjhooker)