<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>6d2e91baba050c7dbfc5bc74ab719d4ab5c32b7f</id>
      </parent>
    </parents>
    <author>
      <name>Ed Wildgoose</name>
      <email>git@wildgooses.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/5789d8b17280475075b0fba8b6412c90b8c7a38a</url>
    <id>5789d8b17280475075b0fba8b6412c90b8c7a38a</id>
    <committed-date>2009-06-21T08:24:31-07:00</committed-date>
    <authored-date>2009-06-21T08:24:31-07:00</authored-date>
    <message>Fix line endings - PLEASE MERGE ASAP and read notes below
This changeset is far reaching and sets all files to have git friendly line endings. However, this also means
patches pre this commit will be hard to merge against the tree post this commit.

If you have trouble merging this commit then instead do the following to achieve the same effect:
- clone the repo as normal
- change autocrlf=true (or =input if you prefer) in your gitconfig file (~/.gitconfig on unix)
- blow away your repo, (eg rm -rf * ) it goes without saying to be careful and obviously don't delete the .git
dir
- get back to HEAD with: &quot;git reset HEAD --hard&quot;
- now &quot;git status&quot; should show you loads of changes, also &quot;git diff -b&quot; should show you that they are just line
ending changes
- add files and commit as normal. All files should now be in a git friendly line ending format</message>
    <tree>e2123ab1d1c352d337e207e30d85f6ed6f89d384</tree>
    <committer>
      <name>Ed Wildgoose</name>
      <email>git@wildgooses.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3db13163be7b6028c593d5d1be5c08cd444a532c</id>
      </parent>
    </parents>
    <author>
      <name>Ken-ichi Ueda</name>
      <email>kenichi.ueda@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/6d2e91baba050c7dbfc5bc74ab719d4ab5c32b7f</url>
    <id>6d2e91baba050c7dbfc5bc74ab719d4ab5c32b7f</id>
    <committed-date>2009-06-18T02:27:21-07:00</committed-date>
    <authored-date>2009-06-17T22:00:59-07:00</authored-date>
    <message>Might help to include the encoder file...
(cherry picked from commit 2be89a10110dd2fb2ef05fb1932cdefadcccd44e)</message>
    <tree>92288af182ea589acaa7d9062826657d9af5c242</tree>
    <committer>
      <name>Ed Wildgoose</name>
      <email>git@wildgooses.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d5e2b7a55ef32612b4da25d1952bb713a7427bf</id>
      </parent>
    </parents>
    <author>
      <name>Ken-ichi Ueda</name>
      <email>kenichi.ueda@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/3db13163be7b6028c593d5d1be5c08cd444a532c</url>
    <id>3db13163be7b6028c593d5d1be5c08cd444a532c</id>
    <committed-date>2009-06-18T02:26:58-07:00</committed-date>
    <authored-date>2009-06-17T21:52:39-07:00</authored-date>
    <message>Added encoded polyline support by including Joel Rosenberg's GMapPolylineEncoder class.  Also added helper methods to create encoded polylines and encoded polylines from GeoRuby objects.
(cherry picked from commit f94c3d186e03ed0cfb044d4d77126c9ce6d87107)</message>
    <tree>4afd6344f89c73a2717494fb5657c701f952862d</tree>
    <committer>
      <name>Ed Wildgoose</name>
      <email>git@wildgooses.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>24b65ccbd84071ba50f76c0ec2b2979b94162729</id>
      </parent>
    </parents>
    <author>
      <name>David Cato</name>
      <email>git@crunchyfrog.net</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/5d5e2b7a55ef32612b4da25d1952bb713a7427bf</url>
    <id>5d5e2b7a55ef32612b4da25d1952bb713a7427bf</id>
    <committed-date>2009-06-18T02:24:15-07:00</committed-date>
    <authored-date>2009-04-16T12:00:57-07:00</authored-date>
    <message>Change overview map control usage for API 2.149+

The behavior of the overview map control changed in API v2.149, causing
the auto-hide action to stop working. By moving the overview map
variable to global scope, the auto-hide action works again with API
versions v2.149 and later (at least through v2.153 which is the latest
version at this time). It also continues to work with some older, v2.148
and earlier, versions of the API, though not all older versions have
been checked. (NB, at this time v2 = v2.150; v2.x = v2.153)</message>
    <tree>b7d5733c66018429ad7dbc78f0dac92899cd23dd</tree>
    <committer>
      <name>Ed Wildgoose</name>
      <email>git@wildgooses.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6c04a9b87841c97ebb38b99d1b0cca5448d5f87b</id>
      </parent>
    </parents>
    <author>
      <name>David Cato</name>
      <email>git@crunchyfrog.net</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/24b65ccbd84071ba50f76c0ec2b2979b94162729</url>
    <id>24b65ccbd84071ba50f76c0ec2b2979b94162729</id>
    <committed-date>2009-06-18T02:24:06-07:00</committed-date>
    <authored-date>2009-03-08T15:23:12-07:00</authored-date>
    <message>Additional GOverviewMapControl functionality

Expand options for adding an overview map with GOverviewMapControl.
In addition to passing a boolean value for the :overview_map option
of GMap#control_init, a hash with :hide and :size options can also
be used.

To have the overview map initialized in the closed state, set the
:hide option to true.

To override the default size of the overview map, set the :size
option to a GSize object.</message>
    <tree>2e9fc66e0ac91130a390de94a6dd8f202ffdc485</tree>
    <committer>
      <name>Ed Wildgoose</name>
      <email>git@wildgooses.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aa156e283a4a7c19c08a8fdc92b2df2b296de757</id>
      </parent>
    </parents>
    <author>
      <name>David Cato</name>
      <email>git@crunchyfrog.net</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/6c04a9b87841c97ebb38b99d1b0cca5448d5f87b</url>
    <id>6c04a9b87841c97ebb38b99d1b0cca5448d5f87b</id>
    <committed-date>2009-06-18T02:23:53-07:00</committed-date>
    <authored-date>2009-03-06T22:30:28-08:00</authored-date>
    <message>Add a :content option for GMap#div

Using the :content option, and specifying a string or other object that
responds to #to_s, the map div can be created with an initial message.
For example, a simple loading message (allowing for CSS styling) could
be generated with

@map.div :content =&gt; '&lt;span class=&quot;map-message&quot;&gt;Loading map ...&lt;/span&gt;'</message>
    <tree>f5e503218e9f4d4c1e7c636cbf44db1d38ddc7a5</tree>
    <committer>
      <name>Ed Wildgoose</name>
      <email>git@wildgooses.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6febc3d35357c91270fa0527edb7d3a87979d7e1</id>
      </parent>
    </parents>
    <author>
      <name>David Cato</name>
      <email>git@crunchyfrog.net</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/aa156e283a4a7c19c08a8fdc92b2df2b296de757</url>
    <id>aa156e283a4a7c19c08a8fdc92b2df2b296de757</id>
    <committed-date>2009-06-18T02:22:53-07:00</committed-date>
    <authored-date>2009-03-06T20:08:21-08:00</authored-date>
    <message>Add :show_on_focus control option

If the :show_on_focus control option is set, the map controls will only
be shown when the map has focus (i.e., the pointer is inside the map).</message>
    <tree>a5a753441e99acfb8da753ed9d6a72b40670ca90</tree>
    <committer>
      <name>Ed Wildgoose</name>
      <email>git@wildgooses.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>037515e251e6bb940aa6acde6c641dd02d39cdae</id>
      </parent>
    </parents>
    <author>
      <name>David Cato</name>
      <email>git@crunchyfrog.net</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/6febc3d35357c91270fa0527edb7d3a87979d7e1</url>
    <id>6febc3d35357c91270fa0527edb7d3a87979d7e1</id>
    <committed-date>2009-06-18T02:21:55-07:00</committed-date>
    <authored-date>2009-03-06T18:17:54-08:00</authored-date>
    <message>Hide the VML CSS from non-IE browsers</message>
    <tree>bb4fff0355c312e4645c4fb276407bd9580f929c</tree>
    <committer>
      <name>Ed Wildgoose</name>
      <email>git@wildgooses.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>de83255e449ff71c871bed15e6a41dac44b1b4b7</id>
      </parent>
    </parents>
    <author>
      <name>Sergio</name>
      <email>sergio@entrecables.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/037515e251e6bb940aa6acde6c641dd02d39cdae</url>
    <id>037515e251e6bb940aa6acde6c641dd02d39cdae</id>
    <committed-date>2009-06-18T00:16:05-07:00</committed-date>
    <authored-date>2009-02-26T03:25:53-08:00</authored-date>
    <message>Use Google Maps API version from options hash</message>
    <tree>4ae04a8b19eedcda076ca0c07ca16878d72b04e4</tree>
    <committer>
      <name>Sergio</name>
      <email>sergio@entrecables.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f6e606d6d6d240173c065ea6845645e09fb7e33</id>
      </parent>
    </parents>
    <author>
      <name>Sergio</name>
      <email>sergio@entrecables.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/de83255e449ff71c871bed15e6a41dac44b1b4b7</url>
    <id>de83255e449ff71c871bed15e6a41dac44b1b4b7</id>
    <committed-date>2009-06-18T00:13:27-07:00</committed-date>
    <authored-date>2009-02-26T03:24:28-08:00</authored-date>
    <message>Set output encoding in geocoding request</message>
    <tree>3733abb73b44fde7268ac2dcdc94a0ed1cd07fc2</tree>
    <committer>
      <name>Sergio</name>
      <email>sergio@entrecables.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4036a30d234b2c82b11857b437d85ab7606cba20</id>
      </parent>
    </parents>
    <author>
      <name>erbmicha</name>
      <email>erbmicha@c9bc9743-7714-0410-b404-d8b1d4e1ace9</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/5f6e606d6d6d240173c065ea6845645e09fb7e33</url>
    <id>5f6e606d6d6d240173c065ea6845645e09fb7e33</id>
    <committed-date>2009-04-13T06:39:38-07:00</committed-date>
    <authored-date>2009-04-13T06:39:38-07:00</authored-date>
    <message>updated to include the 'sensor' parameter in the GET API string for Google Maps. [patch by Xabriel J Collazo Mojica &lt;xabrielc@gmail.com&gt;]

git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@108 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>7205b0064b55df152ba6d2b194cfb1bfa8e77e8c</tree>
    <committer>
      <name>erbmicha</name>
      <email>erbmicha@c9bc9743-7714-0410-b404-d8b1d4e1ace9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>764d5f676e34c55356a67521d2e1d414df74b14b</id>
      </parent>
    </parents>
    <author>
      <name>erbmicha</name>
      <email>erbmicha@c9bc9743-7714-0410-b404-d8b1d4e1ace9</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/4036a30d234b2c82b11857b437d85ab7606cba20</url>
    <id>4036a30d234b2c82b11857b437d85ab7606cba20</id>
    <committed-date>2009-03-31T08:42:03-07:00</committed-date>
    <authored-date>2009-03-31T08:42:03-07:00</authored-date>
    <message>updated map.rb to use ActionController::Base.relative_url_root instead of ActionController::AbstractRequest.relative_url_root per Rails 2.2+ (https://rails.lighthouseapp.com/projects/8994/tickets/1154-deprecated-method-of-setting-relative_url_root-inside-railsconfigurator)

git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@107 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>9de17f6635ae1fe2976a632a78323703be5ad74a</tree>
    <committer>
      <name>erbmicha</name>
      <email>erbmicha@c9bc9743-7714-0410-b404-d8b1d4e1ace9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8dd92e6b86477d8e957dd281408a494735c23183</id>
      </parent>
    </parents>
    <author>
      <name>Michael Erb</name>
      <email>erbmicha@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/764d5f676e34c55356a67521d2e1d414df74b14b</url>
    <id>764d5f676e34c55356a67521d2e1d414df74b14b</id>
    <committed-date>2008-08-10T14:35:50-07:00</committed-date>
    <authored-date>2008-08-10T14:35:50-07:00</authored-date>
    <message>updated local search to include options for the local search control per google local search api. examples of usage in the README.

git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@106 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>8516a358916585146b01dc5e0c45d701c5975929</tree>
    <committer>
      <name>Michael Erb</name>
      <email>erbmicha@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>96d3abcfd3630c44361e4a2d4eda0f8beda54a74</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/8dd92e6b86477d8e957dd281408a494735c23183</url>
    <id>8dd92e6b86477d8e957dd281408a494735c23183</id>
    <committed-date>2008-08-05T00:13:10-07:00</committed-date>
    <authored-date>2008-08-05T00:13:10-07:00</authored-date>
    <message>error in last modif


git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@105 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>abbee98c65a90d3b5d09646bfd8595ab1dadef6a</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ad2078edc9a5a887fe32854c477f132b4020dc2b</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/96d3abcfd3630c44361e4a2d4eda0f8beda54a74</url>
    <id>96d3abcfd3630c44361e4a2d4eda0f8beda54a74</id>
    <committed-date>2008-08-04T13:04:26-07:00</committed-date>
    <authored-date>2008-08-04T13:04:26-07:00</authored-date>
    <message>patch by David Cato


git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@104 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>ba0aca722075de139292f7c716e9c583a5cb9ea4</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>653c108365c20f9bcbed1a2613045df794b05271</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/ad2078edc9a5a887fe32854c477f132b4020dc2b</url>
    <id>ad2078edc9a5a887fe32854c477f132b4020dc2b</id>
    <committed-date>2008-03-07T10:21:33-08:00</committed-date>
    <authored-date>2008-03-07T10:21:33-08:00</authored-date>
    <message>Committin patch by J&#233;r&#233;mie Lecour : width and height of map can be given in units other than px


git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@102 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>7be150163268d53b61ef3b91617f68564bdee44f</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9eface56c64e3ae083ee1560d30c7d0011895a46</id>
      </parent>
    </parents>
    <author>
      <name>Shoaib Burq</name>
      <email>saburq@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/653c108365c20f9bcbed1a2613045df794b05271</url>
    <id>653c108365c20f9bcbed1a2613045df794b05271</id>
    <committed-date>2008-02-25T13:33:27-08:00</committed-date>
    <authored-date>2008-02-25T13:33:27-08:00</authored-date>
    <message>added HieracrchicalMapType and G_PYSICAL_MAP

git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@101 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>a2fab7c8013116f6913ab194a3848471dbaa742c</tree>
    <committer>
      <name>Shoaib Burq</name>
      <email>saburq@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f4027ff50d34c1f51669a41cc0d730863a4cfb5e</id>
      </parent>
    </parents>
    <author>
      <name>Michael Erb</name>
      <email>erbmicha@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/9eface56c64e3ae083ee1560d30c7d0011895a46</url>
    <id>9eface56c64e3ae083ee1560d30c7d0011895a46</id>
    <committed-date>2008-02-05T21:18:13-08:00</committed-date>
    <authored-date>2008-02-05T21:18:13-08:00</authored-date>
    <message>edited control.rb and map.rb and added instructions for local search to the README.

details of the modifications can be seen here: http://pastie.caboo.se/pastes/148106

git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@98 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>e30155aaae228f3c9f049f1061f3bde6c43b2867</tree>
    <committer>
      <name>Michael Erb</name>
      <email>erbmicha@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9c3594f616ff18edf3a5e6b6165a8fc4cca22d71</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/f4027ff50d34c1f51669a41cc0d730863a4cfb5e</url>
    <id>f4027ff50d34c1f51669a41cc0d730863a4cfb5e</id>
    <committed-date>2007-06-17T23:41:59-07:00</committed-date>
    <authored-date>2007-06-17T23:41:59-07:00</authored-date>
    <message>Applying patch from Bryan Donovan : GPolygonEncoded + GPolylineEncoded + ELabel



git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@96 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>40d14142cf4812eca02f365ff6857a0f6615b3ef</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>698c2cea0bb5f8e0c26c24cbbfe2e8e866b89292</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/9c3594f616ff18edf3a5e6b6165a8fc4cca22d71</url>
    <id>9c3594f616ff18edf3a5e6b6165a8fc4cca22d71</id>
    <committed-date>2007-06-08T11:39:48-07:00</committed-date>
    <authored-date>2007-06-08T11:39:48-07:00</authored-date>
    <message>Joost's without_js (no ym4r-gm.js included)


git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@95 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>7c89c61e64cf53ac665d054877000d0215f124b6</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab156d8fe118ebcca75c4d9bec629f58c8e7076d</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/698c2cea0bb5f8e0c26c24cbbfe2e8e866b89292</url>
    <id>698c2cea0bb5f8e0c26c24cbbfe2e8e866b89292</id>
    <committed-date>2007-06-06T23:16:50-07:00</committed-date>
    <authored-date>2007-06-06T23:16:50-07:00</authored-date>
    <message>syntax


git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@94 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>961d49e0f4f74ea11c312a0d84f7e6d1437d5191</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0756e5953bff529ce34279037e508baf10d3baf8</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/ab156d8fe118ebcca75c4d9bec629f58c8e7076d</url>
    <id>ab156d8fe118ebcca75c4d9bec629f58c8e7076d</id>
    <committed-date>2007-06-06T15:35:37-07:00</committed-date>
    <authored-date>2007-06-06T15:35:37-07:00</authored-date>
    <message>corrections


git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@93 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>1e5f002f2101a5bfac7882f7958a645d0b59c98f</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>96b22ef6484ad01483c5ccb0d2dfc889f188d562</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/0756e5953bff529ce34279037e508baf10d3baf8</url>
    <id>0756e5953bff529ce34279037e508baf10d3baf8</id>
    <committed-date>2007-04-01T08:16:02-07:00</committed-date>
    <authored-date>2007-04-01T08:16:02-07:00</authored-date>
    <message>correct the Event thing



git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@92 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>da91f0b7b16468675d4d8bead98166445e265cf4</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9adb4ba95d9f5620c44836a5c33e2a8534d884d9</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/96b22ef6484ad01483c5ccb0d2dfc889f188d562</url>
    <id>96b22ef6484ad01483c5ccb0d2dfc889f188d562</id>
    <committed-date>2007-03-25T04:09:57-07:00</committed-date>
    <authored-date>2007-03-25T04:09:57-07:00</authored-date>
    <message>div method changed to allow arbitrary options



git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@91 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>d7c070c7ea18d13483339716269628382428e4fe</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>db652a53cda3c9bd214e94aaaf6e21c31694d2bf</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/9adb4ba95d9f5620c44836a5c33e2a8534d884d9</url>
    <id>9adb4ba95d9f5620c44836a5c33e2a8534d884d9</id>
    <committed-date>2007-03-22T13:41:48-07:00</committed-date>
    <authored-date>2007-03-22T13:41:48-07:00</authored-date>
    <message>support for ggeoxml



git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@90 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>969aad31f7d080a9d2ff8b5809a36406e750cd36</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9b961ce91ed34d50f23391d0da140641cfb39f50</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/db652a53cda3c9bd214e94aaaf6e21c31694d2bf</url>
    <id>db652a53cda3c9bd214e94aaaf6e21c31694d2bf</id>
    <committed-date>2007-03-18T13:19:39-07:00</committed-date>
    <authored-date>2007-03-18T13:19:39-07:00</authored-date>
    <message>Added David Welton's patch for accuracy in the geocoding



git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@89 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>662d2ddbe908775f24a5cbb35c89a8e9722fb164</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bf12e43b1fc39c8571ed71bc348e40f238ebc8e4</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/9b961ce91ed34d50f23391d0da140641cfb39f50</url>
    <id>9b961ce91ed34d50f23391d0da140641cfb39f50</id>
    <committed-date>2007-03-09T14:44:16-08:00</committed-date>
    <authored-date>2007-03-09T14:44:16-08:00</authored-date>
    <message>Corrected the no_load option in the to_html GMap method



git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@88 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>1f19366cb4e84e5ba8c3f630419ece43e92d61e4</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>16a32de3ce251e1e14ec051f1d165140fd7dcd39</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/bf12e43b1fc39c8571ed71bc348e40f238ebc8e4</url>
    <id>bf12e43b1fc39c8571ed71bc348e40f238ebc8e4</id>
    <committed-date>2007-03-09T14:17:53-08:00</committed-date>
    <authored-date>2007-03-09T14:17:53-08:00</authored-date>
    <message>Yves dufour's correction on clusterer



git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@87 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>0f5a7506e5f26b1bf0dd852043da0df923dcabac</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e2cc0b74866e8e16318884f937564a1d4ce46e87</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/16a32de3ce251e1e14ec051f1d165140fd7dcd39</url>
    <id>16a32de3ce251e1e14ec051f1d165140fd7dcd39</id>
    <committed-date>2007-02-05T10:50:21-08:00</committed-date>
    <authored-date>2007-02-05T10:50:21-08:00</authored-date>
    <message>Added a requirement for environment in test



git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@86 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>75e2361d63beb8b4642b7ee1b5bef7556c481898</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9aedff64a2c48244d051f07e20ef37221e9d813d</id>
      </parent>
    </parents>
    <author>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </author>
    <url>http://github.com/ewildgoose/ym4r_gm/commit/e2cc0b74866e8e16318884f937564a1d4ce46e87</url>
    <id>e2cc0b74866e8e16318884f937564a1d4ce46e87</id>
    <committed-date>2007-01-26T02:05:02-08:00</committed-date>
    <authored-date>2007-01-26T02:05:02-08:00</authored-date>
    <message>Changed the declare_global_init again



git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@84 c9bc9743-7714-0410-b404-d8b1d4e1ace9</message>
    <tree>fc0c1b7170107cbd464bd21d6932b213c60e47ba</tree>
    <committer>
      <name>Guilhem Vellut</name>
      <email>guilhem.vellut+rubyforge@gmail.com</email>
    </committer>
  </commit>
</commits>
