-
Notifications
You must be signed in to change notification settings - Fork 2
/
index-fr-osm.html
404 lines (388 loc) · 19.5 KB
/
index-fr-osm.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
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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta name="author" content="Thomas Muguet" />
<meta name="robots" content="index,follow" />
<title>map2gpx par tmuguet (version OSM)</title>
<link rel="icon" type="image/png" sizes="72x72" href="ico/logo-medium-72.png" />
<link rel="apple-touch-icon" sizes="57x57" href="ico/logo-medium-57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="ico/logo-medium-72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="ico/logo-114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="ico/logo-144.png" />
<link rel="alternate" hreflang="fr" href="https://map2gpx.fr/index.html" />
<link rel="alternate" hreflang="en" href="https://map2gpx.eu/index.html" />
<link rel="alternate" hreflang="x-default" href="https://map2gpx.eu/index.html" />
<meta property="og:title" content="map2gpx" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://map2gpx.fr/screenshot.png" />
<meta property="og:url" content="https://map2gpx.fr/osm.html" />
<link rel="stylesheet" href="node_modules/jquery-ui-dist/jquery-ui.min.css" />
<link rel="stylesheet" href="node_modules/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="node_modules/leaflet-control-topcenter/dist/leaflet-control-topcenter.css" />
<link rel="stylesheet" href="node_modules/leaflet-minimap/dist/Control.MiniMap.min.css" />
<link rel="stylesheet" href="node_modules/leaflet-easybutton/src/easy-button.css" />
<link rel="stylesheet" href="node_modules/leaflet.awesome-markers/dist/leaflet.awesome-markers.css" />
<link rel="stylesheet" href="node_modules/leaflet-routing-machine/dist/leaflet-routing-machine.css" />
<link rel="stylesheet" href="node_modules/geoportal-extensions-leaflet/dist/GpPluginLeaflet.css" />
<link rel="stylesheet" href="node_modules/leaflet-control-geocoder/dist/Control.Geocoder.css" />
<link rel="stylesheet" href="node_modules/shepherd.js/dist/css/shepherd-theme-square.css" />
<link rel="stylesheet" href="dist/map2gpx.min.css" />
<link rel="stylesheet" href="dist-www/css/map2gpx.min.css" />
<script src="https://use.fontawesome.com/769d9e20e5.js"></script>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/jquery-ui-dist/jquery-ui.min.js"></script>
<script src="node_modules/leaflet/dist/leaflet.js"></script>
<script src="node_modules/leaflet-control-topcenter/dist/leaflet-control-topcenter.js"></script>
<script src="node_modules/leaflet-minimap/dist/Control.MiniMap.min.js"></script>
<script src="node_modules/leaflet-easybutton/src/easy-button.js"></script>
<script src="node_modules/leaflet.awesome-markers/dist/leaflet.awesome-markers.min.js"></script>
<script src="node_modules/leaflet-routing-machine/dist/leaflet-routing-machine.min.js"></script>
<script data-url="autoconf.json" src="node_modules/geoportal-extensions-leaflet/dist/GpPluginLeaflet.js"></script>
<script src="node_modules/@tmcw/togeojson/dist/togeojson.umd.js"></script>
<script src="node_modules/@mapbox/corslite/corslite.js"></script>
<script src="node_modules/promise-queue/lib/index.js"></script>
<script src="node_modules/leaflet-filelayer/src/leaflet.filelayer.js"></script>
<script src="node_modules/lrm-ign-geoservices/dist/lrm-ign-geoservices.min.js"></script>
<script src="node_modules/lrm-straightline/dist/lrm-straightline.min.js"></script>
<script src="node_modules/leaflet-trackdrawer/dist/leaflet.trackdrawer.umd.min.js"></script>
<script src="node_modules/leaflet-trackstats/dist/leaflet.trackstats.umd.min.js"></script>
<script src="node_modules/chart.js/dist/Chart.min.js"></script>
<script src="node_modules/chartjs-plugin-annotation/chartjs-plugin-annotation.min.js"></script>
<script src="node_modules/file-saver/dist/FileSaver.min.js"></script>
<script src="node_modules/togpx/togpx.js"></script>
<script src="node_modules/tokml/tokml.js"></script>
<script src="node_modules/leaflet-control-geocoder/dist/Control.Geocoder.js"></script>
<script src="node_modules/tippy.js/dist/tippy.min.js"></script>
<script src="node_modules/shepherd.js/dist/js/shepherd.min.js"></script>
<script src="dist/map2gpx.min.js"></script>
</head>
<body>
<div style="display: none">
<div id="help-welcome">
<p>
<img src="map2gpx.png" alt="map2gpx" style="float: right" /> <strong>map2gpx</strong> vous laisse tracer des
itinéraires (pour la randonnée par exemple) et les exporter aux formats GPX, KML ou GeoJSON. Il vous est aussi
possible d'importer vos propres fichiers pour afficher leurs données.<br />
Utilisant les données issues de
<a href="https://www.geoportail.gouv.fr/" target="_blank" rel="noopener noreferrer">Géoportail</a>, cet outil
ne fonctionne que sur le territoire français. Pour une version internationale, veuillez utiliser
<a href="https://map2gpx.eu/">map2gpx.eu</a>.
</p>
<hr />
<p>
Pour rapporter un problème ou proposer des améliorations, n'hésitez pas à ouvrir un ticket sur le projet
<a href="https://github.com/tmuguet/map2gpx" target="_blank" rel="noopener noreferrer">GitHub</a>.
</p>
</div>
<div id="help-layers">
<p>
Plusieurs couches sont disponibles, fournies par différents services.<br />
Si vous préférez utiliser les fonds de cartes IGN, vous pouvez <a href="index.html">cliquer ici</a>.
</p>
</div>
<div id="help-search">
<p>Vous pouvez rechercher un lieu ou une adresse, pour y centrer la carte.</p>
</div>
<div id="help-autotrace">
<p>
Pour démarrer une trace, cliquez sur ce bouton <i class="fa fa-plus"></i>, puis cliquez sur la carte pour
ajouter un marqueur.<br />
Cliquez à nouveau pour rajouter de nouveaux marqueurs aux points de passage; le tracé sera automatiquement
calculé en fonction des chemins répertoriés.
</p>
<p>
<strong>Attention:</strong> en mode tracé, vous devez utilisez le bouton
<span class="leaflet-control-zoom-in">+</span> pour zoomer.
</p>
</div>
<div id="help-straighttrace">
<p>
Par défaut, le tracé se fait en mode <em>automatique</em> (<i class="fa fa-map-o"></i>).<br />
Le tracé peut ne pas fonctionner dans certains cas; vous pouvez activer le mode de tracé en
<em>ligne droite</em> <i class="fa fa-compass"></i> pour tracer des lignes droites entre les marqueurs au lieu
du tracé <em>automatique</em> <i class="fa fa-map-o"></i>.
</p>
</div>
<div id="help-data">
<p>
Le graphe vous affiche par défaut l'altitude et la pente sur la totalité de l'itinéraire. La pente de
l'itinéraire est une estimation de la pente sur le sentier (i.e. la pente que vous avez à monter/descendre).
Cette donnée, calculée par ce site, n'est fournie qu'à titre indicatif.
</p>
<p>
En cliquant sur "<span style="white-space: nowrap">Pente du terrain</span>" dans la légende, vous
pouvez aussi afficher la pente du terrain sur lequel passe l'itinéraire, telle qu'affichée par la couche
"<span style="white-space: nowrap">Carte des pentes</span>".<br />
Une valeur de <em>45</em> indique une pente supérieure à 45°. <em>40</em> indique une pente entre 40° et 45°,
etc. Une valeur de <em>0</em> indique une pente inférieure à 30°.
</p>
</div>
<div id="help-closeloop">
<p>
Lorsque vous avez au moins 2 marqueurs, vous pouvez fermer la boucle de l'itinéraire via le bouton
<i class="fa fa-magic"></i>.
</p>
</div>
<div id="help-export">
<p>
Une fois terminé, vous pouvez exporter l'itinéraire via le bouton <i class="fa fa-cloud-download"></i>.<br />
Vous pouvez exporter aux formats GPX, KML (Google Earth) ou GeoJSON.
</p>
</div>
<div id="help-movemarker">
<p>Vous pouvez déplacer les marqueurs en les glissant.</p>
<p>
En déplaçant un marqueur intermédiaire, les tracés seront automatiquement recalculés en utilisant le mode de
tracé actif (mode <em>automatique</em> <i class="fa fa-map-o"></i> ou le mode <em>ligne droite</em>
<i class="fa fa-compass"></i>).
</p>
</div>
<div id="help-deletemarker">
<p>
Vous pouvez supprimer un marqueur en sélectionnant le mode <i class="fa fa-eraser"></i> et en cliquant sur le
marqueur à supprimer.
</p>
<p>
En supprimant un marqueur intermédiaire, un nouveau tracé sera calculé entre les marqueurs précédent et
suivant en utilisant le mode de tracé actif (mode <em>automatique</em> <i class="fa fa-map-o"></i> ou le mode
<em>ligne droite</em> <i class="fa fa-compass"></i>)
</p>
</div>
<div id="help-promote">
<p>
Vous pouvez définir des points d'étapes, en sélectionnant le mode <i class="fa fa-pause-circle"></i> et en
cliquant sur le marqueur à marquer comme étape.
</p>
</div>
<div id="help-steps2">
<p>Vous pouvez cliquer sur chaque itinéraire d'étape et sur chaque marqueur pour voir ses données.</p>
</div>
<div id="help-insert">
<p>
Vous pouvez insérer un marqueur intermédiaire en sélectionnant le mode <i class="fa fa-plus-circle"></i> et en
cliquant sur un tracé déjà existant. Vous pourrez alors déplacer le marqueur.
</p>
</div>
<div id="about" title="A propos et crédits">
<p>
Cet outil a été créé par
<a href="https://tmuguet.me" target="_blank" rel="noopener noreferrer">Thomas Muguet</a>, sous licence
MIT.<br />
Le code source est disponible sur
<a href="https://github.com/tmuguet/map2gpx" target="_blank" rel="noopener noreferrer">GitHub</a>.<br />
Version actuelle : <span class="map2gpx-version"></span>
</p>
<hr />
<p>map2gpx utilise:</p>
<ul class="columns-2">
<li>Carte <a href="http://www.thunderforest.com" target="_blank" rel="noopener noreferrer">Thunderforest (OpenCycleMap, Outdoors)</a></li>
<li>Carte <a href="http://opentopomap.org" target="_blank" rel="noopener noreferrer">OpenTopoMap</a></li>
<li>Carte <a href="https://wmflabs.org" target="_blank" rel="noopener noreferrer">wmflabs.org (Hike & Bike, Hillshading)</a></li>
<li>Carte <a href="https://openstreetmap.org" target="_blank" rel="noopener noreferrer">OpenStreetMap</a></li>
<li>Elevation API <a href="https://geoservices.ign.fr/services-web" target="_blank" rel="noopener noreferrer">IGN</a></li>
<li>Geocoder API <a href="https://geoservices.ign.fr/services-web" target="_blank" rel="noopener noreferrer">IGN</a></li>
<li>
<a href="http://fontawesome.io" target="_blank" rel="noopener noreferrer">Font Awesome</a> par Dave Gandy
(SIL OFL 1.1)
</li>
<li><a href="http://jquery.com/" target="_blank" rel="noopener noreferrer">jQuery</a> (MIT license)</li>
<li><a href="http://jqueryui.com/" target="_blank" rel="noopener noreferrer">jQuery UI</a> (MIT license)</li>
<li>
<a href="http://leafletjs.com/" target="_blank" rel="noopener noreferrer">Leaflet</a> (BSD 2-clause
"Simplified" License)
</li>
<li>
<a href="https://github.com/FCOO/leaflet-control-topcenter" target="_blank"
rel="noopener noreferrer">leaflet-control-topcenter</a>
(MIT license)
</li>
<li>
<a href="https://github.com/Norkart/Leaflet-MiniMap" target="_blank"
rel="noopener noreferrer">Leaflet.MiniMap</a>
(BSD 2-clause "Simplified" License)
</li>
<li>
<a href="https://github.com/CliffCloud/Leaflet.EasyButton" target="_blank"
rel="noopener noreferrer">L.EasyButton</a>
(MIT license)
</li>
<li>
<a href="https://github.com/lvoogdt/Leaflet.awesome-markers" target="_blank"
rel="noopener noreferrer">Leaflet.AwesomeMarkers</a>
(MIT license)
</li>
<li>
<a href="http://www.liedman.net/leaflet-routing-machine/" target="_blank" rel="noopener noreferrer">Leaflet
Routing Machine</a>
(ISC License)
</li>
<li>
<a href="https://github.com/mapbox/togeojson" target="_blank" rel="noopener noreferrer">togeojson</a> (BSD
2-Clause "Simplified" License)
</li>
<li>
<a href="https://github.com/tyrasd/togpx" target="_blank" rel="noopener noreferrer">togpx</a> (MIT License)
</li>
<li>
<a href="https://github.com/mapbox/tokml" target="_blank" rel="noopener noreferrer">tokml</a> (BSD 2-Clause
"Simplified" License)
</li>
<li>
<a href="https://github.com/makinacorpus/Leaflet.FileLayer" target="_blank"
rel="noopener noreferrer">Leaflet.FileLayer</a>
(MIT License)
</li>
<li>
<a href="https://github.com/perliedman/lrm-graphhopper" target="_blank" rel="noopener noreferrer">Leaflet
Routing Machine / GraphHopper</a>
(ISC License)
</li>
<li>
<a href="https://github.com/tmuguet/lrm-geoportail" target="_blank" rel="noopener noreferrer">Leaflet Routing
Machine / GeoPortail</a>
(ISC License)
</li>
<li>
<a href="https://github.com/tmuguet/lrm-straightline" target="_blank" rel="noopener noreferrer">Leaflet
Routing Machine / Straight Line</a>
(ISC License)
</li>
<li>
<a href="https://github.com/perliedman/leaflet-control-geocoder" target="_blank"
rel="noopener noreferrer">Leaflet Control Geocoder</a>
(BSD 2-Clause "Simplified" License)
</li>
<li>
<a href="https://github.com/tmuguet/Leaflet.TrackDrawer" target="_blank"
rel="noopener noreferrer">Leaflet.TrackDrawer</a>
(MIT License)
</li>
<li>
<a href="https://github.com/tmuguet/Leaflet.TrackDrawer.FileLayer" target="_blank"
rel="noopener noreferrer">Leaflet.TrackDrawer.FileLayer</a>
(MIT License)
</li>
<li>
<a href="https://github.com/tmuguet/Leaflet.TrackStats" target="_blank"
rel="noopener noreferrer">Leaflet.TrackStats</a>
(MIT License)
</li>
<li>
<a href="http://www.movable-type.co.uk/scripts/latlong-vincenty.html" target="_blank"
rel="noopener noreferrer">Vincenty Formula</a>
(MIT License) and <a href="https://github.com/bullvinkle/Leflet.Vincenty" target="_blank"
rel="noopener noreferrer">its Leaflet implementation</a>
</li>
<li>
<a href="https://github.com/shipshapecode/shepherd" target="_blank" rel="noopener noreferrer">Shepherd</a>
(MIT license)
</li>
<li>
<a href="https://github.com/IGNF/geoportal-extensions" target="_blank" rel="noopener noreferrer">Extensions
Géoportail</a>
(CeCILL-B)
</li>
<li>
<a href="http://www.chartjs.org/" target="_blank" rel="noopener noreferrer">chart.js</a> (MIT license)
</li>
<li>
<a href="https://github.com/chartjs/chartjs-plugin-annotation" target="_blank"
rel="noopener noreferrer">chartjs-plugin-annotation.js</a>
(MIT license)
</li>
<li>
<a href="https://github.com/eligrey/FileSaver.js/" target="_blank" rel="noopener noreferrer">FileSaver.js</a>
(MIT license)
</li>
</ul>
</div>
</div>
<div id="map"></div>
<div id="chart"></div>
<div id="version" class="map2gpx-version"></div>
<script>
window.onload = function () {
Gp.Config.apiKey = Object.keys(Gp.Config.generalOptions.apiKeys)[0];
Map2gpx.i18n.set('fr');
$('.map2gpx-version').html('map2gpx v' + Map2gpx.getVersion());
var map = L.map('map', {
center: L.latLng(44.96777356135154, 6.06822967529297),
zoom: 13,
zoomControl: false,
});
var visibleLayers = {
'Thunderforest OpenCycleMap': L.tileLayer(
'https://tile.thunderforest.com/cycle/{z}/{x}/{y}{r}.png?apikey=bcecc6dc7a9a46cca6d1eff04dd595cf',
{
maxZoom: 18,
attribution:
'Maps © <a href="http://www.thunderforest.com">Thunderforest</a>, Data © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>',
}
),
};
var visibleOverlays = {};
var hiddenLayers = {
'Thunderforest Outdoors': L.tileLayer(
'https://tile.thunderforest.com/outdoors/{z}/{x}/{y}{r}.png?apikey=bcecc6dc7a9a46cca6d1eff04dd595cf',
{
maxZoom: 18,
attribution:
'Maps © <a href="http://www.thunderforest.com">Thunderforest</a>, Data © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>',
}
),
OpenTopoMap: L.tileLayer('https://a.tile.opentopomap.org/{z}/{x}/{y}.png', {
attribution:
'Map data: © <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> contributors | Map display: © <a href="http://opentopomap.org">OpenTopoMap</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>)',
}),
'Hike & Bike': L.tileLayer('http://{s}.tiles.wmflabs.org/hikebike/{z}/{x}/{y}.png', {
maxZoom: 17,
attribution: 'Map Data: © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
}),
'OpenStreetMap': L.tileLayer('//{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png', {
attribution: 'données © <a href="//osm.org/copyright">OpenStreetMap</a>/ODbL - rendu <a href="//openstreetmap.fr">OSM France</a>',
minZoom: 1,
maxZoom: 20
})
};
var hiddenOverlays = {
HillShading: new L.TileLayer('http://{s}.tiles.wmflabs.org/hillshading/{z}/{x}/{y}.png', {
maxZoom: 17,
attribution: 'Hillshading: SRTM3 v2 (<a href="http://www2.jpl.nasa.gov/srtm/">NASA</a>)',
}),
};
Map2gpx.controls.addLayers(map, visibleLayers, visibleOverlays, hiddenLayers, hiddenOverlays, map.shouldShowControls() ? 'native' : 'none');
var drawRoute = Map2gpx.controls.addTrackDrawer(
map,
L.TrackStats.geoportail(Gp.Config.apiKey, map),
Map2gpx.geoportailProvider(Gp.Config.apiKey)
);
if (map.shouldShowControls()) {
Map2gpx.controls.addZoom(map);
Map2gpx.controls.addScale(map);
Map2gpx.controls.addGeocoder(map, {
geocoder: Map2gpx.geoportailProvider(Gp.Config.apiKey),
});
Map2gpx.controls.addImportExportButtons(map, drawRoute);
Map2gpx.controls.addTrackDrawerToolbar(map, drawRoute);
Map2gpx.controls.addTrackDrawerTracebar(map, drawRoute, {
routerAuto: L.Routing.geoPortail(Gp.Config.apiKey, { profile: 'Pieton' }),
});
Map2gpx.controls.addMinimap(
map,
L.tileLayer('https://a.tile.openstreetmap.org/{z}/{x}/{y}.png')
);
Map2gpx.controls.addMapCoordinatesButton(map);
Map2gpx.controls.addInfoToolbar(map);
}
Map2gpx.controls.addChart($('#chart'), map, drawRoute, {
showTerrainSlope: true,
});
if (map.shouldShowControls()) {
Map2gpx.controls.addTour(drawRoute);
}
};
</script>
</body>
</html>