<metaproperty="og:title"content="Leaflet — an open-source JavaScript library for interactive maps"/>
<metaproperty="og:description"content="Leaflet is a modern, lightweight BSD-licensed JavaScript library for making tile-based interactive maps for both desktop and mobile web browsers, developed by CloudMade to form the core of its next generation JavaScript API."/>
<p>Every example here comes with step-by-step code explanation and is easy enough even for beginner JavaScript developers.</p>
<p>
<ahref="http://twitter.com/share"class="twitter-share-button"data-url="http://leaflet.cloudmade.com"data-text="Leaflet — a modern, lightweight open-source JavaScript library for interactive maps by @cloudmade"data-count="horizontal"data-via="LeafletJS"data-related="CloudMade">Tweet</a><scripttype="text/javascript"src="http://platform.twitter.com/widgets.js"></script>
<p>A simple step-by-step guide that will quickly get you started with Leaflet basics, including setting up a Leaflet map (with CloudMade tiles) on your page, working with markers, polylines and popups, and dealing with events.</p>
<h3><ahref="examples/mobile.html">Leaflet on Mobile</a></h3>
<p>In this example, you'll learn how to create a fullscreen map tuned for mobile devices like iPhone, iPad or Android phones, and how to easily detect and use the current user location.</p>
<ahref="http://github.com/CloudMade/Leaflet"><imgid="forkme"src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"alt="Fork me on GitHub"/></a>