Quantcast
Viewing all articles
Browse latest Browse all 267

Small JS ERROR (non critical)

@velmyshanovnyi wrote:

@eneerhut @support

see
https://mapillary.github.io/mapillary_greenhouse/ctm/*****/initial_calcs.js

example:
https://mapillary.github.io/mapillary_greenhouse/ctm/brovary2019-1/initial_calcs.js

-----------------
var imagesjson = 'https://a.mapillary.com/v3/leaderboard/images?client_id=UTZhSnNFdGpxSEFFREUwb01GYzlXZzo5MTUxN2EzZGE2NDY4ODEx&bbox=' + feat_bbox + '&start_time=' + mindateISO + '&end_time' + maxdateISO;
-----------------

fix ‘&end_time’
ADD “=” -->
‘&end_time=’

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 267

Trending Articles