diff --git a/download.md b/download.md index 5cf58c03..89f79568 100644 --- a/download.md +++ b/download.md @@ -14,7 +14,7 @@ Besides the library itself, the download package contains full source code, unit Leaflet 0.4 - Stable version, released on July 27, 2012 + Stable version, released on July 30, 2012 Leaflet 0.3.1 diff --git a/index.md b/index.md index ee29a0c1..8df52b39 100644 --- a/index.md +++ b/index.md @@ -2,14 +2,14 @@ layout: default --- -

July 27, 2012 — Leaflet 0.4 Released with Lots of Exciting Improvements! — Read More in the Blog

+

July 30, 2012 — Leaflet 0.4 Released with Lots of Exciting Improvements! — Read More in the Blog

Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps. It is developed by [Vladimir Agafonkin][] of [CloudMade][] with a team of dedicated [contributors][]. Weighing just about 26 KB of gzipped JS code, it still has all the [features][] most developers ever need for online maps, while providing a smooth, pleasant user experience. It is built from the ground up to work efficiently on both desktop and mobile platforms like iOS and Android, taking advantage of HTML5 and CSS3 on modern browsers. The focus is on usability, performance, small size, [A-grade][] browser support and [a simple API][] with convention over configuration. The OOP-based [code of the library][] is designed to be modular, extensible and very easy to understand. {: .usedby} -Used by: [Flickr](http://flickr.com/map) [foursquare](https://foursquare.com/) [Wikimedia](http://blog.wikimedia.org/2012/04/05/new-wikipedia-app-for-ios-and-an-update-for-our-android-app/) [Meetup](http://www.meetup.com/) [Geocaching](http://geocaching.com) [StreetEasy](http://streeteasy.com/) [Nestoria](http://www.nestoria.co.uk) [City-Data.com](http://city-data.com) [CityMaps](http://www.citymaps.com) [Chartbeat](http://chartbeat.com/) [GIS Cloud](http://www.giscloud.com/) [skobbler](http://maps.skobbler.com/) ... +Used by: [Flickr](http://flickr.com/map) [foursquare](https://foursquare.com/) [Wikimedia](http://blog.wikimedia.org/2012/04/05/new-wikipedia-app-for-ios-and-an-update-for-our-android-app/) [Meetup](http://www.meetup.com/) [Geocaching](http://geocaching.com) [StreetEasy](http://streeteasy.com/) [Nestoria](http://www.nestoria.co.uk) [City-Data.com](http://city-data.com) [Topix](http://topix.com/) [Chartbeat](http://chartbeat.com/) [GIS Cloud](http://www.giscloud.com/) [CityMaps](http://www.citymaps.com) ...
diff --git a/reference.html b/reference.html index 5275ee29..3700733d 100644 --- a/reference.html +++ b/reference.html @@ -1494,6 +1494,12 @@ var map = L.map('map', { 1.0 The opacity of the tile layer. + + zIndex + Number + null + The explicit zIndex of the tile layer. Not set by default. + unloadInvisibleTiles Boolean @@ -1586,6 +1592,14 @@ var map = L.map('map', { this Changes the opacity of the tile layer. + + setZIndex( + <Number> zIndex ) + + + this + Sets the zIndex of the tile layer. + redraw() - @@ -3721,6 +3735,12 @@ L.control.layers(baseLayers, overlays).addTo(map); true If true, the control will be collapsed into an icon and expanded on mouse hover or touch. + + autoZIndex + Boolean + true + If true, the control will assign zIndexes in increasing order to all of its layers so that the order is preserved when switching them on/off. +