<?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: Maps, mash-ups and abstractions</title>
	<atom:link href="http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/</link>
	<description>The easiest way to find UK property</description>
	<lastBuildDate>Wed, 17 Mar 2010 17:35:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nestoria integrates Mapstraction &#171; Renthusiast2.0</title>
		<link>http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/comment-page-1/#comment-49411</link>
		<dc:creator>Nestoria integrates Mapstraction &#171; Renthusiast2.0</dc:creator>
		<pubDate>Wed, 16 Jul 2008 10:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nestoria.co.uk/2006/10/11/55/#comment-49411</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] At the time Ed said he felt like it was &#8220;good for business&#8221;.Now today, Nestoria announces that they have started integrating the Mapstraction API; and that in the near future, this will allow users to choose from the most up to date features of [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://blog.nestoria.co.uk/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] At the time Ed said he felt like it was &#8220;good for business&#8221;.Now today, Nestoria announces that they have started integrating the Mapstraction API; and that in the near future, this will allow users to choose from the most up to date features of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Mapstraction] Changing setIcon for markers.</title>
		<link>http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/comment-page-1/#comment-19048</link>
		<dc:creator>[Mapstraction] Changing setIcon for markers.</dc:creator>
		<pubDate>Tue, 16 Jan 2007 17:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nestoria.co.uk/2006/10/11/55/#comment-19048</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] [Mapstraction] Changing setIcon for markers.          [Mapstraction] Changing setIcon for markers. Edmund von der Burg evdb at lokku.com  Wed Oct 11 12:20:56 BST 2006  Previous message: [Mapstraction] map now resizes to CSS dimensions  Next message: [Mapstraction] Changing setIcon for markers.   Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]     Hello, Currently I can only set the URL for the icon on a marker, but I need to do so much more. I need to be able to set the size and also the anchor position, as well as the shadow image. I also want to be able to change the image that is used whilst the marker is on the map - but this image will have the same size so that is not too tricky. What do you think of this approach: The current marker.setIcon( url ) is a bit restrictive - we could either change it so that we can pass in a hash or create another method: var marker = new Marker(); marker.setIconData({ url: &#039;http://...&#039;, height: 120, width: 120, shadow_url: &#039;http://...&#039;, shadow_height: 120, shadow_width: 200, anchor_x: 60, anchor_y: 110, bubble_x: 60, bubble_y: 0, transparent_url: &#039;http://...&#039;, image_map: [ 1,2, 3,4, 5,6, ... ] }); This is very Google specific. The transparent_url is so that IE knows where to change the cursor when hovering over an image, the image_map achieves the same for the other browsers. The origin for the coords is the top left of the image. Please let me know what you think will need to be added or changed to make this a proper abstraction so that it will work with Yahoo, MS etc. Do I really need all this? yes: http://www.nestoria.co.uk/soho/property/buy Cheers, Edmund. PS: blog post: http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/      Previous message: [Mapstraction] map now resizes to CSS dimensions  Next message: [Mapstraction] Changing setIcon for markers.   Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]    More information about the Mapstraction mailing list [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://blog.nestoria.co.uk/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] [Mapstraction] Changing setIcon for markers.          [Mapstraction] Changing setIcon for markers. Edmund von der Burg evdb at lokku.com  Wed Oct 11 12:20:56 BST 2006  Previous message: [Mapstraction] map now resizes to CSS dimensions  Next message: [Mapstraction] Changing setIcon for markers.   Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]     Hello, Currently I can only set the URL for the icon on a marker, but I need to do so much more. I need to be able to set the size and also the anchor position, as well as the shadow image. I also want to be able to change the image that is used whilst the marker is on the map &#8211; but this image will have the same size so that is not too tricky. What do you think of this approach: The current marker.setIcon( url ) is a bit restrictive &#8211; we could either change it so that we can pass in a hash or create another method: var marker = new Marker(); marker.setIconData({ url: &#8216;http://&#8230;&#8217;, height: 120, width: 120, shadow_url: &#8216;http://&#8230;&#8217;, shadow_height: 120, shadow_width: 200, anchor_x: 60, anchor_y: 110, bubble_x: 60, bubble_y: 0, transparent_url: &#8216;http://&#8230;&#8217;, image_map: [ 1,2, 3,4, 5,6, ... ] }); This is very Google specific. The transparent_url is so that IE knows where to change the cursor when hovering over an image, the image_map achieves the same for the other browsers. The origin for the coords is the top left of the image. Please let me know what you think will need to be added or changed to make this a proper abstraction so that it will work with Yahoo, MS etc. Do I really need all this? yes: <a href="http://www.nestoria.co.uk/soho/property/buy" rel="nofollow">http://www.nestoria.co.uk/soho/property/buy</a> Cheers, Edmund. PS: blog post: <a href="http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/" rel="nofollow">http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/</a>      Previous message: [Mapstraction] map now resizes to CSS dimensions  Next message: [Mapstraction] Changing setIcon for markers.   Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]    More information about the Mapstraction mailing list [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fofRedux - unread items</title>
		<link>http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/comment-page-1/#comment-189</link>
		<dc:creator>fofRedux - unread items</dc:creator>
		<pubDate>Thu, 12 Oct 2006 17:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nestoria.co.uk/2006/10/11/55/#comment-189</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Mapstraction, our abstract library for the G-Y-M mapping APIs, has been integrated into UK real estate site Nestoria. This is a big step forward, the first commercial use of the library. Of course it&#8217;s still completely free and open. Steve gives his take on OpenGeoData blog. [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://blog.nestoria.co.uk/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] Mapstraction, our abstract library for the G-Y-M mapping APIs, has been integrated into UK real estate site Nestoria. This is a big step forward, the first commercial use of the library. Of course it&#8217;s still completely free and open. Steve gives his take on OpenGeoData blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brain Off &#187; Mapstraction in Nestoria</title>
		<link>http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/comment-page-1/#comment-188</link>
		<dc:creator>Brain Off &#187; Mapstraction in Nestoria</dc:creator>
		<pubDate>Thu, 12 Oct 2006 16:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nestoria.co.uk/2006/10/11/55/#comment-188</guid>
		<description>[...] Mapstraction, our abstract library for the G-Y-M mapping APIs, has been integrated into UK real estate site Nestoria. This is a big step forward, the first commercial use of the library. Of course it&#8217;s still completely free and open. Steve gives his take on OpenGeoData blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] Mapstraction, our abstract library for the G-Y-M mapping APIs, has been integrated into UK real estate site Nestoria. This is a big step forward, the first commercial use of the library. Of course it&#8217;s still completely free and open. Steve gives his take on OpenGeoData blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OpenGeoData &#187; Blog Archive &#187; Mapstraction progress</title>
		<link>http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/comment-page-1/#comment-186</link>
		<dc:creator>OpenGeoData &#187; Blog Archive &#187; Mapstraction progress</dc:creator>
		<pubDate>Thu, 12 Oct 2006 08:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nestoria.co.uk/2006/10/11/55/#comment-186</guid>
		<description>[...] Mapstration has been making good progress with integration from geopress (awsome plugin for embedding maps in wordpress) to Nestoria (awsome map for finding somewhere to live) (Other sites can be found here). One of the more interesting things to note from mapstractions evolution is the clear but unnoticed disparity in APIs. Microsoft Virtual Earth has by far the best aerial imagery of the UK, they have complete high resolution coverage! See an example here. But the API is perhaps the worst thing on the planet. Little documentation and many &#8216;basic&#8217; features missing. The good thing for you, of course, is that mapstraction abstracts this all away and you need not worry because we&#8217;re spending the time to make it work. A hidden feature of Yahoo Maps is their high res data (see here) for lots of cities. It&#8217;s not obvious as they don&#8217;t hide good imagery behind brown goo of death. [...]</description>
		<content:encoded><![CDATA[<p>[...] Mapstration has been making good progress with integration from geopress (awsome plugin for embedding maps in wordpress) to Nestoria (awsome map for finding somewhere to live) (Other sites can be found here). One of the more interesting things to note from mapstractions evolution is the clear but unnoticed disparity in APIs. Microsoft Virtual Earth has by far the best aerial imagery of the UK, they have complete high resolution coverage! See an example here. But the API is perhaps the worst thing on the planet. Little documentation and many &#8216;basic&#8217; features missing. The good thing for you, of course, is that mapstraction abstracts this all away and you need not worry because we&#8217;re spending the time to make it work. A hidden feature of Yahoo Maps is their high res data (see here) for lots of cities. It&#8217;s not obvious as they don&#8217;t hide good imagery behind brown goo of death. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renthusiast: Nestoria integrates Mapstraction</title>
		<link>http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/comment-page-1/#comment-185</link>
		<dc:creator>Renthusiast: Nestoria integrates Mapstraction</dc:creator>
		<pubDate>Thu, 12 Oct 2006 08:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nestoria.co.uk/2006/10/11/55/#comment-185</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] We recently spoke with Nestoria co-founder Ed Freyfogle, about the importance of map integration and real estate search. Location, location location was the obvious answer, but why such heavy Gmap integration? Ed appreciated the criticism and revealed Nestoria&#039;s desire to &quot;stay as flexible as possible&quot; by supporting opensource mapping frameworks like Mapstraction. At the time Ed said he felt like it was &quot;good for business&quot;.Now today, Nestoria announces that they have started integrating the Mapstraction API; and that in the near future, this will allow users to choose from the most up to date features of all the mapping providers. Mapstraction provides a common API for Google, Yahoo! and Microsoft&#039;s mapping APIs enabling switching from one to another as smoothly as possible.Mapstraction claims their aim is &quot;mainly to protect companies building commercial products on top of Google Maps from changes to terms and conditions, the introduction of ads, or the emergence of a competing library with better maps, different imagery or preferable licensing terms.&quot; Very interesting development for Nestoria; it will be interesting to see if any of the new players using Gmap follow their strategy [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://blog.nestoria.co.uk/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] We recently spoke with Nestoria co-founder Ed Freyfogle, about the importance of map integration and real estate search. Location, location location was the obvious answer, but why such heavy Gmap integration? Ed appreciated the criticism and revealed Nestoria&#8217;s desire to &#8220;stay as flexible as possible&#8221; by supporting opensource mapping frameworks like Mapstraction. At the time Ed said he felt like it was &#8220;good for business&#8221;.Now today, Nestoria announces that they have started integrating the Mapstraction API; and that in the near future, this will allow users to choose from the most up to date features of all the mapping providers. Mapstraction provides a common API for Google, Yahoo! and Microsoft&#8217;s mapping APIs enabling switching from one to another as smoothly as possible.Mapstraction claims their aim is &#8220;mainly to protect companies building commercial products on top of Google Maps from changes to terms and conditions, the introduction of ads, or the emergence of a competing library with better maps, different imagery or preferable licensing terms.&#8221; Very interesting development for Nestoria; it will be interesting to see if any of the new players using Gmap follow their strategy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoblogger.eu</title>
		<link>http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/comment-page-1/#comment-187</link>
		<dc:creator>geoblogger.eu</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nestoria.co.uk/2006/10/11/55/#comment-187</guid>
		<description>&lt;!--%kramer-pre%--&gt; When we started working on nestoria.co.uk we knew that having maps would be vital. Without them browsing for properties is a pain as you need to keep switching from the list of properties to a map to tr...  more   &lt;!--%kramer-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a class="technorati-balloon" href="http://www.technorati.com/cosmos/search.html?url="><img src="http://static.technorati.com/images/bubble_h17.gif" class="technorati-balloon" alt="links from Technorati" style="border:0;" /></a> When we started working on nestoria.co.uk we knew that having maps would be vital. Without them browsing for properties is a pain as you need to keep switching from the list of properties to a map to tr&#8230;  more   </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brain Off</title>
		<link>http://blog.nestoria.co.uk/2006/10/11/maps-mash-ups-and-abstractions/comment-page-1/#comment-40932</link>
		<dc:creator>Brain Off</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nestoria.co.uk/2006/10/11/55/#comment-40932</guid>
		<description>&lt;!--%kramer-pre%--&gt;&lt;!--%kramer-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a class="technorati-balloon" href="http://www.technorati.com/cosmos/search.html?url="><img src="http://static.technorati.com/images/bubble_h17.gif" class="technorati-balloon" alt="links from Technorati" style="border:0;" /></a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
