<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>ROK Technologies ESRI Developer Blog - Map Cache</title>
			<link>http://www.roktech.net/devblog/index.cfm</link>
			<description>Discussions of the ESRI Geographic Information Systems development platform</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 15:56:47 -0400</pubDate>
			<lastBuildDate>Wed, 23 Jun 2010 10:45:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>jharris@roktech.net</managingEditor>
			<webMaster>jharris@roktech.net</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>jharris@roktech.net</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>ROK Technologies ESRI Developer Blog</title>
				<link>http://www.roktech.net/devblog/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>ArcGIS Server Map Cache, Annotation, and Antialiasing</title>
				<link>http://www.roktech.net/devblog/index.cfm/2010/6/23/ArcGIS-Server-Map-Cache-Annotation-and-Antialiasing</link>
				<description>
				
				Here is another quick tip that we hope will save other folks some time.  When caching a &apos;basemap&apos; layer for county/city/municipal, we&apos;ll often include Streets, Annotation, and Property Parcels.  Of course, these folks almost always have a really nice imagery, and anything that uses antialiasing looks terrible. Just in case you dont know what antialiasing is, where is a definition from ESRI:

&quot;
Anti-aliasing is a graphics technique that blends foreground and background pixels near edges of objects to trick your eye into seeing smoother borders. You can use this option if unwanted artifacts appear in your map displays -- for example, jagged lines, wavy lines or bands, and moir&#xe9; patterns.
&quot;

Well, its easy enough to turn off antialiasing in your map cache (check your MSD properties from the toolbar in ArcMap and Create Map Cache screen).  However, we have run into several instances where these settings were not being honored - most of the time it was with annotation layers.  No matter what we tried, the annotation layers were being antialiased.  Crazy right?  Well anyway, turns out, in our case, it was an easy fix.  Simply change the cache image type from png8 to png24.  After that, no antialiasing in the anno.  The image tiles are slightly larger (file size), but not too bad.
				
				</description>
						
				
				<category>Map Cache</category>				
				
				<category>ArcGIS Server</category>				
				
				<pubDate>Wed, 23 Jun 2010 10:45:00 -0400</pubDate>
				<guid>http://www.roktech.net/devblog/index.cfm/2010/6/23/ArcGIS-Server-Map-Cache-Annotation-and-Antialiasing</guid>
				
			</item>
			
		 	
			</channel></rss>