WP Geo 3.0.8

June 14th, 2009

WP Geo 3.0.8 is another minor update to the plugin.

New features include:

  • Load maps from GeoRSS or KML data
  • Additional Geo Feed control
  • Languages updated and Danish language added

Loading maps from GeoRSS or KML data

You can now display maps of a GeoRSS feed or KML file using a shortcode so if you want to display one of your Google My Maps or Flickr feed you can do so. For example the following shortcode to show the map below…

[wpgeo rss="http://api.flickr.com/services/feeds/geo" /]
http://api.flickr.com/services/feeds/geo

At the moment only default marker images will be used. I would like to add support custom marker images in a future version of the plugin.

Additional Geo Feed control

You can also use the above method to display the feed from your WordPress web site. However by default your WordPress feed will only show a limited number of posts (set in your WordPress settings) and some if these will not contain Geo information.

This version of WP Geo makes a step towards addressing this issue which has not been thoroughly tested. It currently only works it you have fancy permalinks disabled (if you know how to create custom permalink structures for plugins, any help would be gratefully accepted).

By adding a couple of extra parameters to your RSS url you can opt to show only posts with Geo information and how many to show. For example:

http://www.mywebsite.com/?feed=rss2&wpgeo=true&limit=1

Setting the ‘wpgeo’ parameter to ‘true’ will ensure only Geo posts will be shown. The ‘limit’ parameter sets the maximum number of posts to show in the feed.

Please post any feedback and comments below…



WordPress 2.8 and WP Geo

June 11th, 2009

WordPress 2.8 has recently been made available for download.

The current version of WP Geo should be fully compatible with this version of WordPress – if you do experience any problems please post them below.

Future development of the plugin will take advanced of the improved Javascript loading in WordPress 2.8 and the ability to use multiple instances of widgets.


WP Geo 3.0.7.1

April 12th, 2009

Latitude & Longitude Shortcodes
A few extra fixes and features that didn’t quite make it into version 3.0.7:

  • Firefox scrolling bug fixed.
  • Added longitude and latitude shortcodes.
  • Marker on maps in admin now update as you manually change longitude and latitude.
  • Added setting to show maps on search result page.

WP Geo 3.0.7

April 9th, 2009

WP Geo Dashboard

Version 3.0.7 fixes a few bugs and introduces a few often-requested features:

  • Added map button in rich text editor.
  • Added setting to turn on/off polylines.
  • Added setting to set colour of polylines.
  • Added setting to override polylines in Widget.
  • Widget map never zooms in more than default zoom setting.
  • Added WP Geo news feed widget on admin dashboard.
  • Admin panels re-implemented using WordPress API.
  • Using v2.118 of Google Maps to prevent Javascript errors.

Read the rest of this entry »


WP Geo 3.0.6

March 4th, 2009

Marker Tooltip

Another minor WP Geo update:

  • Marker Tooltip improved (can now but style via css)
  • Spanish language added.

The Marker Tooltip is now handled via jQuery and does not suffer from cropping at the edges of the map as with the previous version which was handled as a Google Map overlay.

Read the rest of this entry »