Title: WP Web Maps
Author: pjhooker
Published: <strong>10.08.2020</strong>
Last modified: 14.08.2020

---

Шукати плагіни

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

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями WordPress.

![](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://uk.wordpress.org/plugins/wp-web-maps/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/wp-web-maps/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/wp-web-maps/#installation)
 * [Розробка](https://uk.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!

## Часті питання

### 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+**
 *  Версія WordPress ** 4.6 або вище **
 *  Tested up to **5.4.19**
 *  Версія PHP ** 5.6 або вище **
 *  Мова
 * [English (US)](https://wordpress.org/plugins/wp-web-maps/)
 * Позначки
 * [gis](https://uk.wordpress.org/plugins/tags/gis/)[leafletjs](https://uk.wordpress.org/plugins/tags/leafletjs/)
   [map](https://uk.wordpress.org/plugins/tags/map/)[mobile](https://uk.wordpress.org/plugins/tags/mobile/)
   [qgis](https://uk.wordpress.org/plugins/tags/qgis/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/wp-web-maps/advanced/)

## Оцінки

No reviews have been submitted yet.

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

[See all reviews](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)