<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CloudMade &#187; maps</title>
	<atom:link href="http://blog.cloudmade.com/category/maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cloudmade.com</link>
	<description>The CloudMade Blog</description>
	<lastBuildDate>Tue, 20 Dec 2011 12:03:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Announcing Leaflet: a Modern Open Source JavaScript Library for Interactive Maps</title>
		<link>http://blog.cloudmade.com/2011/05/13/announcing-leaflet-a-modern-open-source-javascript-library-for-interactive-maps/</link>
		<comments>http://blog.cloudmade.com/2011/05/13/announcing-leaflet-a-modern-open-source-javascript-library-for-interactive-maps/#comments</comments>
		<pubDate>Fri, 13 May 2011 07:21:13 +0000</pubDate>
		<dc:creator>Iryna</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[geodata]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[cloudmade]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[map library]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=967</guid>
		<description><![CDATA[Today we’re announcing the first public release of Leaflet — a new open source JavaScript library for interactive maps for both mobile and desktop browsers, developed by CloudMade to form the core of its next generation Web Maps API.]]></description>
			<content:encoded><![CDATA[<a href='http://blog.cloudmade.com/2011/05/13/announcing-leaflet-a-modern-open-source-javascript-library-for-interactive-maps/' class='retweet ' startCount = '0'>Announcing Leaflet: a Modern Open Source JavaScript Library for Interactive Maps</a><p><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Web Maps API — our JavaScript library for putting CloudMade maps online — has been a hugely popular tool that has enabled web developers to create unique map experiences like </span><a style="font-family: 'Times New Roman'; font-size: medium;" href="http://www.schooloscope.com/postcodes/SE19PG"><span style="text-decoration: underline;">these</span></a><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">.  Web Maps API v2 has served our users very well, being praised for its performance and ease of use. But there’s a problem: it wasn’t designed with mobile devices in mind. Last years there was an overwhelming progress in what mobile browsers are capable of thanks to technologies like HTML5. What if online maps could work as smoothly as native apps on mobile?</span></p>
<p><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">There&#8217;s one more thing to consider: CloudMade developer community has a lot of talented people in it that could help with the development of the library, but so far Web Maps API was not a part of our open source efforts.</span></p>
<p style="text-align: center;"><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><img class="aligncenter" title="Leaflet Logo" src="http://leaflet.cloudmade.com/docs/images/logo.png" alt="" width="187" height="65" /></p>
<p><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Today we’re announcing the first public release of </span><a style="font-family: 'Times New Roman'; font-size: medium;" title="Leaflet" href="http://leaflet.cloudmade.com/" target="_blank"><span style="text-decoration: underline;">Leaflet</span></a><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> — a new open source JavaScript library for interactive maps for both mobile and desktop browsers, developed by CloudMade to form the core of its next generation Web Maps API.</span></p>
<p><a style="font-family: 'Times New Roman'; font-size: medium;" title="Leaflet" href="http://leaflet.cloudmade.com/" target="_blank"><span style="text-decoration: underline;">Leaflet</span></a><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> is built from the ground up to work efficiently and smoothly on both platforms. It’s very fast, lightweight while still having a strong browser support, and really easy to use. It also has a clean, simple and readable OOP-based code, and it’s hosted on the world’s best open source collaboration platform — </span><a style="font-family: 'Times New Roman'; font-size: medium;" title="Leaflet on GitHub" href="https://github.com/CloudMade/Leaflet" target="_blank"><span style="text-decoration: underline;">GitHub</span></a><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">, so contributing is a snap.</span></p>
<p><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">It’s still in the beta stage of development, so it lacks a couple of features and has some rough edges, but it’s moving fast — </span><a style="font-family: 'Times New Roman'; font-size: medium;" title="Leaflet Example" href="http://leaflet.cloudmade.com/examples/quick-start.html" target="_blank"><span style="text-decoration: underline;">try it</span></a><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> and give us some feedback, either by tweeting to </span><a style="font-family: 'Times New Roman'; font-size: medium;" href="http://twitter.com/LeafletJS"><span style="text-decoration: underline;">@LeafletJS</span></a><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> or reporting bugs and discussing features on the </span><a style="font-family: 'Times New Roman'; font-size: medium;" href="http://github.com/CloudMade/Leaflet/issues"><span style="text-decoration: underline;">issues page</span></a><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">.</span></p>
<p><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Find out more on the </span><a style="font-family: 'Times New Roman'; font-size: medium;" href="http://leaflet.cloudmade.com/"><span style="text-decoration: underline;">Leaflet official website</span></a><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">.</span></p>
<a href='http://blog.cloudmade.com/2011/05/13/announcing-leaflet-a-modern-open-source-javascript-library-for-interactive-maps/' class='retweet ' startCount = '0'>Announcing Leaflet: a Modern Open Source JavaScript Library for Interactive Maps</a>]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2011/05/13/announcing-leaflet-a-modern-open-source-javascript-library-for-interactive-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Mapzen Updates Make Editing Smoother and Faster</title>
		<link>http://blog.cloudmade.com/2010/03/10/new-mapzen-updates-make-editing-smoother-and-faster/</link>
		<comments>http://blog.cloudmade.com/2010/03/10/new-mapzen-updates-make-editing-smoother-and-faster/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:25:36 +0000</pubDate>
		<dc:creator>pauljarratt</dc:creator>
				<category><![CDATA[cartography]]></category>
		<category><![CDATA[cloudmade]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[mapzen]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[openstreetmap]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=678</guid>
		<description><![CDATA[We’ve taken on board a lot of feedback and made lots of fixes and updates to Mapzen which we think will make a significant difference to your editing experience. They’re aimed at helping you map more by providing even greater flexibility within Mapzen.
Here’s what we’ve added:
1. Easier to work in areas with lots of land [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve taken on board a lot of feedback and made lots of fixes and updates to Mapzen which we think will make a significant difference to your editing experience. They’re aimed at helping you map more by providing even greater flexibility within Mapzen.</p>
<p>Here’s what we’ve added:</p>
<p><strong>1. Easier to work in areas with lots of land use</strong></p>
<p>It’s now a lot easier to work more accurately with land use and other areas, with the ability to turn their filling on or off to provide a clearer view of what you are putting a perimeter around when viewing the satellite imagery or background images.</p>
<p><img class="alignleft size-medium wp-image-683" title="layer1" src="http://blog.cloudmade.com/wp-content/uploads/2010/03/layer1-300x150.jpg" alt="layer1" width="300" height="150" /></p>
<p><img class="alignleft size-medium wp-image-682" title="layer" src="http://blog.cloudmade.com/wp-content/uploads/2010/03/layer-300x151.jpg" alt="layer" width="300" height="151" /></p>
<p><strong>2. Easier to align roads to satellite imagery</strong></p>
<p>A new Hide/ Show Elements button has been added to the bottom of the editing window allowing you to quickly turn on / off elements to better see the background objects.  This is really useful when trying to align roads to satellite imagery.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-684" title="all_elements_are_hidden[1]" src="http://blog.cloudmade.com/wp-content/uploads/2010/03/all_elements_are_hidden1.jpg" alt="all_elements_are_hidden[1]" width="561" height="352" /></p>
<p><strong>3. More control when adding lines and areas</strong></p>
<p>A much requested feature that you’ve all been waiting for.  Now you can press ESC to cancel any editing made to shapes of lines and press ‘Enter’ to end editing with line types.  This is really useful when adding new roads.</p>
<p><strong>4. Mac Users: no more annoying zoom in / zoom out</strong></p>
<p>If you have a magic mouse from Apple or use a MacBook touchpad you might have experienced sudden jumps in zoom level.  If you have suffered this problem, you can now disable the ‘scroll’ function to prevent the map from accidentally zooming in or out.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-681" title="disable_scroll_touchpad[1]" src="http://blog.cloudmade.com/wp-content/uploads/2010/03/disable_scroll_touchpad1.jpg" alt="disable_scroll_touchpad[1]" width="556" height="349" /></p>
<p>We hope you’ll find these updates useful &#8211; please continue to email us feedback, it’s incredibly useful to help us evolve and improve Mapzen. Here’s how you can get in touch</p>
<ul>
<li>Leave a post in the <a href="http://developers.cloudmade.com/projects/mapzen/boards">Mapzen forums</a></li>
<li>Report a bug on the Mapzen <a href="http://developers.cloudmade.com/projects/mapzen/issues">issue tracker</a></li>
<li>Send us a mail to <a href="mailto:mapzen@cloudmade.com">mapzen@cloudmade.com</a></li>
<li>Get in touch with <a href="http://mapzen.cloudmade.com/user/654502734">Nick</a>, <a href="http://mapzen.cloudmade.com/user/106573939">Yuliya</a> or <a href="http://mapzen.cloudmade.com/user/234857226">Anton</a> through Mapzen</li>
</ul>
<p>The next Mapzen blog post will look at some new features coming up in the April release of Mapzen Beta.  Until then, if you don&#8217;t have a Mapzen account already, you can sign up for one and start using <a href="http://mapzen.cloudmade.com/">Mapzen here</a> – happy mapping!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2010/03/10/new-mapzen-updates-make-editing-smoother-and-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>November Round Up of CloudMade Powered Apps</title>
		<link>http://blog.cloudmade.com/2009/11/30/november-round-up-of-cloudmade-powered-apps/</link>
		<comments>http://blog.cloudmade.com/2009/11/30/november-round-up-of-cloudmade-powered-apps/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 18:00:59 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Featured Apps]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=532</guid>
		<description><![CDATA[Here&#8217;s November&#8217;s round-up of some of our favourite apps built on CloudMade&#8217;s platform:
OffMaps &#8211; Offline maps on your iPhone or iPod touch

OffMaps is the smash hit iPhone application that lets you take your maps with you when you&#8217;re overseas and roaming.  It&#8217;s also the perfect companion for iPod Touch users who&#8217;ve been buying OffMaps [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s November&#8217;s round-up of some of our favourite apps built on CloudMade&#8217;s platform:</p>
<h3>OffMaps &#8211; Offline maps on your iPhone or iPod touch</h3>
<p><a href="http://offmaps.com/"><img src="http://blog.cloudmade.com/wp-content/uploads/2009/11/Screen-shot-2009-11-30-at-14.15.24-208x300.png" alt="Screen shot 2009-11-30 at 14.15.24" title="Screen shot 2009-11-30 at 14.15.24" width="208" height="300" class="aligncenter size-medium wp-image-533" /></a></p>
<p><a href="http://offmaps.com/">OffMaps</a> is the smash hit iPhone application that lets you take your maps with you when you&#8217;re overseas and roaming.  It&#8217;s also the perfect companion for iPod Touch users who&#8217;ve been buying OffMaps in droves.</p>
<p>OffMaps uses many of CloudMade&#8217;s <a href="http://developers.cloudmade.com/projects/show/iphone-api">iPhone SDK&#8217;s</a> features including geocoding, local search, walking and vehicle directions to create a best selling user experience.</p>
<h3>Dopplr &#8211; Social iPhone Travel Gudie</h3>
<p><a href="http://www.dopplr.com/iphone"><img src="http://blog.cloudmade.com/wp-content/uploads/2009/11/dopplr-189x300.png" alt="dopplr" title="dopplr" width="189" height="300" class="aligncenter size-medium wp-image-535" /><br />
</a></p>
<p><a href="http://www.dopplr.com/">Dopplr</a> is a must-have service for regular travellers and their <a href="http://www.dopplr.com/iphone">free iPhone app</a> is a must have for iPhone owners who travel regularly.  Dopplr iPhone makes use of CloudMade&#8217;s <a href="http://cloudmade.com/products/style-editor">Style Editor</a> to add beautifully customised maps to the application.  </p>
<h3>CBS &#8211; Do Cameras Make Intersections More Dangerous?</h3>
<p><a href="http://cbs2.com/goldstein#red_light_cameras"><img src="http://blog.cloudmade.com/wp-content/uploads/2009/11/cbs-259x300.png" alt="cbs" title="cbs" width="259" height="300" class="aligncenter size-medium wp-image-536" /></a></p>
<p>Its not just iPhone apps that can benefit from CloudMade&#8217;s geo platform.  Global broadcaster <a href="http://www.cbs.com/">CBS</a> have just started using <a href="http://developers.cloudmade.com/projects/show/web-maps-studio">Web Maps Studio</a> &#8211; a suite of tools designed to make it easy for web developers to add customised maps, content and more to websites.  The <a href="http://cbs2.com/goldstein#red_light_cameras">CBS Red Light Cameras</a> site took only hours to put together and demonstrates how easy it is to use <a href="http://developers.cloudmade.com/projects/show/web-maps-studio">Web Maps Studio</a> to create a customized, great looking sites that overlay content on maps.</p>
<h3>Oakland Crimespotting &#8211; How safe is your neighbourhood?</h3>
<p><a href="http://oakland.crimespotting.org/"><img src="http://blog.cloudmade.com/wp-content/uploads/2009/11/oakland-crimespotting-300x127.png" alt="oakland-crimespotting" title="oakland-crimespotting" width="300" height="127" class="aligncenter size-medium wp-image-537" /></a></p>
<p><a href="http://oakland.crimespotting.org/">Oakland Crimespotting</a> is a fascinating site that lets Oakland residents &#8211; or anyone else &#8211; view crime statistics for the city.  The site uses a custom map style, created using the <a href="http://cloudmade.com/products/style-editor">Style Editor</a> to give visitors a unique experience.  The <a href="http://stamen.com/">site&#8217;s creators</a>, choose to using CloudMade&#8217;s <a href="http://developers.cloudmade.com/projects/show/specialist-tools">Specialist Toolkit</a> &#8211; a range of tools and APIs that let advanced geo developers create highly customised map based applications.</p>
<p><a href="http://developers.cloudmade.com">Find out more</a> about building applications that use CloudMade&#8217;s geo platform. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2009/11/30/november-round-up-of-cloudmade-powered-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling all OpenStreetMappers! Get Ready for Mapzen &#8211; editing and adding POIs just got easier</title>
		<link>http://blog.cloudmade.com/2009/10/07/calling-all-openstreetmappers-get-ready-for-mapzen-editing-and-adding-pois-just-got-easier/</link>
		<comments>http://blog.cloudmade.com/2009/10/07/calling-all-openstreetmappers-get-ready-for-mapzen-editing-and-adding-pois-just-got-easier/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 18:23:01 +0000</pubDate>
		<dc:creator>emzwmz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cartography]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[mapzen]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[openstreetmap]]></category>
		<category><![CDATA[products]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=408</guid>
		<description><![CDATA[
We’ve just released the Alpha version of Mapzen, our OpenStreetMap community editing tool which lets anyone easily contribute to the map, and are actively recruiting people to help test and provide feedback on it.  To be a part of this program please sign up here.
We’re only able to handle a certain number of Alpha [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-413" src="http://blog.cloudmade.com/wp-content/uploads/2009/10/MAPZEN1-300x215.png" alt="MAPZEN" width="300" height="215" /></p>
<p>We’ve just released the Alpha version of <strong>Mapzen</strong>, our OpenStreetMap community editing tool which lets anyone easily contribute to the map, and are actively recruiting people to help test and provide feedback on it.  To be a part of this program please sign up <a href="http://mapzen.cloudmade.com/">here.</a></p>
<p>We’re only able to handle a certain number of Alpha testers so if we’re unable to accept you to the program don’t worry, Mapzen Beta will be available for everyone later on this year.</p>
<p>CloudMade has developed Mapzen to help reduce the time it takes to create and edit OpenStreetMap so you can spend more time doing what you like best, mapping. It’s the first community mapping tool that let’s anyone easily contribute to OpenStreetMap.</p>
<p>Here’s a quick overview of some features:</p>
<p>•	Intuitive user interface and workflow dramatically reduce editing time<br />
•	Graphical menus mean no more searching for obscure tags<br />
•	Multi level undo and save modes mean no more fear of ruining the map<br />
•	Built with social networks in mind so sharing mapping experiences with Facebook and Twitter friends is simple<br />
And much more….</p>
<p><img class="aligncenter size-medium wp-image-411" src="http://blog.cloudmade.com/wp-content/uploads/2009/10/poicollect-300x202.png" alt="poicollect" width="300" height="202" /></p>
<p>We’ve also been busy working on <strong>Mapzen POI Collector</strong> for iPhone which will be in the Apple App Store in a few weeks time, so make sure you sign up <a href="http://mapzen.cloudmade.com/mapzen-poi-collector">here</a> to be informed when it’s available. Adding places of interest (POIs) to OpenStreetMap on location is now a simple 5-click process and there are hundreds of categories to choose from, everything from trees, volcanoes and gas stations to ATMs, vets, picnic spots and aerial way stations, so most interests should be covered. Let us know if there’s something you’re crying out for and we’ll do our best to get it into the next release.</p>
<p>More updates coming soon…</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2009/10/07/calling-all-openstreetmappers-get-ready-for-mapzen-editing-and-adding-pois-just-got-easier/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>CloudMade releases Style Editor 1.1</title>
		<link>http://blog.cloudmade.com/2009/07/16/cloudmade-releases-style-editor-11/</link>
		<comments>http://blog.cloudmade.com/2009/07/16/cloudmade-releases-style-editor-11/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:05:22 +0000</pubDate>
		<dc:creator>Cragg</dc:creator>
				<category><![CDATA[cartography]]></category>
		<category><![CDATA[cloudmade]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[openstreetmap]]></category>
		<category><![CDATA[style editor]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=280</guid>
		<description><![CDATA[Great news for Style Editor users: we&#8217;ve launched an updated version of Style Editor (v1.1) that makes discovering, sharing and creating new map styles even easier!
Style Editor is CloudMade&#8217;s online cartography tool for creating customized map styles.  Application developers can use Style Editor to quickly create their own map styles that give applications a unique [...]]]></description>
			<content:encoded><![CDATA[<p>Great news for <a title="Style Editor" href="http://maps.cloudmade.com/editor#" target="_self">Style Editor</a> users: we&#8217;ve launched an updated version of Style Editor (v1.1) that makes discovering, sharing and creating new map styles even easier!</p>
<p>Style Editor is <a title="CloudMade" href="http://www.cloudmade.com" target="_self">CloudMade</a>&#8217;s online cartography tool for creating customized map styles.  Application developers can use Style Editor to quickly create their own map styles that give applications a unique look &amp; feel.  Style Editor gives you complete control over which objects are displayed on the map, and how they will appear on your map at each zoom level.  Developers use CloudMade&#8217;s Style Editor to design customized maps built for a particular use.   For example, if you were building a cycling application that helps users get from point A to point B by bicycle, you&#8217;d want to highlight the cycle paths and roads better suited for cyclists while de-emphasising main roads and motorways.</p>
<div id="attachment_282" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.cloudmade.com/wp-content/uploads/2009/07/style-gallery.png"><img class="size-medium wp-image-282" src="http://blog.cloudmade.com/wp-content/uploads/2009/07/style-gallery-300x143.png" alt="Style Editor now has a style gallery for discovering new map styles" width="300" height="143" /></a><p class="wp-caption-text">Style Editor now has a style gallery for discovering new map styles</p></div>
<p>The most important improvements in Style Editor 1.1 is the addition of the style gallery.  Style gallery will allow you to quickly discover public map styles created by CloudMade and our community.  Style Editor also allows for private styles available only to the author, which you can view by pressing the My Styles tab on the Style Editor toolbar.  By default the map styles are sorted by popularity.  You may also chose to look for CloudMade styles which were created by professional cartographers including some by <a title="Stamen Design" href="http://stamen.com/" target="_self">Stamen Design</a> by clicking on the CloudMade tab.  Or you can browse the featured styles (Featured tab) which showcase a mix of CloudMade and community styles that our cartographers deem fantanstic!</p>
<div id="attachment_285" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.cloudmade.com/wp-content/uploads/2009/07/toolbar.png"><img class="size-medium wp-image-285" src="http://blog.cloudmade.com/wp-content/uploads/2009/07/toolbar-300x16.png" alt="The Style Editor tool bar allows for quick discovery of public maps styles for editing or direct use" width="300" height="16" /></a><p class="wp-caption-text">The Style Editor tool bar allows for quick discovery of public maps styles for editing or direct use</p></div>
<p>Another cool new feature in style gallery is the ability to sort map styles based on color.  To the top of the Style Editor toolbar is a Color Filter control.  This control will filter map styles in the gallery based on where you drag the Color Filter bar.  The default setting on the far left shows all colors.  By dragging the Color Bar towards the right, you can select only the map styles with a particular shade of yellow, for example.  In this way you can find map styles that suit the look and feel of your website or application.  Don&#8217;t forget to reset the Color Bar back to the far left when your done so that you can see all the styles again.</p>
<p>Each map style in the style gallery shows the style name, author and style ID.  The style ID comes in handy when coding with <a title="Developer Zone" href="http://developer.cloudmade.com" target="_self">CloudMade&#8217;s API libraries</a>.  You can quickly change the Style ID and see a completely different map in your app!  The search bar in the far right of the tool bar allows for style searches based on style name, author or style ID.</p>
<p>The last new feature we wanted to talk about is the Style RSS feed.  You can now subscribe to all new style updates via RSS.  This is a super easy way to get all the latest updates to Style Gallery via RSS.  You can subscribe <a title="Style Editor new style feed (RSS)" href="http://maps.cloudmade.com/editor/feed" target="_self">here</a>.</p>
<dl>
<dt> Style Editor is open to the public and available to use as a free service <a title="Style Editor" href="http://maps.cloudmade.com/editor#" target="_self">here</a>.   So go ahead and start creating your own new map styles and publish them to Style Gallery so the world can see and use them! </dt>
</dl>
<p>Style Editor Team @CloudMade</p>
<p style="text-align: center;">
<div id="attachment_290" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.cloudmade.com/wp-content/uploads/2009/07/deepblue-middle-east.png"><img class="size-medium wp-image-290" src="http://blog.cloudmade.com/wp-content/uploads/2009/07/deepblue-middle-east-300x156.png" alt="Creating new map styles is simple with CloudMade's Style Editor" width="300" height="156" /></a><p class="wp-caption-text">Creating new map styles is simple with CloudMade&#39;s Style Editor</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2009/07/16/cloudmade-releases-style-editor-11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Developer VIP Party &#8211; June 10th 9.30pm San Francisco</title>
		<link>http://blog.cloudmade.com/2009/06/10/iphone-developer-vip-party-june-10th-930pm-san-francisco/</link>
		<comments>http://blog.cloudmade.com/2009/06/10/iphone-developer-vip-party-june-10th-930pm-san-francisco/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 21:20:04 +0000</pubDate>
		<dc:creator>Cragg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[cloudmade]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[openstreetmap]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[VIP]]></category>
		<category><![CDATA[VIP Party]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=239</guid>
		<description><![CDATA[Tonight CloudMade is excited to sponsor the iPhone Developer VIP Party at Swig bar in San Francisco.  Doors open at 9.30 and we expect a full house!
CloudMade has been active at Apple&#8217;s World Wide Developer Conference this week, engaging with iPhone developers who are creating the next great mapping and location-aware applications for the iPhone [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight CloudMade is excited to sponsor the <a href="http://www.facebook.com/event.php?eid=108531105609&amp;ref=ts" target="_self">iPhone Developer VIP Party</a> at Swig bar in San Francisco.  Doors open at 9.30 and we expect a full house!</p>
<p>CloudMade has been active at Apple&#8217;s World Wide Developer Conference this week, engaging with iPhone developers who are creating the next great mapping and location-aware applications for the iPhone and iPod Touch.   Tonight we&#8217;re looking forward to talking with many of you one-on-one to discuss your vision on the future of location-aware apps.  We also want to find out what features you&#8217;d like to see on the iPhone, web and other mobile platforms.  Over a Maptini, of course!</p>
<p>Starting with our rich, crowd-sourced maps, CloudMade gives iPhone developers an easier way to build more immersive mapping applications than Apple&#8217;s MapKit.   Developers will find our suite of iPhone supported Libraries gives you easy access to CloudMade services while supporting a number of unique features like vector data and MapSafe location management service.  CloudMade&#8217;s non-restrictive licensing even allows for advanced services such as routing, geocoding or tracking functionality &#8211; without having to call a lawyer or break the bank.</p>
<p>So if you&#8217;re a developer looking for better ways to incorporate maps and location into your app, sign up for a API key at CloudMade&#8217;s <a href="http://developers.cloudmade.com/projects/show/iphone-api" target="_self">Developer Zone</a> and get started today.  Adding customized CloudMade maps will delight your users and make your app stand-out from the crowd!</p>
<p><a href="http://www.flickr.com/photos/nick_bl/3595700668/"><img class="size-medium wp-image-242 alignnone" src="http://blog.cloudmade.com/wp-content/uploads/2009/06/iphone-routing-200x300.jpg" alt="CloudMade iPhone Routing" width="200" height="300" /></a></p>
<p>For mapping success on the iPhone and iPod Touch, just add:</p>
<ul>
<li>Crowd-Sourced Maps</li>
<li>CloudMade Geo APIs</li>
<li>Your Cool Application</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2009/06/10/iphone-developer-vip-party-june-10th-930pm-san-francisco/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

