<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>deepearth Work Item Rss Feed</title><link>http://www.codeplex.com/deepearth/WorkItem/List.aspx</link><description>deepearth Work Item Rss Description</description><item><title>Created Issue: Controls.miniMap ActualView_PropertyChanged stackoverflow [9393]</title><link>http://deepearth.codeplex.com/workitem/9393</link><description>Controls.miniMap&lt;br /&gt;MiniMap.cs&lt;br /&gt;&lt;br /&gt;edit code&amp;#126;&lt;br /&gt;                        if&amp;#40;ReferenceView.Center &amp;#33;&amp;#61; MiniMapView.Center&amp;#41;&lt;br /&gt;                            ReferenceView.SetLocation&amp;#40;MiniMapView.Center,MiniMapView.ViewportWidth &amp;#47; ZoomModifier&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;       void ActualView_PropertyChanged&amp;#40;object sender, PropertyChangedEventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            .......&lt;br /&gt;&lt;br /&gt;                    if &amp;#40;hasFocus &amp;#38;&amp;#38; &amp;#33;DisableSynchronisation&amp;#41;&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        if&amp;#40;ReferenceView.Center &amp;#33;&amp;#61; MiniMapView.Center&amp;#41;&lt;br /&gt;                            ReferenceView.SetLocation&amp;#40;MiniMapView.Center, MiniMapView.ViewportWidth &amp;#47; ZoomModifier&amp;#41;&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;                    break&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>storm566</author><pubDate>Fri, 11 May 2012 06:54:50 GMT</pubDate><guid isPermaLink="false">Created Issue: Controls.miniMap ActualView_PropertyChanged stackoverflow [9393] 20120511065450A</guid></item><item><title>Created Issue: Format Double to String on WMS URL [9146]</title><link>http://deepearth.codeplex.com/workitem/9146</link><description>I think There is a bug on method of WmsTileSource.GetTile&amp;#40;int,int,int&amp;#41; and other methods that similar to this.&lt;br /&gt;That code is wrong ,&lt;br /&gt;string wmsUrl &amp;#61; string.Format&amp;#40;TilePath, lon, lat, lon2, lat2, TILE_SIZE&amp;#41;&amp;#59;&lt;br /&gt;Bug fixed code ,&lt;br /&gt;string.Format&amp;#40;new CultureInfo&amp;#40;&amp;#34;en-US&amp;#34;&amp;#41;,TilePath, lon, lat, lon2, lat2, TILE_SIZE&amp;#41;&amp;#59;&lt;br /&gt;If Regional settings is setted to other than english double values can be converted to wrong text as below sample.&lt;br /&gt;double&amp;#40;123.456789&amp;#41;.ToString&amp;#40;&amp;#41; &amp;#61; 123,456789 &amp;#40;Creates wrong url and wms server returns error.&amp;#41;&lt;br /&gt;But if we change as that,&lt;br /&gt;double&amp;#40;123.456789&amp;#41;.ToString&amp;#40;new CultureInfo&amp;#40;&amp;#34;en-US&amp;#34;&amp;#41;&amp;#41; &amp;#61; 123.456789 &amp;#40;creates true url and image returns from wms server&amp;#41;&lt;br /&gt;</description><author>izambakci</author><pubDate>Mon, 30 Jan 2012 09:22:20 GMT</pubDate><guid isPermaLink="false">Created Issue: Format Double to String on WMS URL [9146] 20120130092220A</guid></item><item><title>Commented Issue: PointBase on GeometryLayer not rendered according to its Template's anchor point [3714]</title><link>http://deepearth.codeplex.com/workitem/3714</link><description>In the DeepEarthPrototype project there are templates defined for a DevPin. These templates define an AnchorPoint that ranges from 0.0 to 1.0. Looking at the code in GeometryBase.cs and GeometryLayer.cs, it seems that the AnchorPoint is indeed used &amp;#40;and used correctly&amp;#41; to translate the image so that its defined center is exactly on the point to which it belongs. In GeometryLayer I can even see that Canvas.SetLeft and Canvas.SetTop are called with this new information.&lt;br /&gt;&lt;br /&gt;The problem is, the images are always rendered as if the AncorPoint were 0.0&amp;#59;0.0. You can see this in the DeepEarthPrototype project&amp;#58; the pins are always to the lower right of the location for which they&amp;#39;re defined.&lt;br /&gt;&lt;br /&gt;Joost M&lt;br /&gt;Comments: ** Comment from web user: satavsomnath ** &lt;p&gt;Hi,&lt;br /&gt;I am facing issue related with this.&lt;br /&gt;I have a &amp;#39;Test&amp;#39; class derived from Pointbase which is almost similar to the prototype Devpin class except that it has a few additional fields to display.&lt;br /&gt;The problem is the Devpin sometimes shows up on the left top corner &amp;#40;0,0&amp;#41; of the map. When I debug I suspect that  _LogicalCoordinate &amp;#61; Map.DefaultInstance.CoordHelper.GeoToLogical&amp;#40;_Point&amp;#41;&amp;#59; this returns &amp;#40;0.0&amp;#41;.&lt;br /&gt;Any clues why this happening.&lt;/p&gt;</description><author>satavsomnath</author><pubDate>Fri, 13 Jan 2012 10:07:56 GMT</pubDate><guid isPermaLink="false">Commented Issue: PointBase on GeometryLayer not rendered according to its Template's anchor point [3714] 20120113100756A</guid></item><item><title>Created Issue: Touch Event on Pivot Page [8691]</title><link>http://deepearth.codeplex.com/workitem/8691</link><description>Using WP 7.1 and DeepEarth build 62079 I noticed, when you have the DeepEarth map in a PivotItem, navigating horizontally switches the page instead of scrolling the map. There should be something like event.handled &amp;#61; true, if that event is registered, I guess.&lt;br /&gt;</description><author>godspeedyou</author><pubDate>Sat, 17 Sep 2011 00:21:06 GMT</pubDate><guid isPermaLink="false">Created Issue: Touch Event on Pivot Page [8691] 20110917122106A</guid></item><item><title>Created Issue: WP7 Zooming with Touch Events [8674]</title><link>http://deepearth.codeplex.com/workitem/8674</link><description>I just deployed a test map application on a Mango Beta - WP7 device using your the 62079 deepearth wp7 build.&lt;br /&gt;&lt;br /&gt;I experience a faulty handling of the Touch Events. Zooming in &amp;#40;touch gesture with fingers moving away&amp;#41; zooms a tad too fast. Trying to zoom out &amp;#40;touch gesture with fingers moving towards each other&amp;#41; is zooming in again.&lt;br /&gt;</description><author>godspeedyou</author><pubDate>Fri, 09 Sep 2011 10:05:05 GMT</pubDate><guid isPermaLink="false">Created Issue: WP7 Zooming with Touch Events [8674] 20110909100505A</guid></item><item><title>Created Issue: multiple sources for mapmode [8290]</title><link>http://deepearth.codeplex.com/workitem/8290</link><description>I am trying to use two sources in the same mapmode in order to be able refresh them seperately &amp;#40;Vector and raster layer&amp;#41;.&lt;br /&gt;&lt;br /&gt;I can&amp;#39;t make the GetTileLayers function to call to both sources in the same time.&lt;br /&gt;suggestions&amp;#63; anyone&amp;#63;&lt;br /&gt;</description><author>MikeNiro</author><pubDate>Wed, 25 May 2011 09:04:28 GMT</pubDate><guid isPermaLink="false">Created Issue: multiple sources for mapmode [8290] 20110525090428A</guid></item><item><title>Created Issue: trying to refresh layers sperately in the tile source [8289]</title><link>http://deepearth.codeplex.com/workitem/8289</link><description>I have two images providers&amp;#58; Vector and Rasters. The vector layer is a dynamic layer so it needs to be refreshed, while the raster layer is constant.  I inherited from BaseTileSource and override the GetTileLayers method which generates two urls for each provider.&lt;br /&gt;I tried to use InvalidateTileLayer function of the BaseTileSource to refresh only the vector by sending only the needed tileLayer&amp;#40;the last parameter&amp;#41;. Unfortunately, it ignores the layer and refreshing all the layers of the source in tile .&lt;br /&gt;Is there a way to make it work&amp;#63;&lt;br /&gt;</description><author>MikeNiro</author><pubDate>Wed, 25 May 2011 08:59:42 GMT</pubDate><guid isPermaLink="false">Created Issue: trying to refresh layers sperately in the tile source [8289] 20110525085942A</guid></item><item><title>Created Issue: add point position wrong when window size changed [7888]</title><link>http://deepearth.codeplex.com/workitem/7888</link><description>add point position wrong when window size changed&lt;br /&gt;</description><author>canye12</author><pubDate>Wed, 09 Feb 2011 08:59:30 GMT</pubDate><guid isPermaLink="false">Created Issue: add point position wrong when window size changed [7888] 20110209085930A</guid></item><item><title>Commented Issue: Not able to draw lines on certain zoom levels [7514]</title><link>http://deepearth.codeplex.com/workitem/7514</link><description>Looks like sl4 branch does not allow to show stringlines, please take a look at http&amp;#58;&amp;#47;&amp;#47;deepearth.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;234352&lt;br /&gt;Comments: ** Comment from web user: ikks ** &lt;p&gt;We found the issue, the problem was not Deepearth, we had bad lat,lon values.&lt;/p&gt;&lt;p&gt;Please mark this as NOT A BUG.&lt;/p&gt;</description><author>ikks</author><pubDate>Wed, 01 Dec 2010 21:49:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: Not able to draw lines on certain zoom levels [7514] 20101201094909P</guid></item><item><title>Created Issue: Unable to subscribe to valuechanged on ZoomSlider [7515]</title><link>http://deepearth.codeplex.com/workitem/7515</link><description>Please take a look at http&amp;#58;&amp;#47;&amp;#47;deepearth.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;234353 for details.&lt;br /&gt;&lt;br /&gt;Thanks in advance&lt;br /&gt;</description><author>ikks</author><pubDate>Thu, 11 Nov 2010 20:13:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Unable to subscribe to valuechanged on ZoomSlider [7515] 20101111081329P</guid></item><item><title>Created Issue: Not able to draw lines on certain zoom levels [7514]</title><link>http://deepearth.codeplex.com/workitem/7514</link><description>Looks like sl4 branch does not allow to show stringlines, please take a look at http&amp;#58;&amp;#47;&amp;#47;deepearth.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;234352&lt;br /&gt;</description><author>ikks</author><pubDate>Thu, 11 Nov 2010 20:10:41 GMT</pubDate><guid isPermaLink="false">Created Issue: Not able to draw lines on certain zoom levels [7514] 20101111081041P</guid></item><item><title>Commented Issue: UseSprings = false disables all zoom events [7202]</title><link>http://deepearth.codeplex.com/workitem/7202</link><description>sl4 branch if you set UseSprings &amp;#61; fasle then no zoom events are fired &lt;br /&gt;is this by design &amp;#63;&amp;#63; or a bug&lt;br /&gt;Comments: ** Comment from web user: LiFo ** &lt;p&gt;And another more serius error&lt;br /&gt;all Layer geometries are not updated when you zoom or pann&lt;/p&gt;</description><author>LiFo</author><pubDate>Wed, 01 Sep 2010 15:48:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: UseSprings = false disables all zoom events [7202] 20100901034801P</guid></item><item><title>Created Issue: UseSprings = false disables all zoom events [7202]</title><link>http://deepearth.codeplex.com/workitem/7202</link><description>sl4 branch if you set UseSprings &amp;#61; fasle then no zoom events are fired &lt;br /&gt;is this by design &amp;#63;&amp;#63; or a bug&lt;br /&gt;</description><author>LiFo</author><pubDate>Wed, 01 Sep 2010 15:33:47 GMT</pubDate><guid isPermaLink="false">Created Issue: UseSprings = false disables all zoom events [7202] 20100901033347P</guid></item><item><title>Commented Issue: The Title Source is blurry at integer zoom levels [7046]</title><link>http://deepearth.codeplex.com/workitem/7046</link><description>Since I started using the SL4 branch, the Title Source is blurry at integer zoom levels.&lt;br /&gt;The attached file shows Sydney with zoom level 13&lt;br /&gt;Comments: ** Comment from web user: soulsolutions ** &lt;p&gt;A new feature in SL4 is the blurfactor property of the MSI control. When rendering layers with labels this property can be used to only show one level at a time during the non-integer level zoomlevels. Bug in the SL4 branch if you resized the map it never adjusted properly. The SL4 is prototype only, the next prototype of this will be fixed. thanks for reporting the problem. &lt;/p&gt;</description><author>soulsolutions</author><pubDate>Tue, 31 Aug 2010 22:38:46 GMT</pubDate><guid isPermaLink="false">Commented Issue: The Title Source is blurry at integer zoom levels [7046] 20100831103846P</guid></item><item><title>Commented Issue: The Title Source is blurry at integer zoom levels [7046]</title><link>http://deepearth.codeplex.com/workitem/7046</link><description>Since I started using the SL4 branch, the Title Source is blurry at integer zoom levels.&lt;br /&gt;The attached file shows Sydney with zoom level 13&lt;br /&gt;Comments: ** Comment from web user: lynnchenyue ** &lt;p&gt;I would also like to know why&amp;#63;&lt;/p&gt;</description><author>lynnchenyue</author><pubDate>Tue, 31 Aug 2010 07:37:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: The Title Source is blurry at integer zoom levels [7046] 20100831073716A</guid></item><item><title>Created Issue: OpenStreetMap not propperly credited [7152]</title><link>http://deepearth.codeplex.com/workitem/7152</link><description>OpenStreetMap tileprovider is not propperly credited&lt;br /&gt;&lt;br /&gt;i have made this change to my build &lt;br /&gt;&lt;br /&gt;public override UIElement GetCopyright&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;            &lt;br /&gt;            const string logoPath &amp;#61; &amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.openstreetmap.org&amp;#47;images&amp;#47;osm_logo.png&amp;#34;&amp;#59;&lt;br /&gt;            var Imagelink &amp;#61; new HyperlinkButton &amp;#123; TargetName &amp;#61; &amp;#34;_blank&amp;#34;, NavigateUri &amp;#61; new Uri&amp;#40;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.openstreetmap.org&amp;#34;&amp;#41; &amp;#125;&amp;#59;&lt;br /&gt;            Imagelink.Content &amp;#61; new Image &amp;#123; Source &amp;#61; new BitmapImage&amp;#40;new Uri&amp;#40;logoPath&amp;#41;&amp;#41;, Height &amp;#61; 48, Width &amp;#61; 48 &amp;#125;&amp;#59;           &lt;br /&gt;            &lt;br /&gt;            TextBlock copyrightString &amp;#61; new TextBlock&amp;#40;&amp;#41; &amp;#123; Text &amp;#61;&amp;#34;Map data &amp;#169; OpenStreetMap contributors, CC-BY-SA&amp;#34; &amp;#125;&amp;#59;&lt;br /&gt;            copyrightString.Margin &amp;#61; new Thickness&amp;#40;0, 30, 0, 0&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            var CopyrightLink &amp;#61; new HyperlinkButton &amp;#123; TargetName &amp;#61; &amp;#34;_blank&amp;#34;, NavigateUri &amp;#61; new Uri&amp;#40;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;creativecommons.org&amp;#47;licenses&amp;#47;by-sa&amp;#47;2.0&amp;#47;&amp;#34;&amp;#41; &amp;#125;&amp;#59;&lt;br /&gt;            CopyrightLink.Content &amp;#61; copyrightString&amp;#59;&lt;br /&gt;            &lt;br /&gt;            StackPanel sp &amp;#61; new StackPanel&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            sp.Orientation &amp;#61; Orientation.Horizontal&amp;#59;&lt;br /&gt;            sp.Children.Add&amp;#40;Imagelink&amp;#41;&amp;#59;&lt;br /&gt;            sp.Children.Add&amp;#40;CopyrightLink&amp;#41;&amp;#59;&lt;br /&gt;            &lt;br /&gt;            return sp&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;SL4 Branch&lt;br /&gt;</description><author>LiFo</author><pubDate>Sun, 22 Aug 2010 08:42:53 GMT</pubDate><guid isPermaLink="false">Created Issue: OpenStreetMap not propperly credited [7152] 20100822084253A</guid></item><item><title>Created Issue: Missing Logo [7151]</title><link>http://deepearth.codeplex.com/workitem/7151</link><description>in SL4 branch&lt;br /&gt;&lt;br /&gt;If Base map is set in constructor no source logo is shown in left lower corner&lt;br /&gt;if base map is changed afterwords the logo is shown&lt;br /&gt;&lt;br /&gt;public MainPage&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            InitializeComponent&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            MyMap.BaseLayer.Source &amp;#61; new DeepEarth.Client.Services.OSM.OsmTileSource&amp;#40;DeepEarth.Client.Services.OSM.OsmMapModes.Mapnik&amp;#41;&amp;#59;&lt;br /&gt;&amp;#47;&amp;#47; no logo&lt;br /&gt;        &amp;#125;       &lt;br /&gt;&lt;br /&gt;        private void button1_Click&amp;#40;object sender, RoutedEventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;&amp;#47;&amp;#47; Logo is shown&lt;br /&gt;            MyMap.BaseLayer.Source &amp;#61; new DeepEarth.Client.Services.OSM.OsmTileSource&amp;#40;DeepEarth.Client.Services.OSM.OsmMapModes.Mapnik&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>LiFo</author><pubDate>Sun, 22 Aug 2010 08:13:25 GMT</pubDate><guid isPermaLink="false">Created Issue: Missing Logo [7151] 20100822081325A</guid></item><item><title>Created Issue: LineString Doesn't Draw Properly [7149]</title><link>http://deepearth.codeplex.com/workitem/7149</link><description>Using SVN trunk modify the GeometryLayerTest so it contains&amp;#58;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;Equator is drawn on a PanOnly GeometryLayer&lt;br /&gt;            GeometryLayer panOnlyLayer &amp;#61; new GeometryLayer&amp;#40;map&amp;#41; &amp;#123; UpdateMode &amp;#61; GeometryLayer.UpdateModes.PanOnlyUpdate &amp;#125;&amp;#59;&lt;br /&gt;            panOnlyLayer.Opacity &amp;#61; 0.5&amp;#59;&lt;br /&gt;            map.Layers.Add&amp;#40;panOnlyLayer&amp;#41;&amp;#59;&lt;br /&gt;            LineString line &amp;#61; new LineString&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            panOnlyLayer.Add&amp;#40;line&amp;#41;&amp;#59;&lt;br /&gt;            line.Points.Add&amp;#40;new Point&amp;#40;-110.5, 32.5&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            line.Points.Add&amp;#40;new Point&amp;#40;0, 53.5&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            line.LineThickness &amp;#61; 4&amp;#59;&lt;br /&gt;            line.LineColor &amp;#61; Colors.Orange&amp;#59;&lt;br /&gt;            System.Windows.Controls.ToolTipService.SetToolTip&amp;#40;line, &amp;#34;Tucson-Hull&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Zoom in to the Arizona end of the line. At around 1&amp;#58;60000 the line switches directions. Panning and zooming in further causes the line to disappear.&lt;br /&gt;</description><author>ajayre</author><pubDate>Sat, 21 Aug 2010 03:03:24 GMT</pubDate><guid isPermaLink="false">Created Issue: LineString Doesn't Draw Properly [7149] 20100821030324A</guid></item><item><title>Created Issue: LineString Doesn't Draw Properly [7148]</title><link>http://deepearth.codeplex.com/workitem/7148</link><description>Using SVN trunk modify the GeometryLayerTest so it contains&amp;#58;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;Equator is drawn on a PanOnly GeometryLayer&lt;br /&gt;            GeometryLayer panOnlyLayer &amp;#61; new GeometryLayer&amp;#40;map&amp;#41; &amp;#123; UpdateMode &amp;#61; GeometryLayer.UpdateModes.PanOnlyUpdate &amp;#125;&amp;#59;&lt;br /&gt;            panOnlyLayer.Opacity &amp;#61; 0.5&amp;#59;&lt;br /&gt;            map.Layers.Add&amp;#40;panOnlyLayer&amp;#41;&amp;#59;&lt;br /&gt;            LineString line &amp;#61; new LineString&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            panOnlyLayer.Add&amp;#40;line&amp;#41;&amp;#59;&lt;br /&gt;            line.Points.Add&amp;#40;new Point&amp;#40;-110.5, 32.5&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            line.Points.Add&amp;#40;new Point&amp;#40;0, 53.5&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            line.LineThickness &amp;#61; 4&amp;#59;&lt;br /&gt;            line.LineColor &amp;#61; Colors.Orange&amp;#59;&lt;br /&gt;            System.Windows.Controls.ToolTipService.SetToolTip&amp;#40;line, &amp;#34;Tucson-Hull&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Zoom in to the Arizona end of the line. At around 1&amp;#58;60000 the line switches directions. Panning and zooming in further causes the line to disappear.&lt;br /&gt;</description><author>ajayre</author><pubDate>Sat, 21 Aug 2010 03:03:21 GMT</pubDate><guid isPermaLink="false">Created Issue: LineString Doesn't Draw Properly [7148] 20100821030321A</guid></item><item><title>Created Issue: LineString Doesn't Draw Properly [7147]</title><link>http://deepearth.codeplex.com/workitem/7147</link><description>Using SVN trunk modify the GeometryLayerTest so it contains&amp;#58;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;Equator is drawn on a PanOnly GeometryLayer&lt;br /&gt;            GeometryLayer panOnlyLayer &amp;#61; new GeometryLayer&amp;#40;map&amp;#41; &amp;#123; UpdateMode &amp;#61; GeometryLayer.UpdateModes.PanOnlyUpdate &amp;#125;&amp;#59;&lt;br /&gt;            panOnlyLayer.Opacity &amp;#61; 0.5&amp;#59;&lt;br /&gt;            map.Layers.Add&amp;#40;panOnlyLayer&amp;#41;&amp;#59;&lt;br /&gt;            LineString line &amp;#61; new LineString&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            panOnlyLayer.Add&amp;#40;line&amp;#41;&amp;#59;&lt;br /&gt;            line.Points.Add&amp;#40;new Point&amp;#40;-110.5, 32.5&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            line.Points.Add&amp;#40;new Point&amp;#40;0, 53.5&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            line.LineThickness &amp;#61; 4&amp;#59;&lt;br /&gt;            line.LineColor &amp;#61; Colors.Orange&amp;#59;&lt;br /&gt;            System.Windows.Controls.ToolTipService.SetToolTip&amp;#40;line, &amp;#34;Tucson-Hull&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Zoom in to the Arizona end of the line. At around 1&amp;#58;60000 the line switches directions. Panning and zooming in further causes the line to disappear.&lt;br /&gt;</description><author>ajayre</author><pubDate>Sat, 21 Aug 2010 03:03:17 GMT</pubDate><guid isPermaLink="false">Created Issue: LineString Doesn't Draw Properly [7147] 20100821030317A</guid></item></channel></rss>