by berniecode on WordPress.org
Adds a full screen map to WP-Geo. Install WP-Geo, then this plugin, then place the shortcode [big_map] on any page.

The map takes up the full browser window
Adds a full screen map to WP-Geo. Install WP-Geo, then this plugin, then place the shortcode [big_map] on any page.
The [big_map] shortcode accepts arguments like so:
[big_map numberposts=”10″ author_name=”bernie” tag=”happy-days”]
The above will show the most recent 10 posts by the user “bernie” that are tagged “happy-days”.
The full list of attributes accepted is:
WP-Geo Big Map groups posts together if they have the same latitude and longitude. If you want to ensure that posts are grouped together, make sure that the map locations are identical.
To draw a line between posts, first make a note of the post ID you want to link to. You can get this ID by editing the post and copying the number out of the URL. Then edit the post you want to link from. In this post, create a new custom field with the name “line_to_post”. Enter the post id as a value. Optionally, you can enter the line colour using HTML color codes. For example, to draw a red line to post 350, enter a value of “350, FF0000”
function get_big_map_post_badge($single) in your theme’s functions.php in order to control the look of the post badge beyond what is possible with CSSWP-Geo Big Map has been tested with the Twenty Ten and Twenty Eleven themes that ship with WordPress. When posts are viewed within an iframe, the parameter postonly=true is added to the URL. This triggers JavaScript that hides everything except the post. In order to be compatible with this process, your theme must ensure that the post content is inside the first element on the page with the CSS class “post”.