Difference between revisions of "GeoMashup Google Maps plugin"

From Help Wiki
m (Created page with ' The GeoMashup plugin lets you save location information with posts, pages, and other WordPress objects. These objects can then be presented on interactive Google maps in many …')
 
m
Line 1: Line 1:
 
  
 
The GeoMashup plugin lets you save location information with posts, pages, and other WordPress objects.  These objects can then be presented on interactive Google maps in many ways.
 
The GeoMashup plugin lets you save location information with posts, pages, and other WordPress objects.  These objects can then be presented on interactive Google maps in many ways.
Line 6: Line 5:
 
#From your blog's dashboard activate the GeoMashup plugin
 
#From your blog's dashboard activate the GeoMashup plugin
 
#Go to '''Settings > GeoMashup''' and click the '''"Update Options"''' button on the Overall tab to accept the pre-filled Google API key
 
#Go to '''Settings > GeoMashup''' and click the '''"Update Options"''' button on the Overall tab to accept the pre-filled Google API key
#Review the various options available to you. You may need to review the [http://code.google.com/p/wordpress-geo-mashup/wiki/Documentation plugin's documentation]
+
#Review the various options available to you in these settings. These settings are explained in detail at [http://code.google.com/p/wordpress-geo-mashup/wiki/Documentation plugin's documentation]
  
 
===Adding geographical data to your Wordpress posts===
 
===Adding geographical data to your Wordpress posts===
Once the plugin has been activated you will have the ability to create placemarks on a Google map at the bottom of each post add.
+
Once the plugin has been activated you will have the ability to create placemarks or locations on a Google map at the bottom of each post add.
 
*'''Find a location''' by enter a street address
 
*'''Find a location''' by enter a street address
*'''Add a placemark''' by clicking on the map (you can move your placemark afterwards if you need to)
+
*'''Add a location''' by clicking on the map (you can move your location afterwards if you need to)
 
*'''Name your location'''
 
*'''Name your location'''
 
*'''Save your location''' if you think you may use it more than once, it will then be available from the "Saved Locations" dropdown menu when you create new posts
 
*'''Save your location''' if you think you may use it more than once, it will then be available from the "Saved Locations" dropdown menu when you create new posts
Line 17: Line 16:
 
===Add maps to your wordpress posts===
 
===Add maps to your wordpress posts===
 
Using the GeoMashup shortcode you can embed Google maps to any geolocated post.
 
Using the GeoMashup shortcode you can embed Google maps to any geolocated post.
 +
#Create a post
 +
#Add geolocation data at the bottom
 +
#In the body of the post include the GeoMashup short code <nowiki>[geo_mashup_map]</nowiki>
 +
 +
For more info on available GeoMashup tags see http://code.google.com/p/wordpress-geo-mashup/wiki/TagReference
  
 
===Create a Global Mashup page===
 
===Create a Global Mashup page===
You can also create a master map that will display all of your site's placemarks. By clicking on a placemark you'll be able to ready the contents of the post associated with that location.
+
You can also create a master map that will display all of your site's placemarks. By clicking on a placemark you'll be able to read the contents of the post associated with that location.
 
#Create a static page in your site - give it a name like All Locations or The Big Map
 
#Create a static page in your site - give it a name like All Locations or The Big Map
#add the GeoMashup short code <nowiki>[geo_mashup_map]</nowiki>
+
#Add the GeoMashup short code <nowiki>[geo_mashup_map]</nowiki>
 +
#In '''Settings > GeoMashup''' specifiy this newly created page as your Global Mashup page from the dropdown list and save your changes
 +
 
 +
 
 +
 
 +
 
 +
 
 
  [[category:Wordpress]]
 
  [[category:Wordpress]]

Revision as of 14:43, 5 April 2011

The GeoMashup plugin lets you save location information with posts, pages, and other WordPress objects. These objects can then be presented on interactive Google maps in many ways.

Getting Started

  1. From your blog's dashboard activate the GeoMashup plugin
  2. Go to Settings > GeoMashup and click the "Update Options" button on the Overall tab to accept the pre-filled Google API key
  3. Review the various options available to you in these settings. These settings are explained in detail at plugin's documentation

Adding geographical data to your Wordpress posts

Once the plugin has been activated you will have the ability to create placemarks or locations on a Google map at the bottom of each post add.

  • Find a location by enter a street address
  • Add a location by clicking on the map (you can move your location afterwards if you need to)
  • Name your location
  • Save your location if you think you may use it more than once, it will then be available from the "Saved Locations" dropdown menu when you create new posts

Add maps to your wordpress posts

Using the GeoMashup shortcode you can embed Google maps to any geolocated post.

  1. Create a post
  2. Add geolocation data at the bottom
  3. In the body of the post include the GeoMashup short code [geo_mashup_map]

For more info on available GeoMashup tags see http://code.google.com/p/wordpress-geo-mashup/wiki/TagReference

Create a Global Mashup page

You can also create a master map that will display all of your site's placemarks. By clicking on a placemark you'll be able to read the contents of the post associated with that location.

  1. Create a static page in your site - give it a name like All Locations or The Big Map
  2. Add the GeoMashup short code [geo_mashup_map]
  3. In Settings > GeoMashup specifiy this newly created page as your Global Mashup page from the dropdown list and save your changes