more updates
This commit is contained in:
parent
d482b24746
commit
deac9af90a
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: default
|
||||
layout: v2
|
||||
root: ../
|
||||
tutorial: true
|
||||
---
|
||||
|
||||
<p><a href="../examples.html">← Back to the list of tutorials</a></p>
|
||||
<!--<p><a href="../examples.html">← Back to the list of tutorials</a></p>-->
|
||||
|
||||
{{ content }}
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
body {
|
||||
font: 16px/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||
font: 16px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@ -164,3 +164,9 @@ a {
|
||||
.quiet {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
th, td {
|
||||
text-align: left;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
layout: v2
|
||||
title: Download
|
||||
---
|
||||
|
||||
|
@ -59,24 +59,21 @@ If you have any questions, take a look at the <a href="https://github.com/Leafle
|
||||
<div class="features cf">
|
||||
<div class="col1">
|
||||
|
||||
<h3>Available Map Layers</h3>
|
||||
<h3>Map Layers Out of the Box</h3>
|
||||
|
||||
<ul>
|
||||
<li>Tile layers</li>
|
||||
<li>Markers</li>
|
||||
<li>Popups</li>
|
||||
<li>Vector layers<span class="quiet">: polylines, polygons, circles, rectangles, circle markers</li>
|
||||
<li>GeoJSON layers</li>
|
||||
<li>Image overlays</li>
|
||||
<li>WMS layers</li>
|
||||
<li>Layer groups</li>
|
||||
<li>Vector layers<span class="quiet">: polylines, polygons, circles, rectangles</li>
|
||||
<li>GeoJSON</li>
|
||||
<li>WMS</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>Interaction Features</h3>
|
||||
|
||||
<h4>General</h4>
|
||||
|
||||
<ul>
|
||||
<li>Drag panning with inertia</li>
|
||||
</ul>
|
||||
@ -91,10 +88,10 @@ If you have any questions, take a look at the <a href="https://github.com/Leafle
|
||||
</ul>
|
||||
|
||||
|
||||
<h4>On Mobile Browsers</h4>
|
||||
<h4>Mobile Browsers</h4>
|
||||
|
||||
<ul>
|
||||
<li>Multi-touch zoom <nobr><span class="quiet">(iOS, Android 4+, Win8)</span></nobr></li>
|
||||
<li>Pinch-zoom <nobr><span class="quiet">(iOS, Android 4+, Win8)</span></nobr></li>
|
||||
<li>Double tap zoom</li>
|
||||
</ul>
|
||||
|
||||
@ -113,9 +110,8 @@ If you have any questions, take a look at the <a href="https://github.com/Leafle
|
||||
<h3>Visual Features</h3>
|
||||
|
||||
<ul>
|
||||
<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>Smooth continuous zoom on modern mobile devices</li>
|
||||
<li>Zoom and pan animation <span class="quiet">(<nobr>for all layers</nobr>, including tile layers, markers and vector layers)</span></li>
|
||||
<li>Smooth pinch-zoom on modern mobile devices</li>
|
||||
<li>Tile and popup fade animation</li>
|
||||
<li>Very nice default design for markers, popups and other map controls</li>
|
||||
<li>Retina resolution support for tile layers and markers</li>
|
||||
@ -127,9 +123,8 @@ If you have any questions, take a look at the <a href="https://github.com/Leafle
|
||||
<ul>
|
||||
<li>Pure CSS3 popups and controls <span class="quiet">for easy restyling</span></li>
|
||||
<li>Image- and HTML-based markers</li>
|
||||
<li><span class="quiet">A simple interface for implementing</span> custom map layers</li>
|
||||
<li><span class="quiet">The same for</span> custom map controls</li>
|
||||
<li>Custom map projections <span class="quiet">(with <code>EPSG:4326</code>, <code>EPSG:3857</code> and <code>EPSG:3395</code> out of the box)</span></li>
|
||||
<li><span class="quiet">A simple interface for implementing</span> custom map layers and controls</li>
|
||||
<li>Custom map projections <span class="quiet">(with <code>EPSG:3857/4326/3395</code> out of the box)</span></li>
|
||||
<li>Powerful OOP facilities <span class="quiet">for extending existing classes</span></p>
|
||||
</ul>
|
||||
|
||||
@ -137,7 +132,7 @@ If you have any questions, take a look at the <a href="https://github.com/Leafle
|
||||
|
||||
<ul>
|
||||
<li>Hardware acceleration on iOS <span class="quiet">(and other modern browsers) makes it feel as smooth as native apps</span></li>
|
||||
<li>Utilizing CSS3 features <span class="quiet">like Transitions, Transforms, requestAnimationFrame where possible</span> to make panning and zooming really smooth</li>
|
||||
<li>Utilizing CSS3 features <span class="quiet">like Transitions, Transforms, requestAnimationFrame</span> to make panning and zooming really smooth</li>
|
||||
<li>Smart polyline/polygon rendering <span class="quiet">with dynamic clipping and simplification makes it responsive even when displaying objects with thousands of points</span></li>
|
||||
<li>Modular design and a build system<span class="quiet"> allow you to reduce the library size by leaving out features you don't need</span></li>
|
||||
<li>Tap delay elimination on mobile devices<span class="quiet"> makes controls and layers respond to taps immediately</span></li>
|
||||
@ -176,7 +171,6 @@ If you have any questions, take a look at the <a href="https://github.com/Leafle
|
||||
<li>Android browser 2.2+, 3.1+, 4+</li>
|
||||
<li>Chrome for Android 4+ and iOS</li>
|
||||
<li>Firefox for Android</li>
|
||||
<li>Other WebKit browsers <span class="quiet">(webOS, Blackberry 7+, etc.)</span></li>
|
||||
<li>IE10/11 for Win8 devices</li>
|
||||
</ul>
|
||||
|
||||
@ -184,9 +178,8 @@ If you have any questions, take a look at the <a href="https://github.com/Leafle
|
||||
<h3>Misc</h3>
|
||||
|
||||
<ul>
|
||||
<li>Extremely lightweight <span class="quiet">— around 34 KB of gzipped JS code</span></li>
|
||||
<li>Extremely lightweight <span class="quiet">— around 34 KB of gzipped JS code</span></li>
|
||||
<li>No external dependencies</li>
|
||||
<li>Keeps your JS environment clean<span class="quiet"> — no global or native prototypes pollution</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user