Title: Phototools: geo2wp
Author: jondor
Published: <strong>2018-يىلى 12-ماي</strong>
Last modified: 2018-يىلى 19-دېكابىر

---

قىستۇرما ئىزدە

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/geo2wp/assets/icon.svg?rev=1874186)

# Phototools: geo2wp

 يازغۇچى [jondor](https://profiles.wordpress.org/jondor/)

[چۈشۈر](https://downloads.wordpress.org/plugin/geo2wp.1.4.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/geo2wp/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/geo2wp/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/geo2wp/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/geo2wp/#developers)

 [قوللاش](https://wordpress.org/support/plugin/geo2wp/)

## چۈشەندۈرۈش

This plugin is a replacement for my old «GPS MAP Widget» plugin with the following
options:

 * In the «media» list view there’s a new column which shows the availability of
   GEO data
 * When GEOdata isn’t found yet, it checks the imagefile for the EXIF geodata and
   stores it in the metadata
 * The old metadata used by GPS MAP Widget is recognized and translated in the current
   system.
 * In the POST/PAGES overview a new column is presented with the featured image.
   Geodata is presented with an overlay icon.
 * The media/post/page edit screen shows the location map in a metabox when a featured
   images with geodata is available.
 * A widget «geo2wp map» is available.
 * Two shortcodes are available: EXIF_locationmap and EXIF_location. See below for
   the usage, which is exactly the same (oh well, minus the api key)as under GPS
   MAP Widget.
 * GeoRSS can be added to the feed (default: yes)
 * The widget is only show when there’s something to show. This also goes for the
   shortcode, when there’s no data to show, nothing is shown.
 * geo2wp handles the geodata as described in https://codex.wordpress.org/Geodata
   and as such should be compatible with other systems using these metadataa fields.
 * Every item in the medialist now has an option to reload the exif geo info.
 * In the media screen you can also bulk reload exif geo info
 * On the media edit screen the message in the widget, when no map can be shown,
   is clickable an tries to reload the exif geo info.

#### EXIF_locationmap:

 * width: width of the map image in px. default 300px
 * height: height of the mapimage in px. default 200px;
 * zoom: googlemaps zoomlevel. Default 11
 * Errors: Show error messages when no exif is available or when there’s no featured
   image. Default is false for the shortcode

Example:
 [EXIF_locationmap width=750 height=300 zoom=11 errors=false]

#### EXIF_location:

 * part: ›latitude‹, ›longitude‹ or ›both‹
 * form: ›dec‹ or ›dms‹ (decimal or Degree minute seconds. Decimal is default);

example:
 [EXIF_location part=both] will return 52.22935055,6.8737411

    ```
    [EXIF_location part=both form=dms]
    will return  52°21'13"N , 6°26'7"N
    ```

## ئېكران كەسمىسى

[⌊GEO indicator in the postlist⌉⌊GEO indicator in the postlist⌉[

GEO indicator in the postlist

[⌊GEO indicator in the medialist⌉⌊GEO indicator in the medialist⌉[

GEO indicator in the medialist

[⌊Settings screen⌉⌊Settings screen⌉[

Settings screen

[⌊Map on media editscreen⌉⌊Map on media editscreen⌉[

Map on media editscreen

[⌊Map op post editscreen⌉⌊Map op post editscreen⌉[

Map op post editscreen

[⌊Widget on single photo page⌉⌊Widget on single photo page⌉[

Widget on single photo page

[⌊GeoRSS in feed⌉⌊GeoRSS in feed⌉[

GeoRSS in feed

## ئورنىتىش

 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ›Plugins‹ menu in WordPress
 3. go to the media list, filter on «unattached» and check out the menu and the bulk
    pulldown.

## FAQ

### Why did you write this widget?

I wanted to improve «GPS MAP Widget» and learned a few new WordPress tricks.

## باھالاشلار

بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.

## تۆھپىكار ۋە ئىجادكار

«Phototools: geo2wp» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە
قوشقان.

تۆھپىكار

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

[«Phototools: geo2wp» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/geo2wp)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/geo2wp/)، [SVN خەزىنە](https://plugins.svn.wordpress.org/geo2wp/)
تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/geo2wp/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/geo2wp/)گە 
مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 1.0

First release

#### 1.1

Add 3 ways to reload the geo info from exif:

 * the media item row menu
 * the media screen bulk option
 * the widget on the media edit screen when no map is shown.

#### 1.2

Left some code commented out, thus the bulk option wasn’t there..

#### 1.3

 * Removed the «enable shortcodes in widgets». It moved to the phototools plugin
   on which the other plugins are going to depend.
 * added rel=»”noopenener noreferrer» to target=_blank external links
 * Rather stupid mistake which resulted in api calls without api key.. Sorry!

#### 1.4

Fixed some compatability issues.

## Meta

 *  Version **1.4**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **8 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **10 دىن ئاز**
 *  WordPress نەشرى ** 3.0.1 ياكى يۇقىرى **
 *  **5.0.27** دا سىنالغان
 *  PHP نەشرى ** 5.6 ياكى يۇقىرى **
 *  تىل
 * [English (US)](https://wordpress.org/plugins/geo2wp/)
 * بەلگە
 * [geo](https://ug.wordpress.org/plugins/tags/geo/)[phototools](https://ug.wordpress.org/plugins/tags/phototools/)
   [tools](https://ug.wordpress.org/plugins/tags/tools/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/geo2wp/advanced/)

## دەرىجە

No reviews have been submitted yet.

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

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/geo2wp/reviews/)

## تۆھپىكار

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

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/geo2wp/)

## ئىئانە

بۇ قىستۇرمىنىڭ ياخشىلىنىشىنى قوللامسىز؟

 [ بۇ قىستۇرمىغا ئىئانە قىلىش ](https://gerhardhoogterp.nl/plugins/)