<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ArcBruTile - Tile Services in ArcGIS Desktop</title><link>http://arcbrutile.codeplex.com/project/feeds/rss</link><description>ArcBruTile display tiles from OpenStreetMap, Bing, Google, SpatialCloud and TMS&amp;#47;WMS-C Services in ArcGIS Desktop. </description><item><title>Created Issue: Tiles do not load completely when using a rotated data frame [10980]</title><link>http://arcbrutile.codeplex.com/workitem/10980</link><description>Hi,&lt;br /&gt;&lt;br /&gt;When rotating my data frame 33 degrees, the ArcBruTile seems to load the maptile as if it is still at 0 degrees, and some of the map is missing.&lt;br /&gt;</description><author>klatsky</author><pubDate>Mon, 06 May 2013 21:04:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Tiles do not load completely when using a rotated data frame [10980] 20130506090418P</guid></item><item><title>New Post: availabity with arcgis desktop</title><link>http://arcbrutile.codeplex.com/discussions/442197</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
I have an arcgis desktop version 9.2 and i would like to use it arcbrutile. Is it possible to a version of arcbrutile compatible with my version of arcgis desktop&lt;br /&gt;
&lt;/div&gt;</description><author>dibusi</author><pubDate>Wed, 01 May 2013 09:55:20 GMT</pubDate><guid isPermaLink="false">New Post: availabity with arcgis desktop 20130501095520A</guid></item><item><title>New Post: tile boundaries are visible when printing, looks blocky</title><link>http://arcbrutile.codeplex.com/discussions/439526</link><description>&lt;div style="line-height: normal;"&gt;Does it look more blocky when printed than when viewed in ArcGIS?&lt;br /&gt;
&lt;br /&gt;
If not it could be caused by a projection. What if you view it in the original projection, SphericalMercator?&lt;br /&gt;
&lt;/div&gt;</description><author>pauldendulk</author><pubDate>Tue, 09 Apr 2013 05:46:34 GMT</pubDate><guid isPermaLink="false">New Post: tile boundaries are visible when printing, looks blocky 20130409054634A</guid></item><item><title>New Post: tile boundaries are visible when printing, looks blocky</title><link>http://arcbrutile.codeplex.com/discussions/439526</link><description>&lt;div style="line-height: normal;"&gt;the print looks blocky - is this normal? For example the stamen watercolor map - it does not look as it does when I view it in a web browser.&lt;br /&gt;
&lt;/div&gt;</description><author>kflaw</author><pubDate>Mon, 08 Apr 2013 15:51:46 GMT</pubDate><guid isPermaLink="false">New Post: tile boundaries are visible when printing, looks blocky 20130408035146P</guid></item><item><title>Commented Issue: Serving tiles (TMS) into ArcBrutile [10892]</title><link>http://arcbrutile.codeplex.com/workitem/10892</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I was looking for a solution to consume tiles generated with mapcache &amp;#40;https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;mapserver&amp;#47;mapcache&amp;#41; into ArcGIS Desktop &amp;#40;version 10&amp;#41;.&lt;br /&gt;&lt;br /&gt;ArcBruTile seem to be an interesting avenue since the TMS spec is supported. I tried to add the TMS example that come with mapcache but I received an error when I added the service into ArcBruTile &amp;#40;see attachment image&amp;#41;&lt;br /&gt;&lt;br /&gt;The get capabilities seem ok&amp;#58; http&amp;#58;&amp;#47;&amp;#47;&amp;#47;mapcache&amp;#47;tms&amp;#47;1.0.0&amp;#47;&lt;br /&gt;return&amp;#58;&lt;br /&gt;&amp;#60;TileMapService version&amp;#61;&amp;#34;1.0.0&amp;#34;&amp;#62;&lt;br /&gt;&amp;#60;TileMaps&amp;#62;&lt;br /&gt;&amp;#60;TileMap title&amp;#61;&amp;#34;no title set, add some in metadata&amp;#34; srs&amp;#61;&amp;#34;EPSG&amp;#58;4326&amp;#34; profile&amp;#61;&amp;#34;global-geodetic&amp;#34; href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;&amp;#60;my server&amp;#62;&amp;#47;mapcache&amp;#47;tms&amp;#47;1.0.0&amp;#47;test&amp;#64;WGS84&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;TileMap title&amp;#61;&amp;#34;no title set, add some in metadata&amp;#34; srs&amp;#61;&amp;#34;EPSG&amp;#58;900913&amp;#34; profile&amp;#61;&amp;#34;global-mercator&amp;#34; href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;&amp;#60;my server&amp;#62;&amp;#47;mapcache&amp;#47;tms&amp;#47;1.0.0&amp;#47;test&amp;#64;g&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;TileMaps&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;TileMapService&amp;#62;&lt;br /&gt;&lt;br /&gt;Any thoughts&amp;#63;&lt;br /&gt;&lt;br /&gt;MartinO&lt;br /&gt;Comments: ** Comment from web user: pauldendulk ** &lt;p&gt;TMS has three xml's that comprise the capabilities. There is the Root Resouces. This points to the TileMapService Resource. This is the one you use above. This in turn points to the TileMap Resource. I think ArcBruTile expects the TileMap Resource as input. Perhaps you could try to initialize it with the url's in sample your give, like: http:///mapcache/tms/1.0.0/test@g&lt;/p&gt;&lt;p&gt;BruTile supports parsing of all three. Perhaps ArcBruTile could take advantage of this.  See usage of Root and TileMapService:&lt;br&gt;http://brutile.codeplex.com/SourceControl/changeset/view/b8561f4599bf#BruTile.Tests/Web/TmsService/RootTest.cs&lt;br&gt;http://brutile.codeplex.com/SourceControl/changeset/view/b8561f4599bf#BruTile.Tests/Web/TmsService/TileMapServiceTest.cs&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description><author>pauldendulk</author><pubDate>Tue, 02 Apr 2013 16:43:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: Serving tiles (TMS) into ArcBrutile [10892] 20130402044325P</guid></item><item><title>Commented Issue: ArcMap add-in [10891]</title><link>http://arcbrutile.codeplex.com/workitem/10891</link><description>hey,guys,I used ArcBruTile for ArcMap add-in developing,I got a problem when I Deployed software in another PC,it&amp;#39;s need VS2008.I thought this program must be need some dll of VS2008&lt;br /&gt;Comments: ** Comment from web user: bertt ** &lt;p&gt;What's the error you got?&lt;/p&gt;</description><author>bertt</author><pubDate>Tue, 02 Apr 2013 15:17:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: ArcMap add-in [10891] 20130402031743P</guid></item><item><title>Created Issue: Serving tiles (TMS) into ArcBrutile [10892]</title><link>http://arcbrutile.codeplex.com/workitem/10892</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I was looking for a solution to consume tiles generated with mapcache &amp;#40;https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;mapserver&amp;#47;mapcache&amp;#41; into ArcGIS Desktop &amp;#40;version 10&amp;#41;.&lt;br /&gt;&lt;br /&gt;ArcBruTile seem to be an interesting avenue since the TMS spec is supported. I tried to add the TMS example that come with mapcache but I received an error when I added the service into ArcBruTile &amp;#40;see attachment image&amp;#41;&lt;br /&gt;&lt;br /&gt;The get capabilities seem ok&amp;#58; http&amp;#58;&amp;#47;&amp;#47;&amp;#47;mapcache&amp;#47;tms&amp;#47;1.0.0&amp;#47;&lt;br /&gt;return&amp;#58;&lt;br /&gt;&amp;#60;TileMapService version&amp;#61;&amp;#34;1.0.0&amp;#34;&amp;#62;&lt;br /&gt;&amp;#60;TileMaps&amp;#62;&lt;br /&gt;&amp;#60;TileMap title&amp;#61;&amp;#34;no title set, add some in metadata&amp;#34; srs&amp;#61;&amp;#34;EPSG&amp;#58;4326&amp;#34; profile&amp;#61;&amp;#34;global-geodetic&amp;#34; href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;&amp;#60;my server&amp;#62;&amp;#47;mapcache&amp;#47;tms&amp;#47;1.0.0&amp;#47;test&amp;#64;WGS84&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;TileMap title&amp;#61;&amp;#34;no title set, add some in metadata&amp;#34; srs&amp;#61;&amp;#34;EPSG&amp;#58;900913&amp;#34; profile&amp;#61;&amp;#34;global-mercator&amp;#34; href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;&amp;#60;my server&amp;#62;&amp;#47;mapcache&amp;#47;tms&amp;#47;1.0.0&amp;#47;test&amp;#64;g&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;TileMaps&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;TileMapService&amp;#62;&lt;br /&gt;&lt;br /&gt;Any thoughts&amp;#63;&lt;br /&gt;&lt;br /&gt;MartinO&lt;br /&gt;</description><author>geomartino</author><pubDate>Tue, 02 Apr 2013 13:52:56 GMT</pubDate><guid isPermaLink="false">Created Issue: Serving tiles (TMS) into ArcBrutile [10892] 20130402015256P</guid></item><item><title>Created Issue: ArcMap add-in [10891]</title><link>http://arcbrutile.codeplex.com/workitem/10891</link><description>hey,guys,I used ArcBruTile for ArcMap add-in developing,I got a problem when I Deployed software in another PC,it&amp;#39;s need VS2008.I thought this program must be need some dll of VS2008&lt;br /&gt;</description><author>polluxll</author><pubDate>Tue, 02 Apr 2013 08:57:52 GMT</pubDate><guid isPermaLink="false">Created Issue: ArcMap add-in [10891] 20130402085752A</guid></item><item><title>New Post: Add more maps</title><link>http://arcbrutile.codeplex.com/discussions/358544</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Bert,&lt;/p&gt;
&lt;p&gt;I have installed ArcBruTile succesfully and its great! I was wondering though if it's possible to add OpenCycleMaps because it does not show when adding
&lt;em&gt;&amp;gt; arcbrutile menu -&amp;gt; add tms service -&amp;gt; add provider -&amp;gt; choose 'OpenStreetMap' -&amp;gt; add provider&lt;/em&gt;. It only shows the add &amp;quot;Hike and Bike&amp;quot; option. The hight contours that come with OpenCycle maps would be very convenient for my project. Is there a way to
 add OpenCycleMaps with ArcBruTile?&lt;/p&gt;
&lt;p&gt;Hoping to hear from you.&lt;/p&gt;
&lt;p&gt;Greetings,&lt;/p&gt;
&lt;p&gt;Maud&lt;/p&gt;
&lt;/div&gt;</description><author>Maudvh</author><pubDate>Sun, 20 Jan 2013 12:18:05 GMT</pubDate><guid isPermaLink="false">New Post: Add more maps 20130120121805P</guid></item><item><title>New Post: OSM with english labels</title><link>http://arcbrutile.codeplex.com/discussions/402728</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I would like to display the OSM tiles with English labels from here : http://toolserver.org/~osm/locale/en.html&lt;/p&gt;
&lt;p&gt;I have tried to write a config file ( http://fredericbonifas.free.fr/osm_en.xml ) but I don't manage to add this in ArcBruTile.&lt;/p&gt;
&lt;p&gt;Would it be possible to add the OSM English labels TMS in ArcBruTile ?&lt;/p&gt;
&lt;p&gt;Thanks a lot in advance&lt;/p&gt;
&lt;/div&gt;</description><author>fredericbonifas</author><pubDate>Sat, 10 Nov 2012 22:37:59 GMT</pubDate><guid isPermaLink="false">New Post: OSM with english labels 20121110103759P</guid></item><item><title>Source code checked in, #80132</title><link>http://arcbrutile.codeplex.com/SourceControl/changeset/changes/80132</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:49:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80132 20121001094939P</guid></item><item><title>Source code checked in, #80131</title><link>http://arcbrutile.codeplex.com/SourceControl/changeset/changes/80131</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:43:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80131 20121001094310P</guid></item><item><title>New Post: ArcBruTile getting timeout: Full Internet access required?</title><link>http://arcbrutile.codeplex.com/discussions/395934</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello everybody,&lt;/p&gt;
&lt;p&gt;one of our customers is using ArcGIS 10.0 and we told them to install ArcBruTile 0.3.3. Our evaulation installation (ArcGIS 10.1) works fine with it, but our customer has big problems.&lt;/p&gt;
&lt;p&gt;They try to add a TMS Service by clicking in the toolbar &amp;quot;ArcBruTile&amp;quot;---&amp;gt;&amp;quot;Add TMS Service&amp;quot; and it opens a dialog window, where they can add&amp;nbsp; new TMS Provider. When clicking &amp;quot;Add provider&amp;quot;, nothing happens for a long time and it seems that ArcGIS
 crashed.&lt;/p&gt;
&lt;p&gt;I could imagine, that this is because they are in a firewalled network where they have access to dns-servers so they can resolve dns names and access network-local services but not the internet.&lt;/p&gt;
&lt;p&gt;Is it possible to fix this problem or do you need more information?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance for your help from Germany&lt;/p&gt;
&lt;p&gt;Stefan&lt;/p&gt;
&lt;/div&gt;</description><author>Stefan_HH</author><pubDate>Tue, 18 Sep 2012 12:52:32 GMT</pubDate><guid isPermaLink="false">New Post: ArcBruTile getting timeout: Full Internet access required? 20120918125232P</guid></item><item><title>Created Issue: Problem with Draw Extent/Zoom to layer [10486]</title><link>http://arcbrutile.codeplex.com/workitem/10486</link><description>I&amp;#39;m using ArcMap 10.1 on Windows 7 with Maptiler tiles. There seems to be an issue with the draw extent when loading tiles. The bounding box does not seem to be recognized correctly. The tiles are displayed correctly if you load a basemap and navigate to them but the initial load does not show the correct area exent.&lt;br /&gt;&lt;br /&gt;Also, choosing &amp;#34;zoom to layer&amp;#34; on the ABT layer zooms out to a world view.&lt;br /&gt;&lt;br /&gt;Upon inspection of the logs I&amp;#39;m seeing this&amp;#58;&lt;br /&gt;&lt;br /&gt;682 &amp;#91;8600&amp;#93; DEBUG ArcBruTileSystemLogger - Draw extent&amp;#58; xmin&amp;#58;-91.2379287846952, ymin&amp;#58;32.6842894944375, xmax&amp;#58;32.6842894944375, ymax&amp;#58;32.6842894944375&lt;br /&gt;2012-09-13 15&amp;#58;32&amp;#58;11,682 &amp;#91;8600&amp;#93; DEBUG ArcBruTileSystemLogger - Layer spatial reference&amp;#58; 4326&lt;br /&gt;2012-09-13 15&amp;#58;32&amp;#58;11,682 &amp;#91;8600&amp;#93; DEBUG ArcBruTileSystemLogger - Map spatial reference&amp;#58; 4326&lt;br /&gt;2012-09-13 15&amp;#58;32&amp;#58;11,682 &amp;#91;8600&amp;#93; DEBUG ArcBruTileSystemLogger - Tilesource schema srs&amp;#58; EPSG&amp;#58;900913&lt;br /&gt;2012-09-13 15&amp;#58;32&amp;#58;11,682 &amp;#91;8600&amp;#93; DEBUG ArcBruTileSystemLogger - Projected envelope&amp;#58; xmin&amp;#58;-10156559.7733452, ymin&amp;#58;3853473.26072964, xmax&amp;#58;3853473.26072964, ymax&amp;#58;3853473.26072964&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Draw extents ymin, xmax, ymax are all the same coordinates. Could that be what is happening&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;</description><author>jww</author><pubDate>Thu, 13 Sep 2012 19:47:39 GMT</pubDate><guid isPermaLink="false">Created Issue: Problem with Draw Extent/Zoom to layer [10486] 20120913074739P</guid></item><item><title>Commented Issue: Double-clicking mxd-document with a layer based on a TMS-service gives warning [10222]</title><link>http://arcbrutile.codeplex.com/workitem/10222</link><description>On startup ArcMap gives the warning &amp;#39;Object reference not set to an instance of an object&amp;#39;, when double-clicking a mxd-document with a layer based on a TMS-service starts. The layer does not show any data.&lt;br /&gt;No warning is showed if ArcMap is started via Start -&amp;#62; All programs -&amp;#62; ArcGIS -&amp;#62; ArcMap 10 and then the same mxd-file is opened via File-&amp;#62;Open... and the layer shows its data as intended.&lt;br /&gt;I use Windows XP SP3 32bit and ArcGIS 10.&lt;br /&gt;Comments: ** Comment from web user: polluxll ** &lt;p&gt;IMxdContents pMxdC&amp;#59;&lt;br /&gt;                pMxdC &amp;#61; ArcMap.Document.ActiveView as IMxdContents&amp;#59;&lt;br /&gt;                IMapDocument pMapDocument &amp;#61; new MapDocumentClass&amp;#40;&amp;#41;&lt;br /&gt;                pMapDocument.New&amp;#40;&amp;#34;filepath&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                IActiveView pActiveView &amp;#61; pMxdC.ActiveView as IActiveView&amp;#59;&lt;/p&gt;&lt;p&gt;                pMapDocument.ReplaceContents&amp;#40;pMxdC&amp;#41;&amp;#59;&lt;br /&gt;                pMapDocument.Save&amp;#40;true, true&amp;#41;&amp;#59;&lt;br /&gt;                MessageBox.Show&amp;#40;&amp;#34;successful&amp;#33;&amp;#34;&amp;#41;&amp;#59;&lt;/p&gt;</description><author>polluxll</author><pubDate>Thu, 13 Sep 2012 04:27:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: Double-clicking mxd-document with a layer based on a TMS-service gives warning [10222] 20120913042728A</guid></item><item><title>New Post: Save as pdf or JPG in ArcGIS 9.3 yet not show Bing Maps aerial and mbtiles map</title><link>http://arcbrutile.codeplex.com/discussions/272215</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;did you save the layer as mxd correctly, when I open mxd after saved,that got warning&amp;nbsp;&lt;span&gt;&amp;nbsp;'Object reference not set to an instance of an object'&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>polluxll</author><pubDate>Wed, 12 Sep 2012 10:16:33 GMT</pubDate><guid isPermaLink="false">New Post: Save as pdf or JPG in ArcGIS 9.3 yet not show Bing Maps aerial and mbtiles map 20120912101633A</guid></item><item><title>Commented Issue: Double-clicking mxd-document with a layer based on a TMS-service gives warning [10222]</title><link>http://arcbrutile.codeplex.com/workitem/10222</link><description>On startup ArcMap gives the warning &amp;#39;Object reference not set to an instance of an object&amp;#39;, when double-clicking a mxd-document with a layer based on a TMS-service starts. The layer does not show any data.&lt;br /&gt;No warning is showed if ArcMap is started via Start -&amp;#62; All programs -&amp;#62; ArcGIS -&amp;#62; ArcMap 10 and then the same mxd-file is opened via File-&amp;#62;Open... and the layer shows its data as intended.&lt;br /&gt;I use Windows XP SP3 32bit and ArcGIS 10.&lt;br /&gt;Comments: ** Comment from web user: polluxll ** &lt;p&gt;I also got this problem when I open the mxd file , it&amp;#39;s warning &amp;#39;Object reference not set to an instance of an object&amp;#39;,&lt;/p&gt;</description><author>polluxll</author><pubDate>Wed, 12 Sep 2012 09:34:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: Double-clicking mxd-document with a layer based on a TMS-service gives warning [10222] 20120912093427A</guid></item><item><title>New Post: mapping.ExportToPDF and mapping.ExportToJPEG</title><link>http://arcbrutile.codeplex.com/discussions/394807</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've created an mxd and successfully added ArcBruTile layers within ArcGIS. When I use a python script to access the mxd and export a PDF or JPG, the ArcBruTile layers do not show up.&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;Edit: Others have faced this issue and abandoned ArcBruTile. I'd like to use the Stamen layers, so their way of adding OSM through ArcGIS's native way won't work for me. I was able to confirm that using their way worked though for OSM.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://forums.arcgis.com/threads/55051-Data-Driven-Pages-amp-WMS"&gt;http://forums.arcgis.com/threads/55051-Data-Driven-Pages-amp-WMS&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>dillmoody</author><pubDate>Fri, 07 Sep 2012 19:58:40 GMT</pubDate><guid isPermaLink="false">New Post: mapping.ExportToPDF and mapping.ExportToJPEG 20120907075840P</guid></item><item><title>New Post: Save as pdf or JPG in ArcGIS 9.3 yet not show Bing Maps aerial and mbtiles map</title><link>http://arcbrutile.codeplex.com/discussions/272215</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Try decreasing the dpi of the PDF in the ArcGIS export dialog. Try something really low and increase from there. I've experienced that problem as well.&lt;/p&gt;&lt;/div&gt;</description><author>dillmoody</author><pubDate>Fri, 07 Sep 2012 19:56:15 GMT</pubDate><guid isPermaLink="false">New Post: Save as pdf or JPG in ArcGIS 9.3 yet not show Bing Maps aerial and mbtiles map 20120907075615P</guid></item><item><title>Created Issue: Proxy server error [10374]</title><link>http://arcbrutile.codeplex.com/workitem/10374</link><description>ArcBruTile 0.3.3.0 downloaded from CodePlex 25 July &amp;#40;today&amp;#41;. ArcGIS 10.0 SP2 running on a computer behind an MS ISA proxy.&lt;br /&gt;&lt;br /&gt;ArcBruTile connects to and adds the Bing Aerial service to my ArcMap TOC and it displays fine. Attempting to add a TMS provider and clicking &amp;#34;Add provider...&amp;#34; results in the following error message&amp;#58; &amp;#34;Unhandled exception etc.. &amp;#40;407&amp;#41; Proxy Authentication Required&amp;#34;.  Trying to add a WMS-C also causes a &amp;#34;&amp;#40;407&amp;#41; Proxy Authentication Required&amp;#34; error dialog.&lt;br /&gt;</description><author>tiliqua</author><pubDate>Wed, 25 Jul 2012 04:46:30 GMT</pubDate><guid isPermaLink="false">Created Issue: Proxy server error [10374] 20120725044630A</guid></item></channel></rss>