<?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"
	>
<channel>
	<title>Comments on: Mapping point locations with Python and Microsoft Live Search Maps</title>
	<atom:link href="http://www.super-cooper.com/archive/2008/04/15/mapping-point-locations-with-python-and-microsoft-live-search-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.super-cooper.com/archive/2008/04/15/mapping-point-locations-with-python-and-microsoft-live-search-maps/</link>
	<description>Python, GIS, and a sprinkling of mindless drivel</description>
	<pubDate>Tue, 18 Nov 2008 09:38:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Chad</title>
		<link>http://www.super-cooper.com/archive/2008/04/15/mapping-point-locations-with-python-and-microsoft-live-search-maps/#comment-1444</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Sun, 29 Jun 2008 14:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://super-cooper.com/2008/04/15/mapping-point-locations-with-python-and-microsoft-live-search-maps/#comment-1444</guid>
		<description>Jan...

Not sure, but my bet is probably not. To return a distance, You're probably going to have to go in through the API, but I've never looked at getting that out.

chad</description>
		<content:encoded><![CDATA[<p>Jan&#8230;</p>
<p>Not sure, but my bet is probably not. To return a distance, You&#8217;re probably going to have to go in through the API, but I&#8217;ve never looked at getting that out.</p>
<p>chad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Johannsen</title>
		<link>http://www.super-cooper.com/archive/2008/04/15/mapping-point-locations-with-python-and-microsoft-live-search-maps/#comment-163</link>
		<dc:creator>Jan Johannsen</dc:creator>
		<pubDate>Tue, 20 May 2008 01:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://super-cooper.com/2008/04/15/mapping-point-locations-with-python-and-microsoft-live-search-maps/#comment-163</guid>
		<description>Without going into the API, can you provide a couple address locations and get a return on the distance between the two locations?

If not with MSLS, with Google Maps? or other website?

Cheers,
Jan.</description>
		<content:encoded><![CDATA[<p>Without going into the API, can you provide a couple address locations and get a return on the distance between the two locations?</p>
<p>If not with MSLS, with Google Maps? or other website?</p>
<p>Cheers,<br />
Jan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SCC</title>
		<link>http://www.super-cooper.com/archive/2008/04/15/mapping-point-locations-with-python-and-microsoft-live-search-maps/#comment-61</link>
		<dc:creator>SCC</dc:creator>
		<pubDate>Mon, 12 May 2008 18:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://super-cooper.com/2008/04/15/mapping-point-locations-with-python-and-microsoft-live-search-maps/#comment-61</guid>
		<description>Hi.  I found this blog because of a link posted elsewhere.  Even though I am working in PHP, I did find the answer I was looking for in how to map multiple points.

Instead of using sp=an I'm using sp=Point.  What really irks me is that all the documentation on Microsoft's website and every other resource that I've found about using sp=Point is wrong!  The Microsoft documentation 

live.com/Help.aspx?market=en-US&#38;project=WL_Local&#38;querytype=topic&#38;query=WL_LOCAL_PROC_BuildURL.htm

provides the following guidance:

Specifies a point to add to the collections editor by using latitude and longitude. For points, the value includes the latitude, longitude, title, notes, link URL, and photo URL to display, each separated by an underscore (_):

sp=point.position_
title string_notes,
string_link URL_photo URL 

The fact of the matter is that this WILL NOT WORK if you use a lowercase "p" on the point value.  You must use an uppercase "P".

For example:

sp=Point.84.545654_-94.545655_Title_Notes_More-info-link_More-info-image

I wasted a bunch of time until I figured that out.  A bunch of time.

I just wanted to post this just in case anyone else who reads this has a similar problem.</description>
		<content:encoded><![CDATA[<p>Hi.  I found this blog because of a link posted elsewhere.  Even though I am working in PHP, I did find the answer I was looking for in how to map multiple points.</p>
<p>Instead of using sp=an I&#8217;m using sp=Point.  What really irks me is that all the documentation on Microsoft&#8217;s website and every other resource that I&#8217;ve found about using sp=Point is wrong!  The Microsoft documentation </p>
<p>live.com/Help.aspx?market=en-US&amp;project=WL_Local&amp;querytype=topic&amp;query=WL_LOCAL_PROC_BuildURL.htm</p>
<p>provides the following guidance:</p>
<p>Specifies a point to add to the collections editor by using latitude and longitude. For points, the value includes the latitude, longitude, title, notes, link URL, and photo URL to display, each separated by an underscore (_):</p>
<p>sp=point.position_<br />
title string_notes,<br />
string_link URL_photo URL </p>
<p>The fact of the matter is that this WILL NOT WORK if you use a lowercase &#8220;p&#8221; on the point value.  You must use an uppercase &#8220;P&#8221;.</p>
<p>For example:</p>
<p>sp=Point.84.545654_-94.545655_Title_Notes_More-info-link_More-info-image</p>
<p>I wasted a bunch of time until I figured that out.  A bunch of time.</p>
<p>I just wanted to post this just in case anyone else who reads this has a similar problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
