<?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 and Semantic Maps 0.4.2 released</title>
	<atom:link href="http://blog.bn2vs.com/2009/11/16/maps-and-semantic-maps-0-4-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bn2vs.com/2009/11/16/maps-and-semantic-maps-0-4-2/</link>
	<description>Blog of Jeroen De Dauw. The latest news on my open source work and interests.</description>
	<lastBuildDate>Wed, 11 Jan 2012 13:53:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: don undeen</title>
		<link>http://blog.bn2vs.com/2009/11/16/maps-and-semantic-maps-0-4-2/comment-page-1/#comment-1345</link>
		<dc:creator>don undeen</dc:creator>
		<pubDate>Thu, 19 Nov 2009 14:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bn2vs.com/?p=554#comment-1345</guid>
		<description>thanks, I see I messed up a few of those calls, but the last one is lifted right from the documentation.
taking it over to the talk page now...</description>
		<content:encoded><![CDATA[<p>thanks, I see I messed up a few of those calls, but the last one is lifted right from the documentation.<br />
taking it over to the talk page now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen De Dauw</title>
		<link>http://blog.bn2vs.com/2009/11/16/maps-and-semantic-maps-0-4-2/comment-page-1/#comment-1333</link>
		<dc:creator>Jeroen De Dauw</dc:creator>
		<pubDate>Wed, 18 Nov 2009 23:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bn2vs.com/?p=554#comment-1333</guid>
		<description>Hey,

You are messing up the #geocode and #display_point syntax.

Using the yahoo geocoding service for #geocode is done like this:
{{#geocode:Moscow, Russia&#124;yahoo}}

If you want to set the geocoding service for display_map or display_point(s), use the geoservice parameter.

If you want to use yahoo maps instead of google maps, just use service=yahoomaps. This will also cause Maps to use the yahoo geocoding service, so you don&#039;t have to specify it explicitly. 

For a complete overview, refer to http://www.mediawiki.org/wiki/Extension:Maps#Usage

If you continue to have problems, please start a discussion here: http://www.mediawiki.org/wiki/Extension_talk:Maps

Cheers!</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>You are messing up the #geocode and #display_point syntax.</p>
<p>Using the yahoo geocoding service for #geocode is done like this:<br />
{{#geocode:Moscow, Russia|yahoo}}</p>
<p>If you want to set the geocoding service for display_map or display_point(s), use the geoservice parameter.</p>
<p>If you want to use yahoo maps instead of google maps, just use service=yahoomaps. This will also cause Maps to use the yahoo geocoding service, so you don&#8217;t have to specify it explicitly. </p>
<p>For a complete overview, refer to <a href="http://www.mediawiki.org/wiki/Extension:Maps#Usage" rel="nofollow">http://www.mediawiki.org/wiki/Extension:Maps#Usage</a></p>
<p>If you continue to have problems, please start a discussion here: <a href="http://www.mediawiki.org/wiki/Extension_talk:Maps" rel="nofollow">http://www.mediawiki.org/wiki/Extension_talk:Maps</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: don undeen</title>
		<link>http://blog.bn2vs.com/2009/11/16/maps-and-semantic-maps-0-4-2/comment-page-1/#comment-1330</link>
		<dc:creator>don undeen</dc:creator>
		<pubDate>Wed, 18 Nov 2009 20:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bn2vs.com/?p=554#comment-1330</guid>
		<description>Hey, 
Great work on all this Map stuff, really incredible!
Now on to my problems :) :
I&#039;m using the yahoo maps stuff, because our wiki is currently behind a firewall, sadly.

But I&#039;m having trouble getting display_points to work correctly.
Here&#039;s my wiki code:
Coords : {{#geocode:Moscow, Russia}}

{{
#display_points: Moscow, Russia~Russia~Russia is Nice;Paris, France~Paris~Gay Pairee&#124;yahoo
}}

{{
#display_points: Berlin, Germany; New York, NY~NY~The Big Apple&#124;yahoo
}}

{{
#display_points: Berlin, Germany; New York, NY~NY~The Big Apple
}}

{{#display_points: 55.756870, 37.615101~coordinates~I used coordinates here}}

{{
#display_points:
Moscow, Russia~Moscow~A city in Russia
}}

{{
#display_points:
service=yahoomaps
&#124;address=Moscow, Russia; New York City
&#124;zoom=7
&#124;width=800
&#124;height=500
}}

When I save that, I see:
- Coordinates correctly determined
Map 1 - Map is centered in australia somewhere, there&#039;s a label baloon in the middle with no text
Map2 - the same
Map3 - No map, no zoom tool. I have direction arrows, map/sat/hybrid buttons, and a label baloon in upper left corner. So even though I&#039;ve set yahoo as my default, something strange happens when I don&#039;t specify the map api in the function call
maps 4 and 5 display fine, though at different zoom levels
map 6 , looks the same as map 3 (blank), but just a bit larger.

Any idea what I may be doing wrong here? 

thanks again for all your hard work.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
Great work on all this Map stuff, really incredible!<br />
Now on to my problems <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  :<br />
I&#8217;m using the yahoo maps stuff, because our wiki is currently behind a firewall, sadly.</p>
<p>But I&#8217;m having trouble getting display_points to work correctly.<br />
Here&#8217;s my wiki code:<br />
Coords : {{#geocode:Moscow, Russia}}</p>
<p>{{<br />
#display_points: Moscow, Russia~Russia~Russia is Nice;Paris, France~Paris~Gay Pairee|yahoo<br />
}}</p>
<p>{{<br />
#display_points: Berlin, Germany; New York, NY~NY~The Big Apple|yahoo<br />
}}</p>
<p>{{<br />
#display_points: Berlin, Germany; New York, NY~NY~The Big Apple<br />
}}</p>
<p>{{#display_points: 55.756870, 37.615101~coordinates~I used coordinates here}}</p>
<p>{{<br />
#display_points:<br />
Moscow, Russia~Moscow~A city in Russia<br />
}}</p>
<p>{{<br />
#display_points:<br />
service=yahoomaps<br />
|address=Moscow, Russia; New York City<br />
|zoom=7<br />
|width=800<br />
|height=500<br />
}}</p>
<p>When I save that, I see:<br />
- Coordinates correctly determined<br />
Map 1 &#8211; Map is centered in australia somewhere, there&#8217;s a label baloon in the middle with no text<br />
Map2 &#8211; the same<br />
Map3 &#8211; No map, no zoom tool. I have direction arrows, map/sat/hybrid buttons, and a label baloon in upper left corner. So even though I&#8217;ve set yahoo as my default, something strange happens when I don&#8217;t specify the map api in the function call<br />
maps 4 and 5 display fine, though at different zoom levels<br />
map 6 , looks the same as map 3 (blank), but just a bit larger.</p>
<p>Any idea what I may be doing wrong here? </p>
<p>thanks again for all your hard work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

