<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"
>

<channel>
	<title>nearby.org.uk blog &#187; GeoPress</title>
	<atom:link href="http://www.nearby.org.uk/blog/category/geopress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nearby.org.uk/blog</link>
	<description>GIS, maps, mapping, geo, UK, Geograph, PHP, Perl and more</description>
	<lastBuildDate>Fri, 01 Jul 2011 18:59:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Geopress and no maps?</title>
		<link>http://www.nearby.org.uk/blog/2007/08/25/geopress-and-no-maps/</link>
		<comments>http://www.nearby.org.uk/blog/2007/08/25/geopress-and-no-maps/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 21:16:19 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[GeoPress]]></category>
		<category><![CDATA[Nearby]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/2007/08/25/geopress-and-no-maps/</guid>
		<description><![CDATA[Recently I have been playing with YSlow quite a bit, mainly for Geograph. A useful feature is it gives the load time for every page (without doing a full scan) in the status bar and I happened to visit this blog and the results where quite surprising. Geopress which I have installed for adding GeoRSS [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I have been playing with <a href="http://developer.yahoo.com/yslow/">YSlow</a> quite a bit, mainly for <a href="http://www.geograph.org.uk/">Geograph</a>. A useful feature is it gives the load time for every page (without doing a full scan) in the status bar and I happened to visit this blog and the results where quite surprising.</p>
<p><a href="http://georss.org/geopress">Geopress</a> which I have installed for adding <a href="http://georss.org/">GeoRSS</a> to rss feeds and creating kml files, (and geotagging the post itself, which is custom), actually includes it&#8217;s javascript on each an every page! So 6kb for the core, 34kb for mapstraction, and then because I had blindly entered a API key for Google and Yahoo, get both of their apis thrown in (about 150kb I think), and no maps for all that effort!<br />
I use a Google map for geocoding the post in the first place, so don&#8217;t want to blindly disable the whole lot, so as a quick bodge, I just commented out the following line in geopress.php</p>
<blockquote><p>add_action(&#8216;wp_head&#8217;, array(&#8216;GeoPress&#8217;, &#8216;wp_head&#8217;));</p></blockquote>
<p>leaving the &#8216;admin_head&#8217;, so that it would get included in the admin , which is just me.</p>
<p>If I knew more I would digg in and make it a preference, or better yet just make it auto-detected. But posting this here in the hope it useful to someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2007/08/25/geopress-and-no-maps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

