Trying to use node.js and a CDN to try and set up a simple localhost to experiment how to incorporate Mapillary maps, but i cant get it to work at all.
I’m following the docs, and set my script like this:
<script>
var {Viewer} = mapillary;
var viewer = new Viewer({
accessToken: '<your access token>',
container: 'mly', // the ID of our container defined in the HTML body
imageId: '<your image ID for initializing the viewer>',
});
</script>
I took the Client Token in my dev dashboard and entered it there, but i still get errors like this:
Anyone have any idea? I’m familiar with Client IDs and Client Secrets, but this is new for me…