WP Geo 3.0.9
Wednesday, 29th July 2009Some extra features…
You can now add width and height parameters to the categoryMap() function and shortcodes, and the Danish language has been updated.
Shortcode
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"]
Category Map
With the category map function, you can pass width and height arguments as a string:
$wpgeo->categoryMap('width=75%&height=200');