WP Geo 3.1.1
Monday, 14th December 2009A minor update to the WP Geo plugin.
- Updated Danish, French and German translations.
- Google Maps locale is set based on WordPress locale.
- Added template tags wpgeo_longitude() and wpgeo_latitude().
Add geocoding and Google maps to your WordPress blog
A minor update to the WP Geo plugin.
Some extra features…
You can now add width and height parameters to the categoryMap() function and shortcodes, and the Danish language has been updated.
You can specify either a width or height parameter (or both). If you just enter a number, the width will be set in pixels. You can also specify a percentage as illustrated below:
[wp_geo_map width="50%" height="200"]
With the category map function, you can pass width and height arguments as a string:
$wpgeo->categoryMap('width=75%&height=200');