[gnomeweb-wml] Update feature page to match 0.4 features



commit a5d52b68854b86dcb52a692e0841a125136d1110
Author: Pierre-Luc Beaudoin <pierre-luc beaudoin novopia com>
Date:   Mon Sep 14 18:09:07 2009 -0400

    Update feature page to match 0.4 features

 projects.gnome.org/libchamplain/features.html |   31 +++++++++++++++++--------
 1 files changed, 21 insertions(+), 10 deletions(-)
---
diff --git a/projects.gnome.org/libchamplain/features.html b/projects.gnome.org/libchamplain/features.html
index cdf3e45..9a97b13 100644
--- a/projects.gnome.org/libchamplain/features.html
+++ b/projects.gnome.org/libchamplain/features.html
@@ -50,7 +50,7 @@
           <h2>libchamplain</h2>
           <p>
           libchamplain is a map widget for your applications.  By default, it
-          supports 3 open map sources.  You can build your own or add support
+          supports many open map sources.  You can build your own or add support
           for other sources, if their licenses allow you to!
           </p>
           <div class="imager">
@@ -59,8 +59,8 @@
             </a>
           </div>
           <div class="imager">
-            <a title="OpenAerialMap" rel="shadowbox[tour]" href="data/screenshots/map-source-oam.png">
-              <img src="data/screenshots/map-source-oam_t.png" alt="icon" />
+            <a title="Ã?penvkarte" rel="shadowbox[tour]" href="data/screenshots/map-source-oam.png">
+              <img src="data/screenshots/map-source-ovp_t.png" alt="icon" />
             </a>
           </div>
           <div class="imager">
@@ -105,10 +105,11 @@
            in an elastic way (à la iPhone).</li>
             <li>Tiles are loaded from cache and if needed loaded from network.  When
             the latter happens, they fade in on the map.</li>
+            <li>Optional smooth transition from a point to another</li>
+            <li>Optional falling-down-from-sky animation in and fade-out-to-sky animation out for markers.</li>
           </ul>
           <p>
-          In the next major release (0.4), more animations are planned: zoom in/out, on recentering of
-         the map...
+          In the next major release (0.6), more animations are planned such as zoom in/out.
           </p>
         </div>
 
@@ -154,10 +155,15 @@
           Starting with 0.4, the following bindings will be available (in addition to the native C api):
           </p>
           <ul>
-            <li>Managed (C#, mono, .net)</li>
             <li>Python</li>
+          </ul>
+          Soon more bindings will be available:
+          <ul>
             <li>Perl</li>
+            <li>Managed (C#, mono, .net)</li>
+            <li>Any other language that supports GObject introspection</li>
           </ul>
+
           <p>
           You can then write your application in the language that suits you the best.
           </p>
@@ -165,18 +171,23 @@
         </div>
 
         <div class="tour-item">
-          <h2>The Future is Soon</h2>
+          <h2>The Future is Now</h2>
           <p>
           Of course this list is incomplete, here is what you should be able
-         to do in next releases:
+         to do:
           </p>
           <ul>
             <li>Draw routes and shapes to highlight a territory</li>
-            <li>Add information bubbles to markers, that would open when you
-           click them (à la Google Maps)</li>
             <li>Implement your own map source, directly into your applications</li>
             <li>Display a loading notification to your users when tiles are
             being loaded</li>
+            <li>Limit the visible zoom levels: if your applications only matters country wide markers,
+           why let them wander in the streets?</li>
+          </ul>
+          There are also plans for new features:
+          <ul>
+            <li>Add information bubbles to markers, that would open when you
+           click them (à la Google Maps)</li>
             <li>Limit the visible area: if your applications only matters for
            Paris users, why let them wander in Berlin?</li>
           </ul>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]