=== Simple Post GMaps === Contributors: momo360modena Donate link: http://www.beapi.fr/donate/ Tags : google, maps, googlemaps, simple series, map, geo, geolocalize, localisation Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 3.0.9 == Description == This plugin allow to geolocalise post with Google Maps (API in v3). No google maps key are required. You can choose with the map the position of the post on admin. You can use shortcode for display the map, or the widget. You can also display a maps with each posts localized on the same maps ! For full info go the [Simple Post Gmaps](http://redmine.beapi.fr/projects/show/simple-googlemaps) page. Read the sample file for an example of query. == Installation == 1. Download, unzip and upload to your WordPress plugins directory 2. Activate the plugin within you WordPress Administration Backend 3. Go to Settings > Maps and follow the steps on the [Simple Post Gmaps](http://redmine.beapi.fr/projects/show/simple-googlemaps) page. == Changelog == * 3.0.9 * Add possibility to not add the hidden coordinates a the end of posts * 3.0.8 * Fix a bug with edition of custom type and registering Javascript/CSS * 3.0.7 * Only insert in table at post publish * Some minor bug fix * Remove php Notices * 3.0.6 * Add a table at plugin activation for queries * Add possibility to get posts by latitude and longitude coordinates ordered by distance( distance in km ) * Meta are merged with the table data's * 3.0.5 * Fix a bug with javascript recursive loop * 3.0.4 * Rename all code for "Simple Post Gmaps" * Add admin page for optionnaly active meta box on each custom types * Add documentation on whole code. * Clean function with unsed part * 3.0.3 * Allow custom icons depending category * 3.0.2 * Add shortcode for display all posts on same maps, with dynamic KML * 3.0.1 * Add first shortcode for display post geolocalisation on Gmaps. * 3.0.0 * Clone Post Geo Meta from WP.com