wpCoordinates replaces coordinates between a [coord] tag with a link to Google Maps.
Author: | Felix Triller (profile at wordpress.org) |
WordPress version required: | 2.0 |
WordPress version tested: | 2.5.1 |
Plugin version: | 1.0 |
Added to WordPress repository: | 31-05-2008 |
Last updated: | 31-05-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 0 |
Rated by: | 0 |
Plugin URI: | http://felixtriller.de/projekte/wpcoordinates... |
Total downloads: | 1 628 |
![]() Click to start download |
This plugin replaces coordinates, i.e. latitudes and longitues, between a [coord]-Tag with a link to Google’s map service.
Example:
[coord]49.579276566362985,10.9292078018188488[/coord] comes up as (49.5792, 10.9292)
To adjust the link layout of transformed links open wpCoordinates.php in your favorite editor and adjust the following variables:
$zoom
: the zoom level, default is 15. Try some values between 1 and 17 (I guess)$type
: map type, i.e. m for map, k for a satellite image, h for hybride (satellite image with street names, etc.), p for terrain$url
: URL scheme, replace .de with .com for an english version of Google Maps. DON’T forget %LAT% and %LONG%
FAQ