forked from devlint/osmLeaflet.jQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
354 lines (343 loc) · 14.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!DOCTYPE html>
<html>
<head>
<title>osmLeaflet.jQuery, plugin jQuery pour Open Street Map</title>
<meta charset="UTF-8">
<meta name="description" content="osmLeaflet.jQuery, plugin jQuery pour Open Street Map via Leaflet"/>
<link rel="stylesheet" type="text/css" href="css/kickstart.css" media="all"/>
<link rel="stylesheet" type="text/css" href="style.css" media="all"/>
<link href="http://leaflet.cloudmade.com/dist/leaflet.css" rel="stylesheet"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18447506-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
/* <![CDATA[ */
(function () {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
/* ]]> */
</script>
</head>
<body>
<a id="top-of-page"></a>
<a href="https://github.com/MathRobin/osmLeaflet.jQuery"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
<div id="wrap" class="clearfix">
<div id="map1" style="height: 216px; width: 960px;"></div>
<div class="col_12">
<h4>Qu'est-ce que osmLeaflet.jQuery ?</h4>
<p>C'est un plugin jQuery (encore en alpha) qui vient vous aider à manipuler l'API de <a href="http://leaflet.cloudmade.com/" target="_blank" alt="Leaflet - a modern, lightweight JavaScript library for interactive maps by CloudMade" title="Leaflet - a modern, lightweight JavaScript library for interactive maps by CloudMade">Leaflet</a> pour
afficher des cartes basées sur <a href="http://www.openstreetmap.org/" target="_blank" alt="OpenStreetMap" title="OpenStreetMap">Open Street Map</a>.</p>
<h4>Capacités</h4>
<div class="col_4">
<ul class="checks">
<li>Choisir le niveau de zoom initial</li>
<li>Puis jouer avec votre molette ou les boutons de zoom</li>
<li>Placer des marqueurs</li>
<li>Placer une popup</li>
<li>Et lui donner un contenu riche en HTML</li>
<li>Réagir aux évènements</li>
</ul>
</div>
<div class="col_5">
<ul class="checks">
<li>Instances multiples</li>
<li>Positionner une carte facilement</li>
<li>Licence BSD, faites ce que vous voulez</li>
<li>Sans contrainte de droits d'auteur</li>
<li>API simplifiée par rapport à <a href="http://leaflet.cloudmade.com/" target="_blank" alt="Leaflet - a modern, lightweight JavaScript library for interactive maps by CloudMade" title="Leaflet - a modern, lightweight JavaScript library for interactive maps by CloudMade">Leaflet</a></li>
<li>Repose sur Leaflet et <a href="http://www.openstreetmap.org/" target="_blank" alt="OpenStreetMap" title="OpenStreetMap">Open Street Map</a></li>
</ul>
</div>
<div class="facebook-box">
<iframe src="http://www.facebook.com/plugins/likebox.php?id=124128901045591&width=220&connections=10&stream=false&header=false&height=300" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:220px; height:300px;" allowtransparency="true"></iframe>
</div>
<h4>Démonstration</h4>
<ul class="tabs">
<li class="first current"><a href="#media-example">Exemple</a></li>
<li class=""><a href="#media-code">Code avec osmLeaflet.jQuery</a></li>
<li class=""><a href="#media-fullcode">Code avec Leaflet seul</a></li>
</ul>
<div id="media-example" class="tab-content clearfix" style="display: block; ">
<div id="mini_map" style="height: 140px; width: 800px;"></div>
</div>
<div id="media-code" class="tab-content clearfix" style="display: block; ">
<pre class="js prettyprint"><div id="mini_map" style="height: 140px; width: 800px;"></div>
// Passer un objet JSON et c'est tout. Pour créer une autre instance : changez l'id passé au sélecteur jQuery.
$("#mini_map").osmLeaflet({
zoom : 9,
latitude : 48.833,
longitude : 2.333,
popup : {
latitude : 48.859,
longitude : 2.333,
text : 'Hello !'
}
});
</pre>
</div>
<div id="media-fullcode" class="tab-content clearfix" style="display: block; ">
<pre class="js prettyprint"><div id="mini_map" style="height: 140px; width: 800px;"></div>
// Pas d'objet JSON, un peu plus verbeux mais moins lisible, non ? Pour créer une autre instance : changez le nom de variable de la carte et le sélecteur.
var map = new L.Map("mini_map"),
cloudmade = new L.TileLayer('http://{s}.tile.cloudmade.com/BC9A493B41014CAABB98F0471D759707/997/256/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: 'Map data © 2011 OpenStreetMap contributors, Imagery © 2011 CloudMade'
}),
popup = new L.Popup();
map.setView(new L.LatLng(48.833, 2.333, 9).addLayer(cloudmade);
popup.setLatLng(new L.LatLng(48.859, 2.333));
popup.setContent('Hello !');
map.openPopup(popup);
</pre>
</div>
<h4>Suivre</h4>
<a href="https://github.com/MathRobin/osmLeaflet.jQuery" alt="Github" title="Github"><span class="icon social large blue" data-icon="i" title="Github" style="display: inline-block; "></span></a>
<a href="http://www.facebook.com/PluginOsmLeafletjQuery/" alt="Facebook" title="Facebook"><span class="icon social x-large blue" data-icon="F"></span></a>
<a class="button orange small" href="http://www.mathieurobin.com/tag/osmleaflet-jquery/feed/" alt="Flux RSS" title="Flux RSS"><span class="icon social" data-icon="r" style="display: inline-block; "></span> RSS</a>
<a class="FlattrButton" style="display:none;" href="http://www.mathieurobin.com/osmLeaflet"></a>
<noscript><a href="http://flattr.com/thing/625244/osmLeaflet-jQuery-plugin-jQuery-pour-Open-Street-Map" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"/></a></noscript>
<h4>Documentation</h4>
<ul>
<li><a href="#methods_init">init (options)</a></li>
<li><a href="#methods_addmarker">addMarker (options)</a></li>
<li><a href="#methods_addpopup">addPopup (options)</a></li>
<li><a href="#methods_onclick">onClick (callback)</a></li>
</ul>
<a name="methods_init"></a><h5><i>init (options)</i></h5>
<p>Mets en place la carte. Appelée par défaut si pas de paramètres.<br/><br/>Prend les options suivantes :</p>
<table class="striped" cellspacing="0" cellpadding="0">
<thead>
<tr class="alt first last">
<th>Nom</th>
<th>Type</th>
<th>Obligatoire</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="first">
<th>latitude</th>
<td>Nombre</td>
<td>Oui</td>
<td>Latitude de la position de la carte ou de l'élément que vous souhaitez positionner.</td>
</tr>
<tr class="alt">
<th>longitude</th>
<td>Nombre</td>
<td>Oui</td>
<td>Longitude de la position de la carte ou de l'élément que vous souhaitez positionner.</td>
</tr>
<tr>
<th>markers</th>
<td>Tableau</td>
<td>Non</td>
<td>Contient la liste des marqueurs que vous souhaitez mettre en place, avec leur caractéristiques.</td>
</tr>
<tr class="alt">
<th>onClick</th>
<td>Fonction</td>
<td>Non</td>
<td>Fonction de callback à appeler au moment du clic quelque part sur la carte. Cette fonction prend en paramètre l'objet d'évènement.</td>
</tr>
<tr>
<th>popup</th>
<td>Objet</td>
<td>Non</td>
<td>Contient la description de la popup que vous souhaitez mettre en place.</td>
</tr>
<tr class="alt last">
<th>zoom</th>
<td>Nombre</td>
<td>Non</td>
<td>Niveau de zoom de la carte. Compris entre 1 et 18.</td>
</tr>
</tbody>
</table>
<br/>
<a name="methods_addmarker"></a><h5><i>addMarker (options)</i></h5>
<p>Permet de placer un ou plusieurs marqueur(s) sur la carte.<br/><br/>Prend les options suivantes (ou un tableau de ces options) :</p>
<table class="striped" cellspacing="0" cellpadding="0">
<thead>
<tr class="alt first last">
<th>Nom</th>
<th>Type</th>
<th>Obligatoire</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="first">
<th>click</th>
<td>Objet</td>
<td>Non</td>
<td>Ouvre une popup décrit en paramètre au clic sur le marqueur.</td>
</tr>
<tr class="alt">
<th>latitude</th>
<td>Nombre</td>
<td>Oui</td>
<td>Latitude de la position de la carte ou de l'élément que vous souhaitez positionner.</td>
</tr>
<tr class="last">
<th>longitude</th>
<td>Nombre</td>
<td>Oui</td>
<td>Longitude de la position de la carte ou de l'élément que vous souhaitez positionner.</td>
</tr>
</tbody>
</table>
<br/>
<a name="methods_addpopup"></a><h5><i>addPopup (options)</i></h5>
<p>Permet de placer une infobulle sur la carte. L'API de Leaflet n'autorise pas l'affichage de plus d'une popup à la fois par carte.<br/><br/>Prend les options suivantes :</p>
<table class="striped" cellspacing="0" cellpadding="0">
<thead>
<tr class="alt first last">
<th>Nom</th>
<th>Type</th>
<th>Obligatoire</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="first">
<th>content</th>
<td>Chaîne</td>
<td>Non</td>
<td>Contenu textuel de l'élément que vous souhaitez positionner.</td>
</tr>
<tr class="alt">
<th>latitude</th>
<td>Nombre</td>
<td>Oui</td>
<td>Latitude de la position de la carte ou de l'élément que vous souhaitez positionner.</td>
</tr>
<tr>
<th>longitude</th>
<td>Nombre</td>
<td>Oui</td>
<td>Longitude de la position de la carte ou de l'élément que vous souhaitez positionner.</td>
</tr>
<tr class="alt">
<th>autopan</th>
<td>Booléen</td>
<td>Non</td>
<td>Par défaut à <i>true</i>. Permet de désactiver l'effet pan si vous le souhaiter quand la carte s'adapte à la position de la popup.</td>
</tr>
</tbody>
</table>
<br/>
<a name="methods_onclick"></a><h5><i>onClick (callback)</i></h5>
<p>Appelle la fonction de callback passée en paramètre sur clic dans n'importe quelle région de la carte. Peut aussi prendre un objet de type <a href="http://www.jquery.com/Deferred" target="_blank" alt="jQuery - Deferred" title="jQuery - Deferred">Deferred</a>.<br/><br/>Prend le paramètre suivant :</p>
<table class="striped" cellspacing="0" cellpadding="0">
<thead>
<tr class="alt first last">
<th>Nom</th>
<th>Type</th>
<th>Obligatoire</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="first">
<th>callback <a href="#tips_onclick" alt="Voir plus bas" title="Voir plus bas">*</a></th>
<td>Fonction</td>
<td>Oui</td>
<td>Fonction de callback appelée sur clic sur la carte.</td>
</tr>
<tr class="alt last">
<th>callback <a href="#tips_onclick" alt="Voir plus bas" title="Voir plus bas">*</a></th>
<td>Deferred</td>
<td>Oui</td>
<td>Objet de callback qui passera à l'état résolu sur clic sur la carte. Implique de n'être exécuté qu'une seule fois. Pour les spécificités liées à l'objet <a href="http://www.jquery.com/Deferred" target="_blank" alt="jQuery - Deferred" title="jQuery - Deferred">Deferred</a>, se référer à la documentation officielle.</td>
</tr>
</tbody>
</table>
<a name="tips_onclick"></a>
<small>* L'un ou l'autre, au choix</small>
</div>
<div id="map2" style="height: 216px; width: 960px;"></div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="js/prettify.js"></script>
<script type="text/javascript" src="js/kickstart.js"></script>
<script src="http://leaflet.cloudmade.com/dist/leaflet.js"></script>
<script type="text/javascript" src="osmLeaflet.jquery.js"></script>
<script>
$(document).ready(function () {
var $map1 = $("#map1"),
$mini_map = $("#mini_map"),
$map2 = $("#map2");
// Map d'entete
$map1.osmLeaflet({
zoom : 10,
latitude : 51.50,
longitude : -0.09
});
$map1.osmLeaflet('addMarker', {
latitude : 51.50,
longitude : -0.09
});
$map1.osmLeaflet('addPopup', {
latitude : 51.51,
longitude : -0.13,
content : '<b>Hey !</b> Bienvenue sur le site de <a href="http://www.mathieurobin.com/osmLeaflet/" target="_blank">osmLeaflet.jQuery</a>'
});
$map1.osmLeaflet('addMarker', [
{
latitude : 49.50,
longitude : -0.09
},
{
latitude : 49.40,
longitude : -0.09,
click : 'Marker 2 sur 3'
},
{
latitude : 49.30,
longitude : -0.09
}
]);
// Map de démo centrale
$mini_map.osmLeaflet({
zoom : 9,
latitude : 48.833,
longitude : 2.333
});
$mini_map.osmLeaflet('addPopup', {
latitude : 48.859,
longitude : 2.333,
content : 'Hello !'
});
// Map du footer
$map2.osmLeaflet({
zoom : 2,
latitude : 21.50,
longitude : 22.5
});
$map2.osmLeaflet('addPopup', {
latitude : 21.51,
longitude : 22.54,
content : 'Bonne journée !'
});
});
</script>
</body>
</html>