Skip to content

Commit

Permalink
Merge branch 'devel' and bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmuguet committed Dec 3, 2017
2 parents 3b16f14 + 6169f10 commit e73af08
Show file tree
Hide file tree
Showing 17 changed files with 4,233 additions and 618 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git-tag-version = false
2 changes: 1 addition & 1 deletion css/map2gpx.min.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion css/map2gpx.src.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const sources_js = [
"src/js/L.Polyline.Hausdorff.js",
"src/js/L.Polyline.interpolate.js",
"src/js/queue.js",
"src/js/blockingqueue.js",
"src/js/progress.js",
"src/js/cache.js",

Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ <h2><i class="fa fa-exclamation-triangle fa-3x" aria-hidden="true"></i><br/>Trac
<h2><i class="fa fa-spinner fa-pulse fa-3x fa-fw"></i><br/><span>Chargement en cours...</span></h2>
<h3></h3>
</div>
<div id="pending">
<h2><i class="fa fa-spinner fa-pulse fa-3x fa-fw"></i><br/><span>Calcul de l'itinéraire en cours...</span></h2>
<h3></h3>
</div>
<div id="mobile-warning"><strong>Attention:</strong> ce site n'est pas destiné aux mobiles. <button>Ok, j'ai compris</button></div>

<script src="js/map2gpx.min.js"></script>
Expand Down
461 changes: 263 additions & 198 deletions js/map2gpx.babel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/map2gpx.min.js

Large diffs are not rendered by default.

458 changes: 251 additions & 207 deletions js/map2gpx.src.js

Large diffs are not rendered by default.

Loading

0 comments on commit e73af08

Please sign in to comment.