This repository was archived by the owner on Oct 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
385 lines (283 loc) · 19.9 KB
/
Copy pathindex2.html
File metadata and controls
385 lines (283 loc) · 19.9 KB
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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mappy Labs</title>
<meta charset="utf-8" />
<link href="https://techblog.mappy.com/feeds/rss.xml" type="application/atom+xml" rel="alternate" title="Mappy Labs Full Atom Feed" />
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="./theme/gumby.css" />
<link rel="stylesheet" type="text/css" href="./theme/style.css" />
<link rel="stylesheet" type="text/css" href="./theme/pygment.css" />
<link rel="icon" type="image/png" href="images/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32">
</head>
<body id="index" class="home">
<div class="container">
<header id="banner" class="body">
<h1><a href="/"><img src="/images/logo.png" /> Labs</a></h1>
<div id="navigation" class="navbar row">
<a href="#" gumby-trigger="#navigation > ul" class="toggle"><i class="icon-menu"></i></a>
</div>
</header><!-- /#banner -->
<div class="row">
<section id="content">
<div class="row">
<div class="ten columns">
<ol id="post-list">
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="./vues-360-en-webgl.html" rel="bookmark" title="Permalink to Vues 360 en WebGL">Vues 360 en WebGL</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2015-11-05T00:00:00+01:00"> Thu 05 November 2015 </abbr>
<address class="vcard author">
By <a class="url fn" href="./author/gregory-paul.html">Grégory Paul</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content"> <p>Cet article présente la migration des vues 360 depuis Flash vers WebGL</p> <a href="./vues-360-en-webgl.html" rel="bookmark" title="Permalink to Vues 360 en WebGL">Read more</i></a> </div><!-- /.entry-content -->
<div class="row tag-row">
<span>Tagged as : </span>
<a class="danger label" href="./tag/francais.html">français</a>
<a class="danger label" href="./tag/javascript.html">javascript</a>
<a class="danger label" href="./tag/webgl.html">webgl</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="./mappy-responsive.html" rel="bookmark" title="Permalink to Mappy.com dorénavant responsive !">Mappy.com dorénavant responsive !</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2015-07-09T00:00:00+02:00"> Thu 09 July 2015 </abbr>
<address class="vcard author">
By <a class="url fn" href="./author/gregory-paul.html">Grégory Paul</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content"> <p>Explications du remplacement du site Mappy et du site mobile par un unique site responsive.</p> <a href="./mappy-responsive.html" rel="bookmark" title="Permalink to Mappy.com dorénavant responsive !">Read more</i></a> </div><!-- /.entry-content -->
<div class="row tag-row">
<span>Tagged as : </span>
<a class="danger label" href="./tag/francais.html">français</a>
<a class="danger label" href="./tag/javascript.html">javascript</a>
<a class="danger label" href="./tag/responsive.html">responsive</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="./Meet Up Enterprise Search Paris.html" rel="bookmark" title="Permalink to Meet Up Enterprise Search Paris">Meet Up Enterprise Search Paris</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2015-04-08T00:00:00+02:00"> Wed 08 April 2015 </abbr>
<address class="vcard author">
By <a class="url fn" href="./author/jerome-bernardes.html">Jérôme Bernardes</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content"> <p>Découvrez la présentation effectué par Mappy lors du dernier Meet Up Enterprise Search Paris</p> <a href="./Meet Up Enterprise Search Paris.html" rel="bookmark" title="Permalink to Meet Up Enterprise Search Paris">Read more</i></a> </div><!-- /.entry-content -->
<div class="row tag-row">
<span>Tagged as : </span>
<a class="danger label" href="./tag/francais.html">français</a>
<a class="danger label" href="./tag/solr.html">solr</a>
<a class="danger label" href="./tag/opensource.html">opensource</a>
<a class="danger label" href="./tag/meetup.html">meetup</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="./javascript-de-Q-aux-promesses-natives.html" rel="bookmark" title="Permalink to JavaScript : de Q aux promesses natives">JavaScript : de Q aux promesses natives</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2015-04-08T00:00:00+02:00"> Wed 08 April 2015 </abbr>
<address class="vcard author">
By <a class="url fn" href="./author/gregory-paul.html">Grégory Paul</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content"> <p>Cet article présente pourquoi le site Mappy a d’abord utilisé la librairie <a href="https://github.com/kriskowal/q">Q</a> avant de migrer vers des promesses natives.</p> <a href="./javascript-de-Q-aux-promesses-natives.html" rel="bookmark" title="Permalink to JavaScript : de Q aux promesses natives">Read more</i></a> </div><!-- /.entry-content -->
<div class="row tag-row">
<span>Tagged as : </span>
<a class="danger label" href="./tag/francais.html">français</a>
<a class="danger label" href="./tag/javascript.html">javascript</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="./leaflet-active-area.html" rel="bookmark" title="Permalink to Un plugin Leaflet pour le site Mappy (Leaflet-active-area)">Un plugin Leaflet pour le site Mappy (Leaflet-active-area)</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2015-02-16T00:00:00+01:00"> Mon 16 February 2015 </abbr>
<address class="vcard author">
By <a class="url fn" href="./author/gregory-paul.html">Grégory Paul</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content"> <p>Ce plugin leaflet permet de définir une zone utile où seront placés marqueurs et tracés n’occupant qu’une partie de la carte.</p> <a href="./leaflet-active-area.html" rel="bookmark" title="Permalink to Un plugin Leaflet pour le site Mappy (Leaflet-active-area)">Read more</i></a> </div><!-- /.entry-content -->
<div class="row tag-row">
<span>Tagged as : </span>
<a class="danger label" href="./tag/francais.html">français</a>
<a class="danger label" href="./tag/leaflet.html">leaflet</a>
<a class="danger label" href="./tag/opensource.html">opensource</a>
<a class="danger label" href="./tag/javascript.html">javascript</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="./mappy-com-migre-vers-leaflet.html" rel="bookmark" title="Permalink to mappy.com migre vers Leaflet">mappy.com migre vers Leaflet</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2015-02-04T00:00:00+01:00"> Wed 04 February 2015 </abbr>
<address class="vcard author">
By <a class="url fn" href="./author/gregory-paul.html">Grégory Paul</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content"> <p>mappy.com utilise dorénavant l’API OpenSource Leaflet plutôt que son API cartographique “maison”.</p> <a href="./mappy-com-migre-vers-leaflet.html" rel="bookmark" title="Permalink to mappy.com migre vers Leaflet">Read more</i></a> </div><!-- /.entry-content -->
<div class="row tag-row">
<span>Tagged as : </span>
<a class="danger label" href="./tag/francais.html">français</a>
<a class="danger label" href="./tag/leaflet.html">leaflet</a>
<a class="danger label" href="./tag/opensource.html">opensource</a>
<a class="danger label" href="./tag/javascript.html">javascript</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="./PyLR, an OpenLR decoder in python.html" rel="bookmark" title="Permalink to PyLR, an OpenLR decoder in python">PyLR, an OpenLR decoder in python</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2014-12-04T00:00:00+01:00"> Thu 04 December 2014 </abbr>
<address class="vcard author">
By <a class="url fn" href="./author/audrey-malherbe.html">Audrey Malherbe</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content"> <p>An Open source python implementation of OpenLR specification.</p> <a href="./PyLR, an OpenLR decoder in python.html" rel="bookmark" title="Permalink to PyLR, an OpenLR decoder in python">Read more</i></a> </div><!-- /.entry-content -->
<div class="row tag-row">
<span>Tagged as : </span>
<a class="danger label" href="./tag/english.html">english</a>
<a class="danger label" href="./tag/openlr.html">openlr</a>
<a class="danger label" href="./tag/python.html">python</a>
<a class="danger label" href="./tag/opensource.html">opensource</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="./Android StreetView-like 360 panorama.html" rel="bookmark" title="Permalink to Android StreetView-like 360 panorama with OpenGl">Android StreetView-like 360 panorama with OpenGl</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2014-08-04T00:00:00+02:00"> Mon 04 August 2014 </abbr>
<address class="vcard author">
By <a class="url fn" href="./author/jonathan-baby.html">Jonathan Baby</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content"> <p>Display StreetView-like panoramas on Android devices, with interactive arrows to move from a view to the next, based on 360 photos with cubic projection.</p> <a href="./Android StreetView-like 360 panorama.html" rel="bookmark" title="Permalink to Android StreetView-like 360 panorama with OpenGl">Read more</i></a> </div><!-- /.entry-content -->
<div class="row tag-row">
<span>Tagged as : </span>
<a class="danger label" href="./tag/english.html">english</a>
<a class="danger label" href="./tag/android.html">android</a>
<a class="danger label" href="./tag/panorama.html">panorama</a>
<a class="danger label" href="./tag/opengl.html">opengl</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="./Super flexible GeoAutoComplete with Solr.html" rel="bookmark" title="Permalink to Super flexible GeoAutoComplete with Solr">Super flexible GeoAutoComplete with Solr</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2014-02-25T00:00:00+01:00"> Tue 25 February 2014 </abbr>
<address class="vcard author">
By <a class="url fn" href="./author/jerome-bernardes.html">Jérôme Bernardes</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content"> <p>How to build an autocompletion service with geographical context using solr</p> <a href="./Super flexible GeoAutoComplete with Solr.html" rel="bookmark" title="Permalink to Super flexible GeoAutoComplete with Solr">Read more</i></a> </div><!-- /.entry-content -->
<div class="row tag-row">
<span>Tagged as : </span>
<a class="danger label" href="./tag/english.html">english</a>
<a class="danger label" href="./tag/solr.html">solr</a>
<a class="danger label" href="./tag/gis.html">GIS</a>
<a class="danger label" href="./tag/opensource.html">opensource</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="./Mappy et Oslandia vers l'OpenSource.html" rel="bookmark" title="Permalink to Mappy et Oslandia vers l'OpenSource">Mappy et Oslandia vers l'OpenSource</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2014-02-11T00:00:00+01:00"> Tue 11 February 2014 </abbr>
<address class="vcard author">
By <a class="url fn" href="./author/audrey-malherbe.html">Audrey Malherbe</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content"> <p>Depuis plus de deux ans, Oslandia accompagne Mappy dans sa transition vers l’OpenSource. La première étape est symbolisée par le projet de migration des bases de données Oracle du backoffice cartographique vers PostGIS.</p> <a href="./Mappy et Oslandia vers l'OpenSource.html" rel="bookmark" title="Permalink to Mappy et Oslandia vers l'OpenSource">Read more</i></a> </div><!-- /.entry-content -->
<div class="row tag-row">
<span>Tagged as : </span>
<a class="danger label" href="./tag/francais.html">français</a>
<a class="danger label" href="./tag/mapnik.html">mapnik</a>
<a class="danger label" href="./tag/postgis.html">postGIS</a>
<a class="danger label" href="./tag/opensource.html">opensource</a>
</div>
</article></li>
</ol><!-- /#posts-list -->
</div><!-- /.eleven.columns -->
<div class="four columns" id="sidebar">
<h4>Pages</h4>
<ul>
</ul>
<h4>Categories</h4>
<ul>
<li><a href="./category/agile.html">Agile</a></li>
<li><a href="./category/android.html">Android</a></li>
<li><a href="./category/gis.html">GIS</a></li>
<li><a href="./category/mapping.html">Mapping</a></li>
<li><a href="./category/solr.html">Solr</a></li>
<li><a href="./category/web.html">Web</a></li>
</ul>
<h4>Tags</h4>
<ul>
<li class="tag-4"><a href="./tag/panorama.html">panorama</a></li>
<li class="tag-4"><a href="./tag/responsive.html">responsive</a></li>
<li class="tag-4"><a href="./tag/osm.html">osm</a></li>
<li class="tag-1"><a href="./tag/javascript.html">javascript</a></li>
<li class="tag-4"><a href="./tag/retrospective.html">rétrospective</a></li>
<li class="tag-4"><a href="./tag/gis.html">GIS</a></li>
<li class="tag-4"><a href="./tag/sotm.html">sotm</a></li>
<li class="tag-4"><a href="./tag/android.html">android</a></li>
<li class="tag-4"><a href="./tag/agilite.html">agilité</a></li>
<li class="tag-4"><a href="./tag/webgl.html">webgl</a></li>
<li class="tag-4"><a href="./tag/openlr.html">openlr</a></li>
<li class="tag-3"><a href="./tag/postgis.html">postGIS</a></li>
<li class="tag-3"><a href="./tag/mapnik.html">mapnik</a></li>
<li class="tag-4"><a href="./tag/abtest.html">abtest</a></li>
<li class="tag-3"><a href="./tag/leaflet.html">leaflet</a></li>
<li class="tag-4"><a href="./tag/python.html">python</a></li>
<li class="tag-3"><a href="./tag/backbone.html">backbone</a></li>
<li class="tag-1"><a href="./tag/opensource.html">opensource</a></li>
<li class="tag-1"><a href="./tag/francais.html">français</a></li>
<li class="tag-4"><a href="./tag/watch.html">watch</a></li>
<li class="tag-4"><a href="./tag/meetup.html">meetup</a></li>
<li class="tag-4"><a href="./tag/browserify.html">browserify</a></li>
<li class="tag-4"><a href="./tag/opengl.html">opengl</a></li>
<li class="tag-4"><a href="./tag/docker.html">docker</a></li>
<li class="tag-3"><a href="./tag/solr.html">solr</a></li>
<li class="tag-2"><a href="./tag/nodejs.html">node.js</a></li>
<li class="tag-2"><a href="./tag/webperfs.html">webperfs</a></li>
<li class="tag-2"><a href="./tag/english.html">english</a></li>
<li class="tag-4"><a href="./tag/livereload.html">livereload</a></li>
</ul>
<nav class="widget">
<h4>Links</h4>
<ul>
<li><a href="https://www.mappy.com/">Mappy</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mappy.app">Appli Android</a></li>
<li><a href="https://itunes.apple.com/fr/app/mappy-itineraire-et-recherche/id313834655?mt=8">Appli iOS</a></li>
<li><a href="http://corporate.mappy.com">Blog Mappy</a></li>
<li><a href="http://corporate.mappy.com/faq/integrez-mappy/">API Mappy</a></li>
</ul>
</nav>
</div> </div><!-- /.row -->
<p class="paginator">
<a href="./index.html"><i class="icon-arrow-left"></i></a>
Page 2 / 3
<a href="./index3.html"><i class="icon-arrow-right"></i></a>
</p>
</section><!-- /#content -->
</div><!-- /.row -->
</div><!-- /.container -->
<div class="container.nopad bg">
<footer id="credits" class="row">
<div class="seven columns left-center">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
<br />
Based on the <a target="_blank" href="http://gumbyframework.com">Gumby Framework</a>
</address>
</div>
<div class="seven columns">
<div class="row">
<ul class="socbtns">
<li><div class="btn primary"><a href="https://github.com/Mappy" target="_blank">Github</a></div></li>
<li><div class="btn twitter"><a href="https://twitter.com/Mappy" target="_blank">Twitter</a></div></li>
<li><div class="btn facebook"><a href="https://www.facebook.com/MappyOnline" target="_blank">Facebook</a></div></li>
</ul>
</div>
</div>
</footer>
</div>
</body>
</html>