Skip to content

Commit 31131a6

Browse files
committed
remove mapillary 2
1 parent a010d1a commit 31131a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "traccar-route-replay",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",

pages/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ export default {
226226
},
227227
playing () {
228228
if (this.playing) {
229-
const bounds = bbox(points(this.path))
230-
init(bounds, this.path, map)
229+
// const bounds = bbox(points(this.path))
230+
// init(bounds, this.path, map)
231231
if (this.i + 1 === this.path.length) { this.i = 0 }
232232
this.play()
233233
}

0 commit comments

Comments
 (0)