Popis
„Ktai Location“ extracts geographic data (latitude, longitude) from your post in many ways:
- EXIF of JPEG/TIFF images
- map service URLs in post content
- address or place name in
[geo]
shortcodes
And the plugin save them as „Lat_Long“ custom fields.
To use geographic data, you need to use other plugins that can read the custom fields.
Below plugins can deal „Lat_Long“ custom fields:
Available map services and URL formats:
- EZ Naviwalk
- NTT docomo GPS
- Mobile Yahoo! Map
- NAVITIME
- Zenrin
- MapFan
- Ekitan
- Mapion
- Mapple
- Chizumaru
Requirements
- WordPress 2.7 or later
- PHP 4.3 or later
- EXIF module for PHP
- Google Maps API Key (if you convert address from
[geo]
shortcode)
Licence
The license of this plugin is GPL v2.
Restrictions
- Reading EXIF feature needs to locate the images at the same server to this plugin. Citing URL of a remote server (such as Flickr, Picasa, etc) are not usable.
Getting a support
To get support for this plugin, please send an email to ikeda.yuriko+ktailocation @ GMAIL COM. (You need adjust to valid address)
Instalace
„Ktai Location“ can be installed in 2 steps:
1. Unzip "ktai-locaion.N.N.N.zip" archive and put the ktai-location folder into your "plugins" directory (wp-content/plugins/) of the server.
2. Activate the plugin.
If you want to use geocoding (converting `[geo]` shortcodes into latitude/longtitude)
do below steps.
3. Login to your wordpress admin panel, open "Ktai Location" configuration panel.
4. Type your Google Maps API Key to the admin panel. If you don't have one, sign up at Google.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Ktai Location je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
Přeložte “Ktai Location” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.1.1 (2011-08-31)
- Fixed the plugin config panel.
- Fixed Geocoding feature.
1.1.0 (2011-08-31)
- Hosted to wordpress.org/extend/plugins
- Create admin panel to input Google Maps API Key.
- Localized plugin description.
- Reading EXIF GPS is now available at WordPress multisite.
- Fixed HTML syntax error when wrapping location URL for mobile.
- Fixed duplicating Lat_Long custom fields when editing a post.
— snip —
0.7.0 (2007-01-18)
- Initial version