index, features and plugin page updates

This commit is contained in:
Vladimir Agafonkin 2013-01-18 12:29:19 +02:00
parent 89ae70b32e
commit 1030596328
3 changed files with 12 additions and 9 deletions

View File

@ -44,10 +44,10 @@ title: Features
</ul> </ul>
<h4>On Mobile Browsers (iOS, Android)</h4> <h4>On Mobile Browsers</h4>
<ul> <ul>
<li>Multi-touch zoom <nobr><span class="quiet">(iOS and Android 4+)</span></nobr></li> <li>Multi-touch zoom <nobr><span class="quiet">(iOS, Android 4+, Win8)</span></nobr></li>
<li>Double tap zoom</li> <li>Double tap zoom</li>
</ul> </ul>
@ -66,11 +66,12 @@ title: Features
<h3>Visual Features</h3> <h3>Visual Features</h3>
<ul> <ul>
<li>Zoom animation on modern browsers <span class="quiet">(except IE) (<nobr>for all layers</nobr>, including markers and vector layers)</span></li> <li>Zoom animation <span class="quiet">(<nobr>for all layers</nobr>, including tile layers, markers and vector layers)</span></li>
<li>Panning animation</li> <li>Panning animation</li>
<li>Smooth continuous zoom on iOS</li> <li>Smooth continuous zoom on modern mobile devices</li>
<li>Tile and popup fade animation</li> <li>Tile and popup fade animation</li>
<li>Very nice default design for markers, popups and other map controls</li> <li>Very nice default design for markers, popups and other map controls</li>
<li>Retina resolution support for tile layers and markers</li>
</ul> </ul>
@ -119,26 +120,26 @@ title: Features
<li>Firefox</li> <li>Firefox</li>
<li>Safari 5+</li> <li>Safari 5+</li>
<li>Opera 11.11+</li> <li>Opera 11.11+</li>
<li>IE 7&ndash;9</li> <li>IE 7&ndash;10</li>
<li>IE 6 <span class="quiet">(not perfect but accessible)</span></li> <li>IE 6 <span class="quiet">(not perfect but accessible)</span></li>
</ul> </ul>
<h4>On Mobile</h4> <h4>On Mobile</h4>
<ul> <ul>
<li>Safari for iOS 3/4/5+</li> <li>Safari for iOS 3/4/5/6+</li>
<li>Android browser 2.2+,&nbsp;3.1+,&nbsp;4+</li> <li>Android browser 2.2+,&nbsp;3.1+,&nbsp;4+</li>
<li>Chrome for Android 4+ and iOS</li> <li>Chrome for Android 4+ and iOS</li>
<li>Firefox for Android</li> <li>Firefox for Android</li>
<li>Other webkit-based browsers (webOS, Blackberry 7+, etc.)</li> <li>Other webkit-based browsers (webOS, Blackberry 7+, etc.)</li>
<li class="noimpl">IE for Windows Phone 7</li> <li>IE10 for Win8-based devices</li>
</ul> </ul>
<h3>Misc</h3> <h3>Misc</h3>
<ul> <ul>
<li>Extremely lightweight <span class="quiet">&mdash; around 26 KB of gzipped JS code</span></li> <li>Extremely lightweight <span class="quiet">&mdash; around 28 KB of gzipped JS code</span></li>
<li>No external dependencies</li> <li>No external dependencies</li>
<li>Keeps your JS environment clean<span class="quiet"> &mdash; no global or native prototypes pollution</span></li> <li>Keeps your JS environment clean<span class="quiet"> &mdash; no global or native prototypes pollution</span></li>
</ul> </ul>

View File

@ -6,7 +6,7 @@ layout: default
Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps. Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.
It is developed by [Vladimir Agafonkin][] with a&nbsp;team of dedicated [contributors][]. It is developed by [Vladimir Agafonkin][] with a&nbsp;team of dedicated [contributors][].
Weighing just about <abbr title="27KB gzipped &mdash; that's 102 KB minified and 176 KB in the source form, with 8 KB of CSS (1.8 KB gzipped) and 10 KB of images.">27 KB of JS code</abbr>, Weighing just about <abbr title="28KB gzipped &mdash; that's 110 KB minified and 196 KB in the source form, with 10 KB of CSS (2 KB gzipped) and 7 KB of images.">28 KB of JS code</abbr>,
it has all the [features][] most developers ever need for online maps. it has all the [features][] most developers ever need for online maps.
Leaflet is designed with _simplicity_, _performance_ and _usability_ in mind. Leaflet is designed with _simplicity_, _performance_ and _usability_ in mind.

View File

@ -413,6 +413,8 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
</tr> </tr>
</table> </table>
To submit your own Leaflet plugin to this list, just send a pull request with the addition to Leaflet repo's [gh-pages branch](https://github.com/Leaflet/Leaflet/tree/gh-pages) (`plugins.md` file).
<!-- <!--
- Saving a Leaflet Map to a PNG Example using Javascript and PHP https://github.com/tegansnyder/Leaflet-Save-Map-to-PNG - Saving a Leaflet Map to a PNG Example using Javascript and PHP https://github.com/tegansnyder/Leaflet-Save-Map-to-PNG
- Get a PNG from a Leaflet map and export it in PDF https://github.com/chrissom/leaflet-pdf - Get a PNG from a Leaflet map and export it in PDF https://github.com/chrissom/leaflet-pdf