updated examples

This commit is contained in:
Vincent Broute
2013-07-15 22:55:28 +02:00
parent b1ef99b3e4
commit 5c9cfaac8a
2 changed files with 2515 additions and 1756 deletions

View File

@@ -55,37 +55,63 @@
<h2>Minimal example (France)</h2>
<div class="maparea1">
<span>Alternative content</span>
<div class="map">
<span>Alternative content for the map</span>
</div>
</div>
<h2>Map with some plotted cities and area labels (France)</h2>
<div class="maparea2">
<span>Alternative content</span>
<div class="map">
<span>Alternative content for the map</span>
</div>
</div>
<h2>Map with some overloaded parameters and 'onclick' callback on areas (France)</h2>
<div class="maparea3">
<span>Alternative content</span>
<div class="map">
<span>Alternative content for the map</span>
</div>
</div>
<h2>Population of France by department with a legend</h2>
<div class="maparea4">
<span>Alternative content</span>
<div class="map">
<span>Alternative content for the map</span>
</div>
<div class="areaLegend">
<span>Alternative content for the legend</span>
</div>
</div>
<h2>Population of the 1000 more populated french cities with a legend</h2>
<div class="maparea5">
<span>Alternative content</span>
<div class="map">
<span>Alternative content for the map</span>
</div>
<div class="cityFrance">
<span>Alternative content for the legend</span>
</div>
</div>
<h2>Map of the world with the population by country</h2>
<div class="maparea6">
<span>Alternative content</span>
<div class="map">
<span>Alternative content for the map</span>
</div>
<div class="areaLegend">
<span>Alternative content for the legend</span>
</div>
<div class="plotLegend">
<span>Alternative content for the legend</span>
</div>
</div>
<h2>Map of USA with some plotted cities</h2>
<div class="maparea7">
<span>Alternative content</span>
<div class="map">
<span>Alternative content for the map</span>
</div>
</div>
</div>

View File

File diff suppressed because it is too large Load Diff