<?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; tools</title>
	<atom:link href="http://blog.cloudmade.com/category/tools/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>App Gallery Update: featuring new cool apps and presenting more categories</title>
		<link>http://blog.cloudmade.com/2010/11/17/app-gallery-update-featuring-new-cool-apps-and-presenting-more-categories/</link>
		<comments>http://blog.cloudmade.com/2010/11/17/app-gallery-update-featuring-new-cool-apps-and-presenting-more-categories/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 17:19:36 +0000</pubDate>
		<dc:creator>Iryna</dc:creator>
				<category><![CDATA[Featured Apps]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloudmade]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[style editor]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=921</guid>
		<description><![CDATA[App Gallery Update: featuring new cool apps and presenting more categoriesAnother update of our App Gallery brings some new  examples of impressive CloudMade-powered apps and shows how location continues to enhance user experiences for web and mobile services. The range of applications presented in our app gallery is becoming really wide, and it now includes [...]]]></description>
			<content:encoded><![CDATA[<a href='http://blog.cloudmade.com/2010/11/17/app-gallery-update-featuring-new-cool-apps-and-presenting-more-categories/' class='retweet ' startCount = '0'>App Gallery Update: featuring new cool apps and presenting more categories</a><p>Another update of our <a href="http://developers.cloudmade.com/projects" target="_blank">App Gallery</a> brings some new  examples of impressive CloudMade-powered apps and shows how location continues to enhance user experiences for web and mobile services. The range of applications presented in our app gallery is becoming really wide, and it now includes such categories as Navigation, Travel, Business, Reference, Healthcare and Fitness, Utilities, Entertainment and Productivity. Here you can see some newly added apps that we’ve found especially interesting.</p>
<p><strong><a href="http://cloudmade.com/application-gallery/mobile/fahrtenbuch" target="_blank">Fahrtenbuch</a></strong> is a must-have app for anyone who needs to track mileage for tax deduction or reimbursement. This app is the #1 choice &#8220;driver&#8217;s log&#8221; in Germany, and it is the first one to have full iCal integration. CloudMade <a href="http://developers.cloudmade.com/projects/show/geocoding-http-api" target="_blank">Geocoding</a> and <a href="http://developers.cloudmade.com/projects/show/routing-http-api" target="_blank">Routing</a> services have been used in it.</p>
<p><img class="aligncenter size-medium wp-image-926" title="5_fahrten" src="http://blog.cloudmade.com/wp-content/uploads/2010/11/5_fahrten-210x300.jpg" alt="5_fahrten" width="210" height="300" /></p>
<p>Choosing a restaurant or a bar for the evening? <strong><a href="http://cloudmade.com/application-gallery/web/drinktown" target="_blank">Drinktown</a></strong> will help you to make that choice by telling you about all the food and drink specials near you. The website is updated daily by tens of thousands of members, and it is very easy to use since it allows you to sort data by day of the week, special type or just browse the beautifully styled map to find nearby deals.</p>
<p><img class="aligncenter size-medium wp-image-927" title="drinktown" src="http://blog.cloudmade.com/wp-content/uploads/2010/11/drinktown-300x199.png" alt="drinktown" width="300" height="199" /></p>
<p>With the <strong><a href="http://cloudmade.com/application-gallery/mobile/next-time" target="_blank">Next Time</a> </strong>iPhone app using reminders has become extremely efficient, since it now takes into account your location. You can create a list of locations and set reminders for those. Next Time will run in the background to alert you of your reminders the next time you’re at the location. The app is using CloudMade <span style="white-space: nowrap;"><a href="http://developers.cloudmade.com/projects/show/geocoding-http-api" target="_blank">Geocoding</a></span><span> and </span><span style="white-space: nowrap;"><a href="http://developers.cloudmade.com/projects/show/tiles" target="_blank">Map Tiles</a>.</span></p>
<p><img class="aligncenter size-medium wp-image-928" title="nexttime" src="http://blog.cloudmade.com/wp-content/uploads/2010/11/nexttime-200x300.png" alt="nexttime" width="200" height="300" /></p>
<p><strong><a href="http://cloudmade.com/application-gallery/mobile/trackmyjourney---mobile" target="_blank">TrackMyJourney-Mobile</a></strong> is a multi-function recreational navigation and mapping application for Java/J2ME and BlackBerry phones. It receives its location coordinates by communicating via Bluetooth with a separate GPS receiver, or via the phones internal GPS if supported. The data is then sent to <a href="http://www.trackmyjourney.co.uk/" target="_blank">TrackMyJourney website</a> where you can then share your location and recorded tracks with your friends. The app uses CloudMade <a href="http://developers.cloudmade.com/projects/show/geocoding-http-api" target="_blank">Geocoding</a>, <a href="http://developers.cloudmade.com/projects/show/tiles" target="_blank">Map Tiles</a>, <a href="http://developers.cloudmade.com/projects/show/routing-http-api" target="_blank">Routing</a>, <a href="http://cloudmade.com/products/style-editor" target="_blank">StyleEditor</a> and <a href="http://cloudmade.com/products/web-maps-api" target="_blank">Web Maps API</a>.</p>
<p><img class="aligncenter size-medium wp-image-929" title="trackmyjourney" src="http://blog.cloudmade.com/wp-content/uploads/2010/11/trackmyjourney-225x300.png" alt="trackmyjourney" width="225" height="300" /></p>
<p>French cycling fans might get interested in <strong><a href="http://cloudmade.com/application-gallery/web/geovelo" target="_blank">Geovelo</a></strong> &#8211; a cycling route planner that uses OpenStreetMap data and takes into account not only distance, but also safety. Geovelo maps created with CloudMade <a href="http://cloudmade.com/products/style-editor" target="_blank">Style Editor</a> perfectly complement the impressive design of the website.</p>
<p><img class="aligncenter size-medium wp-image-930" title="geovelo1" src="http://blog.cloudmade.com/wp-content/uploads/2010/11/geovelo1-300x216.jpg" alt="geovelo1" width="300" height="216" /></p>
<p><strong>You can see more location based apps that use <a href="http://cloudmade.com/products" target="_blank">CloudMade services</a> in our <a href="http://www.cloudmade.com/application-gallery" target="_blank">App Gallery</a>. If you are interested in trying out those free tools and APIs  yourself, sign up to our <a href="http://developers.cloudmade.com/projects" target="_blank">Developer Zone</a>.  And maybe your outstanding app will be among thoses featured in our App Gallery soon!</strong></p>
<a href='http://blog.cloudmade.com/2010/11/17/app-gallery-update-featuring-new-cool-apps-and-presenting-more-categories/' class='retweet ' startCount = '0'>App Gallery Update: featuring new cool apps and presenting more categories</a>]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2010/11/17/app-gallery-update-featuring-new-cool-apps-and-presenting-more-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More examples of CloudMade-powered apps, more great ways to use location</title>
		<link>http://blog.cloudmade.com/2010/11/02/more-examples-of-cloudmade-powered-apps-more-great-ways-to-use-location/</link>
		<comments>http://blog.cloudmade.com/2010/11/02/more-examples-of-cloudmade-powered-apps-more-great-ways-to-use-location/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 07:33:30 +0000</pubDate>
		<dc:creator>Iryna</dc:creator>
				<category><![CDATA[Featured Apps]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[cloudmade]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[style editor]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=875</guid>
		<description><![CDATA[More examples of CloudMade-powered apps, more great ways to use locationOur app gallery is growing fast, and with every new addition it&#8217;s clear that combining  CloudMade&#8217;s tools and services with great ideas and skills from developers results in some extremely powerful, compelling products. Take a look at some of  the latest updates to our gallery [...]]]></description>
			<content:encoded><![CDATA[<a href='http://blog.cloudmade.com/2010/11/02/more-examples-of-cloudmade-powered-apps-more-great-ways-to-use-location/' class='retweet ' startCount = '0'>More examples of CloudMade-powered apps, more great ways to use location</a><p>Our <a href="http://cloudmade.com/application-gallery" target="_blank">app gallery</a> is growing fast, and with every new addition it&#8217;s clear that combining  CloudMade&#8217;s <a href="http://developers.cloudmade.com/projects" target="_blank">tools and services</a> with great ideas and skills from developers results in some extremely powerful, compelling products. Take a look at some of  the latest updates to our gallery below:</p>
<p><a href="http://cloudmade.com/application-gallery/mobile/galileo-offline-maps" target="_blank"><strong>Galileo Offline Maps</strong></a> is a mobile app that can be used on a daily basis or while traveling. This app allows users to import maps from a computer to an iPhone or iPad and then view them in offline mode. Being able to choose from five attractive CloudMade map styles makes the use of the app a real pleasure. CloudMade tools used to create this app include <span style="white-space: nowrap;"><a href="http://developers.cloudmade.com/projects/show/geocoding-http-api" target="_blank">Geocoding</a></span>, <span style="white-space: nowrap;"><a href="http://developers.cloudmade.com/projects/show/routing-http-api" target="_blank">Routing</a> and</span> <span style="white-space: nowrap;"><a href="http://cloudmade.com/products/style-editor" target="_blank">Style Editor</a>.</span></p>
<p><span style="white-space: nowrap;"><img class="aligncenter size-medium wp-image-880" title="galileo_ipad" src="http://blog.cloudmade.com/wp-content/uploads/2010/10/galileo_ipad1-225x300.png" alt="galileo_ipad" width="225" height="300" /></span><span style="white-space: nowrap;"><em> </em></span></p>
<blockquote style="position: relative; margin-top: 25px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 2px; font-size: 14px; font-style: italic;"><p><span style="font-style: italic;">&#8220;CloudMade provides plenty of stylish and good-looking map styles which please even the most fastidious users.&#8221; – </span><strong> Evgen Bodunov</strong><em>,</em><span style="font-style: normal; line-height: 17px; font-size: 12px; color: #666666;"><strong><a href="http://galileo-app.com/" target="_blank"> galileo-app.com</a></strong></span></p></blockquote>
<p>Travelers who own Macs should be really excited about <a href="http://cloudmade.com/application-gallery/web/knapsack-2" target="_blank"><strong>Knapsack 2</strong></a> app. This new version of <a href="outerlevel.com" target="_blank">Outer Level</a>&#8217;s personal travel planner, built with our <span style="white-space: nowrap;"><a href="http://developers.cloudmade.com/projects/show/geocoding-http-api" target="_blank">Geocoding</a></span><span> and </span><span style="white-space: nowrap;"><a href="http://cloudmade.com/products/web-maps-studio" target="_blank">Web Maps Studio</a>, </span>adds interactive maps with street level detail and world-wide search. Knapsack allows you to lay out your travel plans, destinations, activities, and can be even used as a trip journal.</p>
<p><span style="white-space: nowrap;"><img class="aligncenter size-medium wp-image-881" title="knapsackMainMapScreen" src="http://blog.cloudmade.com/wp-content/uploads/2010/10/knapsackMainMapScreen-300x194.png" alt="knapsackMainMapScreen" width="300" height="194" /><em> </em></span></p>
<blockquote style="position: relative; margin-top: 25px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 2px; font-size: 14px; font-style: italic;"><p><span style="font-style: italic;">&#8220;Our customers wanted a searchable world map with street level detail and CloudMade was the perfect solution.&#8221; – </span><strong> Jon Trainer</strong><em>, </em><span style="font-style: normal; line-height: 17px; font-size: 12px; color: #666666;"><strong><a href="http://outerlevel.com/knapsack/" target="_blank">Knapsack</a></strong></span></p></blockquote>
<p><a href="http://cloudmade.com/application-gallery/mobile/igmap" target="_blank"><strong>iGMap</strong></a> proves that products created with CloudMade tools are not only really cool, but can also meet the most diverse needs. iGMap iPhone app is a virtual GPS designed for use with the desktop flight simulators. It provides a wireless hand-held moving map display to aid navigation, especially useful on VFR flights, while saving valuable screen real-estate on the desktop, and uses iOS devices to display the current position of the aircraft. The app was built with CloudMade&#8217;s <span style="white-space: nowrap;"><a href="http://cloudmade.com/products/style-editor" target="_blank">StyleEditor</a> and</span> <span style="white-space: nowrap;"><a href="http://developers.cloudmade.com/projects/show/web-maps-api" target="_blank">Web Maps API</a>.</span></p>
<p><span style="white-space: nowrap;"><img class="aligncenter size-medium wp-image-882" title="igmap2" src="http://blog.cloudmade.com/wp-content/uploads/2010/10/igmap2-200x300.PNG" alt="igmap2" width="200" height="300" /><em></em></span></p>
<blockquote style="position: relative; margin-top: 25px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 2px; font-size: 14px; font-style: italic;"><p><span style="font-style: italic;">“CloudMade services allow a small company to deliver cutting edge mapping solutions while targeting a niche market – without the prohibitive cost.” – </span><strong> Fermin Fernandez</strong><em>, </em><span style="font-style: normal; line-height: 17px; font-size: 12px; color: #666666;"><strong><a href="fswidgets.com" target="_blank">FSWidgets</a></strong></span></p></blockquote>
<p>Thanks to developers of <a href="http://cloudmade.com/application-gallery/web/map-my-tracks" target="_blank"><strong>Map My Track</strong>s</a>, outdoor sports and fitness enthusiasts have their own social network now. With this website they can easily track, review &amp; share outdoor activities with friends &amp; family. Map My Tracks provides a comprehensive range of tools to help better understand how your training session went and keep a central log of all your outdoor activities.</p>
<p><img class="aligncenter size-medium wp-image-883" title="mapmytracks" src="http://blog.cloudmade.com/wp-content/uploads/2010/10/mapmytracks-233x300.png" alt="mapmytracks" width="233" height="300" /></p>
<blockquote style="position: relative; margin-top: 25px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 2px; font-size: 14px; font-style: italic;"><p><span style="font-style: italic;">&#8220;The flexibility of CloudMade’s API mean that we can always deliver the maps we want.&#8221; &#8211; </span><strong> Nick Tatt</strong><em>, </em><span style="font-style: normal; line-height: 17px; font-size: 12px; color: #666666;"><strong><a href="www.mapmytracks.com/" target="_blank">Map My Tracks</a></strong></span></p></blockquote>
<p>If you like Map My Tracks and plan to use it, you should really consider complementing it with this <strong style="font-weight: bold;"><a href="http://cloudmade.com/application-gallery/mobile/outfront" target="_blank">OutFront</a> </strong>app. Not only will this app allow you to measure speed, pace, calories burned, duration, elevation gain/loss and much more for each activity you do, but it will also give you an an easy way to share information about your outdoor activities live on Map My  Tracks, Facebook or Twitter. CloudMade <span style="white-space: nowrap;"><a href="http://developers.cloudmade.com/projects/show/tiles" target="_blank">Map Tiles</a></span>, <span style="white-space: nowrap;"><a href="http://developers.cloudmade.com/projects/show/static-maps" target="_blank">Static Maps</a> </span>and <span style="white-space: nowrap;"><a href="http://cloudmade.com/products/iphone-sdk" target="_blank">iPhone SDK</a> were used to create this app.</span></p>
<p><span style="white-space: nowrap;"><img class="aligncenter size-medium wp-image-884" title="outfront" src="http://blog.cloudmade.com/wp-content/uploads/2010/10/outfront-208x300.PNG" alt="outfront" width="208" height="300" /></span></p>
<p><em>&#8220;Using CloudMade&#8217;s iPhone SDK made it super easy to add maps to our iPhone app. That, and reliability make CloudMade our first choice map provider.&#8221;</em><strong> </strong>-<strong> </strong><span style="font-style: normal; line-height: 17px; font-size: 12px; color: #666666;"><strong>Nick Tatt</strong></span><span style="font-style: normal; font-weight: normal; line-height: 17px; font-size: 12px; color: #666666;">, <strong><a href="www.mapmytracks.com/" target="_blank">Map My Tracks</a></strong></span></p>
<p>Cycling fans will enjoy using <a href="http://cloudmade.com/application-gallery/mobile/bike-hub-" target="_blank"><strong>Bike Hub</strong></a>, also  called a &#8217;satnav for cyclists&#8217;. It displays clever short-cuts and bicycle-friendly routes on <a href="www.opencyclemap.org" target="_blank">OpenCycleMap</a>, cutting journey times for many users. The feature I really like is &#8216;bike shop finder – a simple button that can call up UK bike shops within a six mile radius of an iPhone. <a href="http://developers.cloudmade.com/projects/show/tiles" target="_blank"> <span style="white-space: nowrap;">Map Tiles</span></a> and <span style="white-space: nowrap;"><a href="http://developers.cloudmade.com/projects/show/iphone-sdk" target="_blank">iPhone SDK</a> are CloudMade tools used in this app.</span></p>
<p><span style="white-space: nowrap;"><img class="aligncenter size-medium wp-image-885" title="BikeHubScreen" src="http://blog.cloudmade.com/wp-content/uploads/2010/10/BikeHubScreen-200x300.png" alt="BikeHubScreen" width="200" height="300" /></span><span style="line-height: 17px; font-size: 12px; color: #666666;"><strong><span style="color: #666666;"><strong></strong></span></strong></span></p>
<p><span style="line-height: 17px; font-size: 12px; color: #666666;"><strong><span style="color: #666666;"><strong><span style="line-height: 19px; font-size: 13px;"><span style="font-weight: normal;">&#8220;<em>Cloudmade API provides the slippy maps within the app and helps to fast-track the development of all the map interactions that users have.&#8221;</em> &#8211; </span><strong>Carlton Rei</strong><strong>d</strong><strong>, </strong><span style="font-weight: normal;"><a href="www.bikehub.co.uk/" target="_blank"> BikeHub.co.uk</a></span></span></strong></span></strong></span></p>
<p><span style="line-height: 17px; font-size: 12px; color: #666666;"><strong><span style="color: #666666;"><strong><span style="line-height: 19px; font-size: 13px;">Want to see more CloudMade-powered apps?  Check out our <a href="http://cloudmade.com/application-gallery" target="_blank">Application Gallery</a>.</span></strong></span></strong></span></p>
<p><span style="line-height: 17px; font-size: 12px; color: #666666;"><strong><span style="color: #666666;"><strong><span style="line-height: 19px; font-size: 13px;"> Inspired by these cool examples and feel that you could create something great yourself? Sign up to our <a href="http://developers.cloudmade.com/projects" target="_blank">developer zone</a> and try out our free tools and services</span></strong></span></strong><strong><span style="line-height: 19px; font-size: 13px;">.</span></strong></span></p>
<a href='http://blog.cloudmade.com/2010/11/02/more-examples-of-cloudmade-powered-apps-more-great-ways-to-use-location/' class='retweet ' startCount = '0'>More examples of CloudMade-powered apps, more great ways to use location</a>]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2010/11/02/more-examples-of-cloudmade-powered-apps-more-great-ways-to-use-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New geocoding engine delivers results up to 24 times faster</title>
		<link>http://blog.cloudmade.com/2009/10/08/new-geocoding-engine-delivers-results-up-to-24-times-faster/</link>
		<comments>http://blog.cloudmade.com/2009/10/08/new-geocoding-engine-delivers-results-up-to-24-times-faster/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 14:26:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[cloudmade]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=440</guid>
		<description><![CDATA[While no one was watching, we deployed the latest version of our geocoding engine. The key objective for this release has been performance and stability, and I am sure it is immediately noticeable. Benchmarking based on actual user queries have shown that it is up to 24 times faster than the previous implementation for certain [...]]]></description>
			<content:encoded><![CDATA[<p>While no one was watching, we deployed the latest version of our geocoding engine. The key objective for this release has been performance and stability, and I am sure it is immediately noticeable. Benchmarking based on actual user queries have shown that it is up to 24 times faster than the previous implementation for certain classes of requests. Even for simple, one-word queries, it is up to three times faster.</p>
<p>Along with the new engine, we are introducing new Geocoding API V2. In an effort to simplify usage, we have reduced the number of methods from eleven to only one, without sacrificing a single bit of its flexibility. Take a look <a href="http://developers.cloudmade.com/wiki/geocoding-http-api/Documentation">here</a> to read about the new (easy) query syntax. The old API? It, too, uses the new engine to deliver faster results, but we do encourage everyone to switch to the new API as soon as you have a chance to.</p>
<p>In the meantime, we are already working on the next release. The main focus will be relevancy and better parsing of freeform queries. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2009/10/08/new-geocoding-engine-delivers-results-up-to-24-times-faster/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Your Future is Customized &#8211; State of the Map Presentation from CloudMade</title>
		<link>http://blog.cloudmade.com/2009/08/28/your-future-is-customized-state-of-the-map-presentation-from-cloudmade/</link>
		<comments>http://blog.cloudmade.com/2009/08/28/your-future-is-customized-state-of-the-map-presentation-from-cloudmade/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 14:04:56 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[cloudmade]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[geodata]]></category>
		<category><![CDATA[openstreetmap]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=403</guid>
		<description><![CDATA[In July this year, 250 of the leading lights in community mapping and geo application development gathered in Amsterdam for the annual OpenStreetMap Foundation conference The State of the Map.  Video and audio recordings form the three day conference are being processed one by one by a dedicated team of volunteers who recently published [...]]]></description>
			<content:encoded><![CDATA[<p>In July this year, 250 of the leading lights in community mapping and geo application development gathered in Amsterdam for the annual OpenStreetMap Foundation conference <a href="http://www.stateofthemap.org/">The State of the Map</a>.  Video and audio recordings form the three day conference are being processed one by one by a dedicated team of volunteers who recently published the video of <a href="http://cloudmade.com/team/nick-black">Nick Black&#8217;s</a> talk: &#8220;Your Future is Customized&#8221;.</p>
<p>The talk asks why most current users of geodata experience maps through one of two ways: in car sat navs, or online mapping portals and looks towards a future of app stores, specialized map data and geo applications that match the exact needs of consumers.  </p>
<p><object width="400" height="320"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6064709&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6064709&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="320"></embed></object>
<p><a href="http://vimeo.com/6064709">Enable your applications with CloudMade &#8211; Nick Black (CloudMade)</a> from <a href="http://vimeo.com/sotm09">State of the Map 2009</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Follow along with the slides from the presentation:</p>
<div style="width:425px;text-align:left" id="__ss_1708675"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/nickb/your-future-is-customized" title="Your Future Is Customized">Your Future Is Customized</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=usersnickblackdocumentscloudmadetalkssotm09nickblack-yourfutureiscustomizedreadable-090711080310-phpapp01&#038;stripped_title=your-future-is-customized" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=usersnickblackdocumentscloudmadetalkssotm09nickblack-yourfutureiscustomizedreadable-090711080310-phpapp01&#038;stripped_title=your-future-is-customized" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/nickb">nickb</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2009/08/28/your-future-is-customized-state-of-the-map-presentation-from-cloudmade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CloudMade partners release new mobile libraries</title>
		<link>http://blog.cloudmade.com/2009/07/29/cloudmade-releases-new-mobile-libraries/</link>
		<comments>http://blog.cloudmade.com/2009/07/29/cloudmade-releases-new-mobile-libraries/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 13:15:54 +0000</pubDate>
		<dc:creator>Cragg</dc:creator>
				<category><![CDATA[clients]]></category>
		<category><![CDATA[cloudmade]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[cartotype]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[nutiteq]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[window mobile]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=341</guid>
		<description><![CDATA[Great news!
Our trusted partners CartoType and Nutiteq have created new mobile &#38; desktop libraries, which you can check out here.  These new libraries support the latest CloudMade mapping services including raster and vector maps:

Raster Libraries

Java Micro Edition J2ME (updated)
Blackberry (new)
Android (new)


Vector Libraries

Windows Mobile (new)
Symbian (new)
Windows Desktop (new)

Nutiteq have long been a trusted CloudMade partner providing [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">Great news!</p>
<p style="text-align: left">Our trusted partners CartoType and Nutiteq have created new mobile &amp; desktop libraries, which you can check out <a title="developer.cloudmade" href="http://developers.cloudmade.com/projects" target="_self">here</a>.  These new libraries support the latest CloudMade mapping services including raster and vector maps:</p>
<p style="text-align: left"><em><a title="nutiteq" rel="attachment wp-att-348" href="http://blog.cloudmade.com/2009/07/29/cloudmade-releases-new-mobile-libraries/nutiteq_logo/" target="_self"><img class="alignnone size-full wp-image-348" src="http://blog.cloudmade.com/wp-content/uploads/2009/07/nutiteq_logo.png" alt="nutiteq_logo" width="74" height="72" /></a><br />
Raster Libraries</em></p>
<ul style="text-align: left">
<li><a title="J2ME" href="http://developers.cloudmade.com/projects/show/j2me-lib" target="_self">Java Micro Edition</a> J2ME (updated)</li>
<li><a title="RIM" href="http://developers.cloudmade.com/projects/show/j2me-lib-rim" target="_self">Blackberry</a> (new)</li>
<li><a title="android" href="http://developers.cloudmade.com/projects/show/j2me-lib-android" target="_self">Android</a> (new)</li>
</ul>
<p style="text-align: left"><a title="cartotype" rel="attachment wp-att-349" href="http://blog.cloudmade.com/2009/07/29/cloudmade-releases-new-mobile-libraries/cartotype-logo/" target="_self"><img src="http://blog.cloudmade.com/wp-content/uploads/2009/07/CartoType-logo-300x79.png" alt="CartoType logo" width="84" height="22" /></a><em><br />
Vector Libraries</em></p>
<ul style="text-align: left">
<li><a title="windows mobile" href="http://developers.cloudmade.com/projects/show/windows-mobile" target="_self">Windows Mobile</a> (new)</li>
<li><a title="symbian" href="http://developers.cloudmade.com/projects/show/symbian" target="_self">Symbian</a> (new)</li>
<li><a title="windows desktop" href="http://developers.cloudmade.com/projects/show/windows" target="_self">Windows Desktop</a> (new)</li>
</ul>
<p style="text-align: left">Nutiteq have long been a trusted CloudMade partner providing mobile libraries.  They have now added CloudMade support for two leading mobile platforms -  Blackberry and Android.  Blackberry commands a high worldwide market share for smart phones and is the leading platform for email and enterprise.  Google&#8217;s Android has set a new bar for open source mobile OSes, and we expect a number of new handsets to come to market during the remainder of this year.  Both libraries give access to a full range of CloudMade services including custom image tiles, geosearch and routing.</p>
<p style="text-align: left">CartoType have been experimenting with CloudMade’s alpha Vector Server which can stream map data to any connected device where it can be rendered on the fly. Per Nick’s previous post, there are a lot of new features planned for CloudMade&#8217;s vector server &#8211; including multiple outputs formats (XML, JSON, OSM) and a fully featured API that will let you select which parts of the map data are returned to the client. CartoType have been gracious in releasing their libraries to our developer community at an early stage.</p>
<p style="text-align: left">We&#8217;re excited to hear feedback from our developer community on these new libraries.  We&#8217;d like to thank CartoType and Nutiteq for their support!</p>
<p style="text-align: left">
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2009/07/29/cloudmade-releases-new-mobile-libraries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mapzen: An easy to use editor for OpenStreetMap</title>
		<link>http://blog.cloudmade.com/2009/07/22/mapzen-an-easy-to-use-editor-for-openstreetmap/</link>
		<comments>http://blog.cloudmade.com/2009/07/22/mapzen-an-easy-to-use-editor-for-openstreetmap/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 14:27:46 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[openstreetmap]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[mapzen]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=310</guid>
		<description><![CDATA[At the recent State of the Map conference we unveiled our plans for an OpenStreetMap editor: Mapzen.  Mapzen is a web based map editing tool that will make it far easier for new-commers to OpenStreetMap to get started editing and creating maps.  Lets take a look at some of Mapzen&#8217;s features:
In Application Tutorials
No [...]]]></description>
			<content:encoded><![CDATA[<p>At the recent <a href="http://2009.stateofthemap.org/">State of the Map</a> conference we unveiled our plans for an OpenStreetMap editor: Mapzen.  Mapzen is a web based map editing tool that will make it far easier for new-commers to OpenStreetMap to get started editing and creating maps.  Lets take a look at some of Mapzen&#8217;s features:</p>
<h3>In Application Tutorials</h3>
<p>No one likes searching wikis and web pages to learn how to use a tool.  With Mapzen, you learn as you map.  In application tutorials teach you to map, step by step.</p>
<p><img src="http://blog.cloudmade.com/wp-content/uploads/2009/07/mapzen_tutorials1-300x225.jpg" alt="Mazen Tutorials" title="Mazen Tutorials" width="300" height="225" class="aligncenter size-medium wp-image-312" /></p>
<h3>Graphical Menus</h3>
<p>Many new mappers are confused by the large number of different road, track and point of interest types.  Mapzen has an intuitive graphical menu, letting you pick out different features to add to the map.</p>
<p><img src="http://blog.cloudmade.com/wp-content/uploads/2009/07/mapzen_menu1.png" alt="Mapzen Menu" title="Mapzen Menu" width="450" /></p>
<h3>Context Sensitive Menus</h3>
<p>After choosing which object you want to add to the map, the next hurdle is knowing which attributes to add.  Mapzen&#8217;s context sensitive menu prompts you to add only the attributes that are needed for a particular object.</p>
<p><img src="http://blog.cloudmade.com/wp-content/uploads/2009/07/mapzen_context_sensitive_menu1-300x156.png" alt="Mapzen Context Sensitive Menu" title="Mapzen Context Sensitive Menu" width="300" height="156" class="aligncenter size-medium wp-image-319" /><br />
<br />
<img src="http://blog.cloudmade.com/wp-content/uploads/2009/07/mapzen_context_sensitve_menu2-300x133.png" alt="Mapzen Context Sensitive Menu 2" title="Mapzen Context Sensitive Menu 2" width="300" height="133" class="aligncenter size-medium wp-image-321" /></p>
<h3>Specialized Junction Editing</h3>
<p>Modeling complex junctions, with one-ways and turn restrictions can be difficult, with so many tags and relations to keep track of.  Mapzen gives mappers a graphical interface that makes modeling junctions quick and fun.</p>
<p><img src="http://blog.cloudmade.com/wp-content/uploads/2009/07/picture-1-300x184.png" alt="Junction Editing in Mapzen" title="Junction Editing in Mapzen" width="300" height="184" class="aligncenter size-medium wp-image-323" /></p>
<h3>Find Out More</h3>
<p>Mapzen is currently under active development.  We&#8217;re going to be carrying out user testing over the summer &#8211; if you&#8217;d like to take part, please mail <a href='mailto:mapzen@cloudmade.com?subject=Add me to the Mapzen user testing list'>mapzen@cloudmade.com</a>.  </p>
<p>Mapzen is open source (GPLv2) &#8211; if you are a developer, you can get hold of the source from <a href="http://vagafonkin.sandbox.cloudmade.com/mappingtool/">here</a> (right click in the window).  </p>
<p>If you have any feature requests, or would like any more information, please send us a <a href="mailto:mapzen@cloudmade.com?subject=Find out more about Mapzen">mail</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2009/07/22/mapzen-an-easy-to-use-editor-for-openstreetmap/feed/</wfw:commentRss>
		<slash:comments>15</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>
		<item>
		<title>Three New Style Editor Basemaps</title>
		<link>http://blog.cloudmade.com/2009/03/26/three-new-style-editor-basemaps/</link>
		<comments>http://blog.cloudmade.com/2009/03/26/three-new-style-editor-basemaps/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 16:14:38 +0000</pubDate>
		<dc:creator>Andy Allan</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[cloudmade]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.cloudmade.com/?p=184</guid>
		<description><![CDATA[Nick blogged previously regarding three of our signature map styles &#8211; &#8220;Pale Dawn&#8220;, &#8220;Midnight Commander&#8221; and &#8220;Fresh&#8221; &#8211; that we launched along with our Developer Programme last month. Today we&#8217;re pleased to announce that all three styles are now available for customization in our Style Editor.
Our Style Editor lets you tweak, change and configure the [...]]]></description>
			<content:encoded><![CDATA[<p>Nick <a href="http://blog.cloudmade.com/2009/02/16/a-summary-of-the-future-of-mapping/">blogged previously</a> regarding three of our signature map styles &#8211; &#8220;<a href="http://maps.cloudmade.com/?lat=52.52053&#038;lng=13.40229&#038;zoom=15&#038;styleId=998">Pale Dawn</a>&#8220;, &#8220;<a href="http://maps.cloudmade.com/?lat=52.52053&#038;lng=13.40229&#038;zoom=15&#038;styleId=999">Midnight Commander</a>&#8221; and &#8220;<a href="http://maps.cloudmade.com/?lat=52.52053&#038;lng=13.40229&#038;zoom=15&#038;styleId=997">Fresh</a>&#8221; &#8211; that we launched along with our Developer Programme last month. Today we&#8217;re pleased to announce that all three styles are now available for customization in our <a title="Style Editor" href="http://cloudmade.com/products/style-editor">Style Editor</a>.</p>
<p>Our Style Editor lets you tweak, change and configure the cartography of our maps to suit your needs. Perhaps you, as I do, love the Pale Dawn style as originally created by <a href="http://stamen.com/">Stamen Design</a>, but want to see if it looks better with a bit more emphasis on parks and public transport? So I fired up the Style Editor, and a few clicks later had this attempt &#8211; &#8220;Fair Sunrise&#8221;:</p>
<p><center><img src="http://blog.cloudmade.com/wp-content/uploads/2009/03/screenshot-116b.png" alt="Fair Sunrise Map Style" title="Fair Sunrise Map Style" width="500" height="345" class="aligncenter size-full wp-image-185" /></center></p>
<p>We&#8217;re always interested in what creative things you can make with our tools, so if you&#8217;ve made a style that you&#8217;re proud of please share a link in our comments. I&#8217;ll <a href="http://maps.cloudmade.com/?lat=51.494103&#038;lng=-0.117245&#038;zoom=13&#038;styleId=1703">let you decide</a> for yourself whether you think &#8220;Fair Sunrise&#8221; is an improvement! </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmade.com/2009/03/26/three-new-style-editor-basemaps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

