MT Geocoded Locate Plugin

1.Overview

posted by KUBOTA,

This plug-in is used to the location information from the strings of Keyword in weblog Entry with Movable Type.

for GIS,EXIF,GoogleMaps,YahooMaps,etc'

MT TAG: <$MTEntryGeoLocate$>

Reference:
W3C Semantic Web Interest Group Basic Geo (WGS84 lat/long) Vocabulary

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

3.Examples

posted by KUBOTA,

Template:

<?xml version="1.0"?>
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos">
 <channel>
  <MTEntries lastn="5">
  <item>
   <title><$MTEntryTitle remove_html="1" encode_xml="1"$></title>
   <category><MTEntryCategories><$MTCategoryLabel$></MTEntryCategories></category>
   <link><$MTEntryPermalink encode_xml="1"$></link>
   <description><$MTEntryBody encode_xml="1" convert_breaks="0"$></description>
   <$MTEntryGeoLocate type="rss"$>
  </item>
  </MTCatEntries >
 <channel>
</rss>


RSS2.0 XML File

4.Download

posted by KUBOTA,

5.Sample

posted by KUBOTA,

SampleMaps
RSS2.0 XML File
Javascript

Map geocoded RSS/Atom to Google Maps (This site use Tokyo Datum (read XML plot wgc84))

8.History

posted by KUBOTA,

10 Nov 2005 - 0.0.1 Release
19 Nov 2005 - 0.2 Release

9.Trackback/Comments

Bug Report/Request: GeocodedLocate@xn--y8jmg4a9b7g.jp