[Commits] r2101 - sandbox/cmoullet/publicapi

commits at geoext.org commits at geoext.org
Tue Apr 20 19:25:46 CEST 2010


Author: cmoullet
Date: 2010-04-20 19:25:46 +0200 (Tue, 20 Apr 2010)
New Revision: 2101

Modified:
   sandbox/cmoullet/publicapi/index.html
Log:
Add documentation

Modified: sandbox/cmoullet/publicapi/index.html
===================================================================
--- sandbox/cmoullet/publicapi/index.html	2010-04-20 13:29:47 UTC (rev 2100)
+++ sandbox/cmoullet/publicapi/index.html	2010-04-20 17:25:46 UTC (rev 2101)
@@ -18,20 +18,27 @@
 
 <h2>Affichage d'une carte</h2>
 
-<li><a href="map_google.html">Google Maps</a></li>
-<li><a href="map_yahoo.html">Yahoo Maps</a></li>
-<li><a href="map_bing.html">Bing Maps</a></li>
-<li><a href="map_map24.html">Map24</a></li>
-<li><a href="map_ign.html">IGN</a></li>
+<li><a href="map_google.html" target="new">Google Maps</a></li>
+<li><a href="map_yahoo.html" target="new">Yahoo Maps</a></li>
+<li><a href="map_bing.html" target="new">Bing Maps</a></li>
+<li><a href="map_map24.html" target="new">Map24</a></li>
+<li><a href="map_ign.html" target="new">IGN</a></li>
 
 <h2>Géocodage</h2>
 
-<li><a href="map_google_geocoding.html">Google Maps</a></li>
-<li><a href="map_yahoo_geocoding.html">Yahoo Maps</a></li>
-<li><a href="map_bing_geocoding.html">Bing Maps</a></li>
-<li><a href="map_map24_geocoding.html">Map24</a></li>
-<li>IGN: pas directement intégré à l'API, mais propose un service <a href="https://api.ign.fr/geoportail/presentation.do?presentationSubjectId=4">"données IGN"</a></li>
+<li><a href="map_google_geocoding.html" target="new">Google Maps</a></li>
+<li><a href="map_yahoo_geocoding.html" target="new">Yahoo Maps</a></li>
+<li><a href="map_bing_geocoding.html" target="new">Bing Maps</a></li>
+<li><a href="map_map24_geocoding.html" target="new">Map24</a></li>
+<li>IGN: pas directement intégré à l'API, mais propose un service <a href="https://api.ign.fr/geoportail/presentation.do?presentationSubjectId=4" target="new">"données IGN"</a></li>
 
+<h2>Documentation</h2>
+<li><a href="http://code.google.com/apis/maps/documentation/v3/basics.html" target="new">Google Maps API documentation</a></li>
+<li><a href="http://developer.yahoo.com/maps/" target="new">Yahoo Maps API documentation</a></li>
+<li><a href="http://msdn.microsoft.com/en-us/library/dd877180(v=MSDN.10).aspx" target="new">Bing Maps API documentation</a></li>
+<li><a href="http://www.nn4d.com/site/global/build/apis_overview/p_overview.jsp" target="new">Map24 API documentation</a></li>
+<li><a href="http://api.ign.fr/geoportail/api/doc/index.html" target="new">IGN API documentation</a></li>
+
 </body>
 
 </html>



More information about the Commits mailing list