<?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 for Lucian Marica</title>
	<atom:link href="http://www.lucianmarica.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucianmarica.com</link>
	<description>Yet another weblog</description>
	<lastBuildDate>Mon, 19 Sep 2011 00:46:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on Geotagging from image EXIF data in WordPress by Steve</title>
		<link>http://www.lucianmarica.com/stuff/geotagging-from-image-exif-data-in-wordpress/comment-page-1/#comment-1662</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 19 Sep 2011 00:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucianmarica.com/stuff/teat/#comment-1662</guid>
		<description>Hello Lucian, thanks a lot for your nice work, which I&#039;m currently using as a baseline to add some &quot;fancy&quot; features to my photo gallery. Something weird I&#039;ve experienced upon first try is that not all pictures were showing in the map (this might relate to Lars problem). 

After a little bit of debugging I&#039;ve found out that the problem was due to a global wordpress settting, which was returning just 5 results. Just modifying the query like this in the function.php file (row 26 in your snippet above) solved the issue:

$attachments = get_posts(&#039;numberposts=-1&amp;post_type=attachment&amp;post_mime_type=image&amp;post_parent=&#039; . $postId);

Maybe this can help someone else out there. Again, thanks a lot for your great work!

Steve</description>
		<content:encoded><![CDATA[<p>Hello Lucian, thanks a lot for your nice work, which I&#8217;m currently using as a baseline to add some &#8220;fancy&#8221; features to my photo gallery. Something weird I&#8217;ve experienced upon first try is that not all pictures were showing in the map (this might relate to Lars problem). </p>
<p>After a little bit of debugging I&#8217;ve found out that the problem was due to a global wordpress settting, which was returning just 5 results. Just modifying the query like this in the function.php file (row 26 in your snippet above) solved the issue:</p>
<p>$attachments = get_posts(&#8216;numberposts=-1&amp;post_type=attachment&amp;post_mime_type=image&amp;post_parent=&#8217; . $postId);</p>
<p>Maybe this can help someone else out there. Again, thanks a lot for your great work!</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Theodore Zeppos</title>
		<link>http://www.lucianmarica.com/about/comment-page-1/#comment-1620</link>
		<dc:creator>Theodore Zeppos</dc:creator>
		<pubDate>Wed, 13 Oct 2010 18:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucianmarica.com/?page_id=2#comment-1620</guid>
		<description>Hello,
Can you tell me please how can I contact with you?
I &#039;m looking at the site and can&#039;t find your email.
I just need to talk with you in private for something.

Thank you!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Can you tell me please how can I contact with you?<br />
I &#8216;m looking at the site and can&#8217;t find your email.<br />
I just need to talk with you in private for something.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geotagging from image EXIF data in WordPress by Lars</title>
		<link>http://www.lucianmarica.com/stuff/geotagging-from-image-exif-data-in-wordpress/comment-page-1/#comment-1616</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Wed, 08 Sep 2010 08:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucianmarica.com/stuff/teat/#comment-1616</guid>
		<description>Yes, correct. I checked the $attachments array after using get_post.</description>
		<content:encoded><![CDATA[<p>Yes, correct. I checked the $attachments array after using get_post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geotagging from image EXIF data in WordPress by Lucian Marica</title>
		<link>http://www.lucianmarica.com/stuff/geotagging-from-image-exif-data-in-wordpress/comment-page-1/#comment-1613</link>
		<dc:creator>Lucian Marica</dc:creator>
		<pubDate>Tue, 07 Sep 2010 12:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucianmarica.com/stuff/teat/#comment-1613</guid>
		<description>Hello Lars,

Just to make sure, you have checked the $attachments array after using get_post? Then the problem must be with get_posts somehow... maybe I am not using it ok. I will investigate the issue.</description>
		<content:encoded><![CDATA[<p>Hello Lars,</p>
<p>Just to make sure, you have checked the $attachments array after using get_post? Then the problem must be with get_posts somehow&#8230; maybe I am not using it ok. I will investigate the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geotagging from image EXIF data in WordPress by Lars</title>
		<link>http://www.lucianmarica.com/stuff/geotagging-from-image-exif-data-in-wordpress/comment-page-1/#comment-1610</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Tue, 07 Sep 2010 11:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucianmarica.com/stuff/teat/#comment-1610</guid>
		<description>Hi Lucian,

okay ... perhaps I was a little bit too fast. Unfortunately I now have the problem that not all images in the post are in the $attachments array.
What could be the reason? In the Mediathek, all images are related to the post.
Thanks Lars</description>
		<content:encoded><![CDATA[<p>Hi Lucian,</p>
<p>okay &#8230; perhaps I was a little bit too fast. Unfortunately I now have the problem that not all images in the post are in the $attachments array.<br />
What could be the reason? In the Mediathek, all images are related to the post.<br />
Thanks Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geotagging from image EXIF data in WordPress by Lucian Marica</title>
		<link>http://www.lucianmarica.com/stuff/geotagging-from-image-exif-data-in-wordpress/comment-page-1/#comment-1605</link>
		<dc:creator>Lucian Marica</dc:creator>
		<pubDate>Mon, 06 Sep 2010 16:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucianmarica.com/stuff/teat/#comment-1605</guid>
		<description>I`m glad you found it useful.</description>
		<content:encoded><![CDATA[<p>I`m glad you found it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geotagging from image EXIF data in WordPress by Lars</title>
		<link>http://www.lucianmarica.com/stuff/geotagging-from-image-exif-data-in-wordpress/comment-page-1/#comment-1598</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Fri, 03 Sep 2010 09:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucianmarica.com/stuff/teat/#comment-1598</guid>
		<description>Thank you very much! Works like a charm!</description>
		<content:encoded><![CDATA[<p>Thank you very much! Works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geotagging from image EXIF data in WordPress by Corey</title>
		<link>http://www.lucianmarica.com/stuff/geotagging-from-image-exif-data-in-wordpress/comment-page-1/#comment-1597</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Mon, 09 Aug 2010 23:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucianmarica.com/stuff/teat/#comment-1597</guid>
		<description>I am trying to integrate this into my website and I am having problems.  I inserted the following code into the geotag.php and made all the changes needed.. No google map is showing up.  I added the [gmap] shortcode to the post and the image is attached to the post.  

No map at all.. where do I look in the database to check to make sure the geo coordinates are getting taken from the iPhone image?

Thanks.</description>
		<content:encoded><![CDATA[<p>I am trying to integrate this into my website and I am having problems.  I inserted the following code into the geotag.php and made all the changes needed.. No google map is showing up.  I added the [gmap] shortcode to the post and the image is attached to the post.  </p>
<p>No map at all.. where do I look in the database to check to make sure the geo coordinates are getting taken from the iPhone image?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geotagging from image EXIF data in WordPress by Marcin</title>
		<link>http://www.lucianmarica.com/stuff/geotagging-from-image-exif-data-in-wordpress/comment-page-1/#comment-1593</link>
		<dc:creator>Marcin</dc:creator>
		<pubDate>Tue, 06 Jul 2010 18:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucianmarica.com/stuff/teat/#comment-1593</guid>
		<description>Hi Lucian,
During last few days I am looking for wordpress plugin that works similar to your tutorial. I will try it.
The perfect plugin for me would be:
- i sent email with image attachement from my mobile (no metter what OS I have)
- plugin reeds image exif and email body and place image on map and body as a post
- I can place all sent images on one map 
Have you ever heard about such plugin ? If yes please let me know.
:)</description>
		<content:encoded><![CDATA[<p>Hi Lucian,<br />
During last few days I am looking for wordpress plugin that works similar to your tutorial. I will try it.<br />
The perfect plugin for me would be:<br />
- i sent email with image attachement from my mobile (no metter what OS I have)<br />
- plugin reeds image exif and email body and place image on map and body as a post<br />
- I can place all sent images on one map<br />
Have you ever heard about such plugin ? If yes please let me know.<br />
:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1840km&#8230; just parking by Webmaster</title>
		<link>http://www.lucianmarica.com/motorcycle/just-parking/comment-page-1/#comment-1589</link>
		<dc:creator>Webmaster</dc:creator>
		<pubDate>Thu, 10 Jun 2010 19:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucianmarica.com/?p=81#comment-1589</guid>
		<description>Hello! Please e-mail me your contacts. I have a question webmaster@bravto.ru...

Thank you!!!...</description>
		<content:encoded><![CDATA[<p>Hello! Please e-mail me your contacts. I have a question <a href="mailto:webmaster@bravto.ru">webmaster@bravto.ru</a>&#8230;</p>
<p>Thank you!!!&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

