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
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
zIndex
Number
null
unloadInvisibleTiles
Boolean
this
setZIndex(
+ <Number> zIndex )
+
this
redraw()
true
true
, the control will be collapsed into an icon and expanded on mouse hover or touch.autoZIndex
Boolean
true
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.