MT Geocoded Locate Plugin

2.Usage

posted by KUBOTA
1.Keyword in Entry:
 lat="xx.xxxxxxxx"
 lng="xxx.xxxxxxxx"

2.The following are filled in on template file.

<$MTEntryGeoLocate type="(rss|rssinline|rsspoint|javascriptvar|lat|long)"$>

Type:
rss (default)
<geo:lat>$lat</geo:lat>
<geo:long>$long</geo:long>
rssinline
geo:lat="$lat" geo:long="$long"
rsspoint
<geo:Point>
<geo:lat>$lat</geo:lat>
<geo:long>$long</geo:long>
</geo:Point>
javascriptvar
var lat="$lat";
var lng="$long";
lat
$lat
long
$long