integration/v2/23-collection_geographique.html
changeset 155 551ae48cdf0b
parent 146 6691086f43fd
child 162 c8f2f2d54bbf
--- a/integration/v2/23-collection_geographique.html	Wed Jun 26 10:53:31 2013 +0200
+++ b/integration/v2/23-collection_geographique.html	Wed Jun 26 11:24:48 2013 +0200
@@ -7,11 +7,12 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta name="description" content="eGonomy">
-    <title>eGonomy : Collectionner (non connecté)</title>
+    <title>eGonomy : Collection géographique</title>
     
     <link rel="stylesheet" href="css/reset.css">
     <link rel="stylesheet" href="css/fonts.css">
     <link rel="stylesheet" href="css/style.css">
+    <link rel="stylesheet" href="lib/leaflet/leaflet.css" />
     <script src="js/vendor/modernizr-2.6.2.min.js"></script>
 </head>
 <body>
@@ -83,7 +84,7 @@
                     <li><a class="open-popin" href="#collection-parameters">paramètres de la collection</a></li>
                 </ul>
             </div>
-            
+            <div style="width:100%; height:400px;" id="map"></div>
         </section>
         <footer class="clearfix">
             <h6>EGONOMY est un projet de l’IRI et de la réunion des Musées Nationaux</h6>
@@ -94,6 +95,7 @@
     <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
     <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
     <script src="js/masonry.min.js"></script>
+    <script src="lib/leaflet/leaflet.js"></script>
     <script src="js/main.js"></script>
 </body>
 </html>