<?xml version="1.0" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">

	<channel>
		<title>ThinkGeo and Map Suite Map Suite Windows Phone Edition Support</title>
		<link>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/afv/topicsview/Default.aspx</link>
		<description>Discuss issues about the Map Suite Windows Phone Edition .NET GIS control.</description>
		<language>en-US</language>
		<generator>ActiveForums  4.2</generator>
		<copyright>Copyright 2003-2013 ThinkGeo LLC</copyright>
		<lastBuildDate>Thu, 18 Oct 2012 23:09:25 GMT</lastBuildDate><image><url>http://gis.thinkgeo.com/Portals/1/logo.png</url><title>ThinkGeo and Map Suite Map Suite Windows Phone Edition Support</title><link>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/afv/topicsview/Default.aspx</link></image>
		<item>
			<title>Vote for new features on the Enhancement Tracker</title>
			<description>&lt;p&gt;Greetings all!&lt;/p&gt;

&lt;p&gt;As you likely know, the discussion forums have always been a great place for you to suggest new features and enhancements for Map Suite. In fact, they've become such a great resource for new product ideas, we decided to launch the &lt;a target=&quot;_blank&quot; href=&quot;http://helpdesk.thinkgeo.com/EnhancementTracker?product=Map_Suite_Windows_Phone_Edition&quot;&gt;&lt;b&gt;ThinkGeo Enhancement Tracker&lt;/b&gt;&lt;/a&gt; to keep track of them all. You can also vote on the upgrades that you'd most like to see, or suggest your own if you don't see the feature you want.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Using the Enhancement Tracker, you can see some of the most popular suggestions that our users have offered us to help Map Suite better, along with some plans of our own for improving the product. Here's what you can do:&lt;/p&gt;

&lt;ul type=&quot;square&quot;&gt;
    &lt;li style=&quot;margin-bottom:8px;&quot;&gt;Click the &quot;Vote Up&quot; button next to your favorite enhancement ideas to tell us you want to see those features in Map Suite.&lt;/li&gt;
    &lt;li style=&quot;margin-bottom:8px;&quot;&gt;Click the &quot;Discussion Topic&quot; link to visit the forum thread where discussion is ongoing about that particular feature. Feel free to add your own voice if you wish.&lt;/li&gt;

    &lt;li style=&quot;margin-bottom:8px;&quot;&gt;Use the form on the right side of the page to suggest the feature you want if you don't already see it on the Enhancement Tracker.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We'll take your votes into consideration when designing the roadmap for upcoming Map Suite releases, so don't forget to cast your vote.&lt;/p&gt;

&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://helpdesk.thinkgeo.com/EnhancementTracker?product=Map_Suite_Windows_Phone_Edition&quot;&gt;&lt;b&gt;Click here&lt;/b&gt;&lt;/a&gt; to visit the Enhancement Tracker now.&lt;/p&gt;

&lt;p&gt;Thanks for choosing Map Suite,&lt;br /&gt;
The ThinkGeo Team&lt;/p&gt;</description>
			<link>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9454/afv/topic/Default.aspx</link>
			<dc:creator>ThinkGeo</dc:creator>
			<pubDate>Fri, 05 Aug 2011 04:05:09 GMT</pubDate>
			<guid>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9454/afv/topic/Default.aspx</guid>
			<slash:comments>0</slash:comments>
		</item>
		<item>
			<title>How to Post Source Code and Attachments</title>
			<description>&lt;p style=&quot;font-size: 14px;&quot;&gt;&lt;strong&gt;How to Post Source Code&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you need to paste a snippet of source code into your forum message, please use our special source code tags.  These tags will make sure your code is formatted and colorized so that others can more easily read it.&lt;/p&gt;

&lt;p&gt;To do this, first type your message as usual.  When you're ready to paste in your source code, switch the message editor into &quot;Source&quot; view by clicking the button shown below:&lt;/p&gt;

&lt;p&gt;&lt;img border=&quot;0&quot; src=&quot;http://gis.thinkgeo.com/Portals/1/activeforums_Attach/Figure_SourceBtn.png&quot; alt=&quot;Screenshot&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Then, add one of the following sets of tags, depending on the language of the source code you want to paste in:&lt;/p&gt;

&lt;iframe src=&quot;http://gis.thinkgeo.com/portals/1/scripts/source_code_iframe.html&quot; frameborder=&quot;0&quot; width=&quot;600&quot; allowtransparency=&quot;true&quot; name=&quot;sourcetags&quot; scrolling=&quot;no&quot; height=&quot;430&quot;&gt;You must enable inline frames (iframes) in your browser to display this information.&lt;/iframe&gt;

&lt;p&gt;Once you add one of these sets of code tags, paste your source code in between them.&lt;/p&gt;

&lt;p&gt;Please note that your source code will not appear to be formatted correctly when you preview your post. Your code will be stylized and formatted only when you submit your post.&lt;/p&gt;

&lt;p&gt;If you need to make edits to your post after submission, select your post and copy it to the clipboard before clicking the &amp;quot;Edit&amp;quot; button.   This will preserve your post in case the visual editor strips out any of your source code.&lt;/p&gt;

&lt;p&gt;Here is an example of what your formatted source code snippet will look like:&lt;/p&gt;

&lt;code lang=&quot;csharp&quot;&gt;protected void Button1_Click(object sender, EventArgs e)
    {
        if (!Map1.CustomOverlays.Contains(&quot;Markers&quot;))
        {
            // Add a new feature as a marker
            Map1.MarkerOverlay.Features.Add(&quot;Marker&quot;, new Feature(0, 52));

            // Set the marker style, and make it available all over the zoomlevels.
            Map1.MarkerOverlay.ZoomLevelSet.ZoomLevel01.DefaultMarkerStyle.WebImage = new WebImage(&quot;../../theme/default/img/marker_blue.gif&quot;, 21, 25);
            Map1.MarkerOverlay.ZoomLevelSet.ZoomLevel01.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level20;
        }
    }&lt;/code&gt;</description>
			<link>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9453/afv/topic/Default.aspx</link>
			<dc:creator>ThinkGeo</dc:creator>
			<pubDate>Fri, 05 Aug 2011 03:59:48 GMT</pubDate>
			<guid>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9453/afv/topic/Default.aspx</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>Posting Rules &amp; Guidelines</title>
			<description>&lt;h3&gt;Welcome to the ThinkGeo Developer Community!&lt;/h3&gt;

&lt;p&gt;The ThinkGeo Developer Community is your hub for support, ideas and tips for developing with Map Suite.  We have just a few simple rules that you must adhere to when posting, as well as some guidelines for making your contributions the most helpful for others.&lt;/p&gt;

&lt;ul&gt;
	&lt;li style=&quot;padding-bottom:10px;&quot;&gt;Your first post in the discussion forums will be held for moderator approval.  Once your message has been approved, you will be able to make future posts without moderation.&lt;/li&gt;
	&lt;li style=&quot;padding-bottom:10px;&quot;&gt;If you need help with or want to discuss a particular Map Suite product, please post in the Support Forum for that product.  &lt;a href=&quot;http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/afg/1/Default.aspx&quot;&gt;Map Suite 2.0 and older&lt;/a&gt; and &lt;a href=&quot;http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/afg/3/Default.aspx&quot;&gt;Map Suite 3.0 and newer&lt;/a&gt; products have their own set of support forums.  Make sure you're posting in the right one!&lt;/li&gt;
	&lt;li style=&quot;padding-bottom:10px;&quot;&gt;If you want to ask a specific question, you can flag your topic to make it easier for others see that you need help. For information on how to flag your topic as a question, see the instructions &lt;a href=&quot;#flagging&quot;&gt;below&lt;/a&gt;.&lt;/li&gt;
	&lt;li style=&quot;padding-bottom:10px;&quot;&gt;If you're looking for documentation and other reference information on how to use Map Suite, please browse our online &lt;a href=&quot;http://gis.thinkgeo.com/supportcenter/&quot;&gt;Support Center&lt;/a&gt;.&lt;/li&gt;
	&lt;li style=&quot;padding-bottom:10px;&quot;&gt;Absolutely no flaming or personal attacks will be tolerated.&lt;/li&gt;
	&lt;li&gt;Above all, enjoy sharing your ideas, learning from others, and working with Map Suite. We're glad you're with us!&lt;/li&gt;
&lt;/ul&gt;


&lt;a name=&quot;flagging&quot;&gt;&lt;/a&gt;
&lt;h3 style=&quot;margin-top:30px;&quot;&gt;Flagging Your Topic as a Question&lt;/h3&gt;

&lt;p&gt;You can flag your new topic as a question to make it easier for others to see that you need help. This will also let you mark a specific answer as the &amp;quot;Correct Answer&amp;quot; so that others can see what you did to solve your problem.&lt;/p&gt;
&lt;p&gt;To mark your topic as a question, select &amp;quot;Not Resolved&amp;quot; from the Topic Status drop-down:&lt;/p&gt;
&lt;p&gt;&lt;img border=&quot;0&quot; src=&quot;http://gis.thinkgeo.com/Portals/1/activeforums_Attach/Figure_NotResolved.png&quot; alt=&quot;Screenshot&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Then, type your post subject, message and click Submit when you're finished.  You'll notice that a question mark icon appears next to your topic on the forum list.&lt;/p&gt;
&lt;p&gt;When you receive a response that answers your question, you can mark that response as the correct answer by clicking the &amp;quot;Correct Answer&amp;quot; button above that post:&lt;/p&gt;
&lt;p&gt;&lt;img border=&quot;0&quot; src=&quot;http://gis.thinkgeo.com/Portals/1/activeforums_Attach/Figure_CorrectAnswer.png&quot; alt=&quot;Screenshot&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Afterwards, the question mark icon next to your topic will change to a green checkmark, indicating that your issue has been resolved.&lt;/p&gt;</description>
			<link>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9452/afv/topic/Default.aspx</link>
			<dc:creator>ThinkGeo</dc:creator>
			<pubDate>Fri, 05 Aug 2011 03:59:16 GMT</pubDate>
			<guid>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9452/afv/topic/Default.aspx</guid>
			<slash:comments>0</slash:comments>
		</item>
		<item>
			<title>Windows Phone 8 ?</title>
			<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm sure you've been waiting for this question :-)&lt;/p&gt;
&lt;p&gt;When is ThinkGeo planning on supporting building Map Suite enhanced applications for Windows Phone 8 ?&lt;/p&gt;
&lt;p&gt;Or is the current SDK adequate for building such ?&lt;/p&gt;
&lt;p&gt;Cheers.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;</description>
			<link>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/10781/afv/topic/Default.aspx</link>
			<dc:creator>Lars I.</dc:creator>
			<pubDate>Thu, 18 Oct 2012 23:09:25 GMT</pubDate>
			<guid>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/10781/afv/topic/Default.aspx</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>UTM Projection in Windows Phone Map Control</title>
			<description>&lt;p&gt;&amp;#160;Dear Map Suite support,&lt;/p&gt;
&lt;p&gt;I am evaluating your Windows Phone 7 map control to be used in our incoming application but I am unable to find out how to implement UTM projection into map control. Our map data is in WMS server which provides tiles in UTM projection.&lt;/p&gt;
&lt;p&gt;I have read from your API documentation that by implementing custom Layer with FeatureSource I can change the projection to UTM. However, there seems not to be layers available at all in WP7 map control. Instead there are Overlays who do not have FeatureSource and Projection member which I could change.&lt;/p&gt;
&lt;p&gt;1. Ideal situation for me would be that I could inherit my own custom Overlay from TiledWmsOverlay which uses UTM projection. Is this possible?&lt;/p&gt;
&lt;p&gt;2. Is it possible to change the existing TiledWmsOverlay to use UTM projection configured with Proj4 command string?&lt;/p&gt;
&lt;p&gt;Thank you for your answers! Please answer ASAP!&lt;/p&gt;</description>
			<link>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9929/afv/topic/Default.aspx</link>
			<dc:creator>Janne</dc:creator>
			<pubDate>Mon, 02 Jan 2012 00:29:25 GMT</pubDate>
			<guid>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9929/afv/topic/Default.aspx</guid>
			<slash:comments>3</slash:comments>
		</item>
		<item>
			<title>Supported Data Types</title>
			<description>&lt;p&gt;I&amp;#160;am very confused by what the website says about support for data types. The website says that this version:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&quot;Natively handle Shapefile, TAB, Oracle Spatial, SQL 2008, PostGIS &amp;amp; more&quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;But, how is this possible? We specifically need to know, how can a Windows Phone 7 device send and receive spatial data from SQL&amp;#160;Server 2008. &lt;u&gt;&lt;strong&gt;Please explain how this is achieved.&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;Secondly, our application needs to be an offline solution. We will be syncing spatial data in to a database called EffiProz&amp;#160;in isolated storage. The data type will be of an&amp;#160;image data type. But, the data will be stored in the OGC&amp;#160;standard format. &lt;u&gt;&lt;strong&gt;Can we render this data in the Windows Phone Edition? How?&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;&lt;u&gt;&lt;strong&gt;Does the Windows Phone Edition have support for Shape Files stored on the device or in isolated storage? (i.e. not served up from a web service).&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;Christian&lt;/p&gt;</description>
			<link>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9739/afv/topic/Default.aspx</link>
			<dc:creator>Christian</dc:creator>
			<pubDate>Wed, 09 Nov 2011 11:03:04 GMT</pubDate>
			<guid>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9739/afv/topic/Default.aspx</guid>
			<slash:comments>9</slash:comments>
		</item>
		<item>
			<title>Windows Phone Edition - preliminary questions</title>
			<description>&lt;p&gt;I'm contemplating on aquiring a Windows Phone to enable testing the Phone Edition, but I'm stuck with a couple of questions, I can’t seem to find answers for online:&lt;/p&gt;



&lt;ol&gt;

&lt;li&gt;Is Phone Edition supported on all Windows Phones, or is there a minimum build/configuration to look for ?&lt;/li&gt;

&lt;li&gt;The licensing model mentions a server license. Where does this fit into the Phone App development schema, e.g.
&lt;ol&gt;

&lt;li&gt;Are the apps dependent on having a Map Suite driven server present at all times ?&lt;/li&gt;

&lt;li&gt;Or are special data layers just optionally available thru such a server (I assume WMS and WFS are available directly from Internet to phone) ?&lt;/li&gt;

&lt;/ol&gt;

&lt;/li&gt;

&lt;/ol&gt;



&lt;p&gt;Thanks in advance.&lt;/p&gt;</description>
			<link>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9512/afv/topic/Default.aspx</link>
			<dc:creator>Brian</dc:creator>
			<pubDate>Tue, 30 Aug 2011 03:32:28 GMT</pubDate>
			<guid>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9512/afv/topic/Default.aspx</guid>
			<slash:comments>5</slash:comments>
		</item>
		<item>
			<title>Welcome to the Map Suite Windows Phone Edition support forum!</title>
			<description>&lt;p&gt;Welcome to the Map Suite Windows Phone Edition support forum!&lt;/p&gt;

&lt;p&gt;If you have questions or need help with Map Suite Windows Phone Edition, you've come to the right place.  Feel free to post your questions, issues and sample code here.  Members of ThinkGeo's Map Suite development staff regularly monitor the forums, so you're likely to have your questions answered quickly.&lt;/p&gt;

&lt;p&gt;Don't forget to review these resources:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9452/afv/topic/Default.aspx&quot;&gt;Posting Rules &amp; Guidelines&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9453/afv/topic/Default.aspx&quot;&gt;How to Post Source Code&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/afv/topic/aft/9453/afc/27611/Default.aspx&quot;&gt;How to Attach Files&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://gis.thinkgeo.com/Products/GISComponentsforNETDevelopers/MapSuiteWindowsPhoneEdition/tabid/896/Default.aspx&quot;&gt;Map Suite Windows Phone Edition Product Information&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://wiki.thinkgeo.com/wiki/Map_Suite_Windows_Phone_Edition_Quick_Start_Guide&quot; target=&quot;_blank&quot;&gt;Map Suite Windows Phone Edition QuickStart Guide&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://wiki.thinkgeo.com/wiki/Map_Suite_Windows_Phone_Edition#API_Documentation&quot; target=&quot;_blank&quot;&gt;Map Suite Windows Phone Edition API Documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
			<link>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9455/afv/topic/Default.aspx</link>
			<dc:creator>ThinkGeo</dc:creator>
			<pubDate>Fri, 05 Aug 2011 04:07:57 GMT</pubDate>
			<guid>http://gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/43/aft/9455/afv/topic/Default.aspx</guid>
			<slash:comments>0</slash:comments>
		</item><atom:link href="http://gis.thinkgeo.com/DesktopModules/ActiveForums/feeds.aspx?portalid=1&amp;forumid=43&amp;tabid=143&amp;moduleid=623" rel="self" type="application/rss+xml" />
	</channel></rss>