<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: sfEasyGMapPlugin 1.0.4 out</title>
	<atom:link href="http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/</link>
	<description>Symfony, Php, Google Maps, Ajax</description>
	<lastBuildDate>Wed, 05 Oct 2011 21:27:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fabrice Bernhard</title>
		<link>http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/comment-page-1/#comment-668</link>
		<dc:creator>Fabrice Bernhard</dc:creator>
		<pubDate>Wed, 01 Dec 2010 11:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=32#comment-668</guid>
		<description>@altrano: the first paremeter of the GMap class constructor is an $options array. The &quot;mapTypeId&quot; key of this array defines the map type. Here you can find in Google&#039;s documentation the basic map types :
http://code.google.com/apis/maps/documentation/javascript/maptypes.html#BasicMapTypes

For example :

&lt;code&gt;$gmap = new GMap(array(&#039;mapTypeId&#039; =&gt; &#039;google.maps.MapTypeId.HYBRID&#039;));&lt;/code&gt;

Cheers !</description>
		<content:encoded><![CDATA[<p>@altrano: the first paremeter of the GMap class constructor is an $options array. The &#8220;mapTypeId&#8221; key of this array defines the map type. Here you can find in Google&#8217;s documentation the basic map types :<br />
<a href="http://code.google.com/apis/maps/documentation/javascript/maptypes.html#BasicMapTypes" rel="nofollow">http://code.google.com/apis/maps/documentation/javascript/maptypes.html#BasicMapTypes</a></p>
<p>For example :</p>
<p><code>$gmap = new GMap(array('mapTypeId' => 'google.maps.MapTypeId.HYBRID'));</code></p>
<p>Cheers !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: altrano</title>
		<link>http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/comment-page-1/#comment-666</link>
		<dc:creator>altrano</dc:creator>
		<pubDate>Wed, 01 Dec 2010 09:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=32#comment-666</guid>
		<description>Hello, First great plugin thanks for this work,
but i have a question is it possible to change the maptype eg. satelite or hybrid?

thanks</description>
		<content:encoded><![CDATA[<p>Hello, First great plugin thanks for this work,<br />
but i have a question is it possible to change the maptype eg. satelite or hybrid?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nizeho</title>
		<link>http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/comment-page-1/#comment-652</link>
		<dc:creator>nizeho</dc:creator>
		<pubDate>Tue, 02 Feb 2010 13:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=32#comment-652</guid>
		<description>Bonjour,  et merci pour tous ce que vous faites
j&#039;ai deux questions :

1- le plugin fonctionne-t-il avec la version 1.4 de symfony?
2- est-il possible d&#039;integrer google maps dans symfony sans le plugin?</description>
		<content:encoded><![CDATA[<p>Bonjour,  et merci pour tous ce que vous faites<br />
j&#8217;ai deux questions :</p>
<p>1- le plugin fonctionne-t-il avec la version 1.4 de symfony?<br />
2- est-il possible d&#8217;integrer google maps dans symfony sans le plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kev</title>
		<link>http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/comment-page-1/#comment-624</link>
		<dc:creator>Kev</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=32#comment-624</guid>
		<description>Tres pratique merci!

Une remarque : ce serait top d&#039;ajouter dans la doc ou et comment renseigner l&#039;API Key (dans le app.yml).

Merci!</description>
		<content:encoded><![CDATA[<p>Tres pratique merci!</p>
<p>Une remarque : ce serait top d&#8217;ajouter dans la doc ou et comment renseigner l&#8217;API Key (dans le app.yml).</p>
<p>Merci!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fazae</title>
		<link>http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/comment-page-1/#comment-623</link>
		<dc:creator>fazae</dc:creator>
		<pubDate>Thu, 26 Nov 2009 19:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=32#comment-623</guid>
		<description>Félicitation pour ce plugin bien pratique.

Serait il possible d&#039;ajouter cette info dans le README, cela faciliterait l&#039;installation :

Paramétrez vos clefs google dans   apps/votreappli/config/app.yml 

all:
 google_maps_api:
  keys:
   www.yourdomain.com: &#039;clee_google&#039;
   dev:       &#039;clee_google&#039;
   default:   &#039;clee_google&#039;

On obtient les clefs google ici :
http://code.google.com/intl/fr/apis/maps/signup.html</description>
		<content:encoded><![CDATA[<p>Félicitation pour ce plugin bien pratique.</p>
<p>Serait il possible d&#8217;ajouter cette info dans le README, cela faciliterait l&#8217;installation :</p>
<p>Paramétrez vos clefs google dans   apps/votreappli/config/app.yml </p>
<p>all:<br />
 google_maps_api:<br />
  keys:<br />
   <a href="http://www.yourdomain.com" rel="nofollow">http://www.yourdomain.com</a>: &#8216;clee_google&#8217;<br />
   dev:       &#8216;clee_google&#8217;<br />
   default:   &#8216;clee_google&#8217;</p>
<p>On obtient les clefs google ici :<br />
<a href="http://code.google.com/intl/fr/apis/maps/signup.html" rel="nofollow">http://code.google.com/intl/fr/apis/maps/signup.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Bernhard</title>
		<link>http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/comment-page-1/#comment-622</link>
		<dc:creator>Fabrice Bernhard</dc:creator>
		<pubDate>Thu, 26 Nov 2009 09:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=32#comment-622</guid>
		<description>http://trac.symfony-project.org/browser/plugins/sfEasyGMapPlugin/branches/v3/modules/sfEasyGMapPlugin/actions/actions.class.php

Le sample 2 montre comment ajouter un event custom sur un marker. Normalement ce n&#039;est pas difficile à utiliser. Bon courage !</description>
		<content:encoded><![CDATA[<p><a href="http://trac.symfony-project.org/browser/plugins/sfEasyGMapPlugin/branches/v3/modules/sfEasyGMapPlugin/actions/actions.class.php" rel="nofollow">http://trac.symfony-project.org/browser/plugins/sfEasyGMapPlugin/branches/v3/modules/sfEasyGMapPlugin/actions/actions.class.php</a></p>
<p>Le sample 2 montre comment ajouter un event custom sur un marker. Normalement ce n&#8217;est pas difficile à utiliser. Bon courage !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ploufy</title>
		<link>http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/comment-page-1/#comment-621</link>
		<dc:creator>ploufy</dc:creator>
		<pubDate>Thu, 26 Nov 2009 09:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=32#comment-621</guid>
		<description>D&#039;abord bravo pour le boulot effectué.
J&#039;ai une petite question, je souhaiterai faire des rollovers sur les marqueurs pour faire apparaître les infowindow au lieu d&#039;avoir à cliquer dessus. Le seul pb c&#039;est que quand on appelle addHtmlInfoWindow un événement click est automatiquement créé. Les addevent du coup ne me servent pas. Donc est-ce-possible à faire sans avoir à modifier le plugin?

Merci par avance</description>
		<content:encoded><![CDATA[<p>D&#8217;abord bravo pour le boulot effectué.<br />
J&#8217;ai une petite question, je souhaiterai faire des rollovers sur les marqueurs pour faire apparaître les infowindow au lieu d&#8217;avoir à cliquer dessus. Le seul pb c&#8217;est que quand on appelle addHtmlInfoWindow un événement click est automatiquement créé. Les addevent du coup ne me servent pas. Donc est-ce-possible à faire sans avoir à modifier le plugin?</p>
<p>Merci par avance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nihaw</title>
		<link>http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/comment-page-1/#comment-619</link>
		<dc:creator>nihaw</dc:creator>
		<pubDate>Thu, 19 Nov 2009 16:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=32#comment-619</guid>
		<description>Bonjour Fabrice!, j&#039;ai déjà posté sur un autre article, mais je reposte ici on ne sait jamais,


d’abord un grand merci pour le plugin, je souhaite utiliser les fonctions hide() et show() des marqueurs et je demande si elles sont intégrées dans votre plugin et comment faire
Merci d’avance</description>
		<content:encoded><![CDATA[<p>Bonjour Fabrice!, j&#8217;ai déjà posté sur un autre article, mais je reposte ici on ne sait jamais,</p>
<p>d’abord un grand merci pour le plugin, je souhaite utiliser les fonctions hide() et show() des marqueurs et je demande si elles sont intégrées dans votre plugin et comment faire<br />
Merci d’avance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Bernhard</title>
		<link>http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/comment-page-1/#comment-611</link>
		<dc:creator>Fabrice Bernhard</dc:creator>
		<pubDate>Tue, 20 Oct 2009 17:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=32#comment-611</guid>
		<description>En fait la v3 n&#039;est pas du tout backwards compatible, malheureusement. Pour deux raisons :
 - je voulais profiter au maximum du nettoyage de l&#039;API faite par Google pour nettoyer en même temps le plugin, ce qui nécessitait des changements d&#039;architecture
 - il n&#039;y a pas d&#039;intérêt évident à mettre un jour un site qui fonctionne déjà en v2.

Voilà, je vous conseille de ne PAS mettre à jour et d&#039;utiliser la v3 que pour vos nouveaux projets.

--
v3 is not backwards-compatible unfortunately, for two reasons :
 - Google did a good refactoring of their API with the v3 and I wanted to use the opportunity to do the same with the plugin, so this meant changes in the architecture
 - There is no obvious reason to update a site that works with the v2

Therefore I recommend NOT to upgrade, and use the new plugin only on new projects.</description>
		<content:encoded><![CDATA[<p>En fait la v3 n&#8217;est pas du tout backwards compatible, malheureusement. Pour deux raisons :<br />
 &#8211; je voulais profiter au maximum du nettoyage de l&#8217;API faite par Google pour nettoyer en même temps le plugin, ce qui nécessitait des changements d&#8217;architecture<br />
 &#8211; il n&#8217;y a pas d&#8217;intérêt évident à mettre un jour un site qui fonctionne déjà en v2.</p>
<p>Voilà, je vous conseille de ne PAS mettre à jour et d&#8217;utiliser la v3 que pour vos nouveaux projets.</p>
<p>&#8211;<br />
v3 is not backwards-compatible unfortunately, for two reasons :<br />
 &#8211; Google did a good refactoring of their API with the v3 and I wanted to use the opportunity to do the same with the plugin, so this meant changes in the architecture<br />
 &#8211; There is no obvious reason to update a site that works with the v2</p>
<p>Therefore I recommend NOT to upgrade, and use the new plugin only on new projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tsjoe</title>
		<link>http://www.theodo.fr/blog/2009/06/sfeasygmapplugin-104-out/comment-page-1/#comment-610</link>
		<dc:creator>Tsjoe</dc:creator>
		<pubDate>Tue, 20 Oct 2009 16:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=32#comment-610</guid>
		<description>Bonjour,
je vous souhaite d&#039;abord un grand bravo pour le travail que vous avez fourni sur ce plugin. Il est absolument génial, et je ne peux m&#039;en passer pour faire mes applications sur symfony.
Ensuite, je souhaiterais juste savoir si la v3.0 est en cours de de debuggage?
Etant donné que j&#039;ai mis à jour le plugin et que j&#039;ai suivi la documentation sur http://www.symfony-project.org/plugins/ , mes applications nécessitant l&#039;affichage de googlemaps ne fonctionnent plus.
J&#039;ai bien analysé les classes du plugins, et j&#039;ai compris qu&#039;il y avait beaucoup de changement par rapport aux anciennes versions, mais même en suivant la documentation mis à jour, mes applications ne fonctionnent pas.
Dois-je attendre un petit moment afin que vous compléter la doc? ou me confirmez-vous que tout marche? si c&#039;est le dernier cas, alors je me mettrais à potasser le plugin ;).

Bonne journée</description>
		<content:encoded><![CDATA[<p>Bonjour,<br />
je vous souhaite d&#8217;abord un grand bravo pour le travail que vous avez fourni sur ce plugin. Il est absolument génial, et je ne peux m&#8217;en passer pour faire mes applications sur symfony.<br />
Ensuite, je souhaiterais juste savoir si la v3.0 est en cours de de debuggage?<br />
Etant donné que j&#8217;ai mis à jour le plugin et que j&#8217;ai suivi la documentation sur <a href="http://www.symfony-project.org/plugins/" rel="nofollow">http://www.symfony-project.org/plugins/</a> , mes applications nécessitant l&#8217;affichage de googlemaps ne fonctionnent plus.<br />
J&#8217;ai bien analysé les classes du plugins, et j&#8217;ai compris qu&#8217;il y avait beaucoup de changement par rapport aux anciennes versions, mais même en suivant la documentation mis à jour, mes applications ne fonctionnent pas.<br />
Dois-je attendre un petit moment afin que vous compléter la doc? ou me confirmez-vous que tout marche? si c&#8217;est le dernier cas, alors je me mettrais à potasser le plugin <img src='http://www.theodo.fr/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>Bonne journée</p>
]]></content:encoded>
	</item>
</channel>
</rss>

