GeoPress free WordPress plugin
Description
GeoPress free WordPress plugin
GeoPress adds geographic tagging of your posts and pages. You can enter an address, points on a map, or enter latitude & longitude using the post interface. You can also include the post location within the body itself to make it easy to geotag using emailed posts and desktop clients. Maps can be Google, Microsoft, OpenStreetMap, 3D globe, or any major mapping provider by using the Mapstraction mapping library. Makes your feeds GeoRSS compatible, and also adds KML for viewing in Google Earth.
Most information at: http://georss.org/geopress
Template Functions Available
geopress_map(height, width) :
the_lat_rss() : prints out latitude
the_lat() : returns raw latitude
the_lat_rss() : prints out longitude
the_lon() : returns raw longitude
the_addr_rss(): prints out Address
the_addr() : return raw address
ymap_post_url(): returns a link to maps (flash based) page centered at the location for the post
ymap_blog_url(type): returns a link to maps (old v1) page overlaying the locations of the blog entries. This assumes that you have enabled your rss feed with lat/long. the type can be ‘rss2_url’ for rss2 feed, ‘rss_url’ for rss 0.92 feed.