Oscar Lorentzon 8d54200d1a Propagate node asset caching errors.
Propagate image fetching errors to ensure that image is loaded.
Fallback to empty mesh when loading fails.
2016-10-18 11:55:37 +02:00
2016-09-23 08:46:41 +02:00
2016-10-18 10:39:32 +02:00
2016-10-18 11:55:37 +02:00
2016-08-29 11:03:14 -04:00
2015-11-13 15:13:37 +01:00
2016-08-24 17:30:07 -04:00
2016-01-18 11:33:06 +01:00
2016-01-13 17:22:14 +01:00
2016-06-16 10:12:03 +02:00
2016-10-14 14:24:12 +02:00
2016-01-13 11:29:53 +01:00
2016-09-26 11:06:37 +02:00
2016-08-26 13:22:25 -04:00
2016-03-21 17:13:01 -07:00
2016-08-24 17:30:07 -04:00

Build Status

MapillaryJS

MapillaryJS is a JavaScript & WebGL library that renders street level photos from Mapillary.

San Francisco on Mapillary.com Frigilana on Mapillary.com

Using MapillaryJS

To use MapillaryJS you must create an account and then obtain a Client ID. Then you can use MapillaryJS with a <script> tag.

<!DOCTYPE html>
<html>
<head>
    <script src='https://unpkg.com/mapillary-js@1.7.2/dist/mapillary-js.min.js'></script>
    <link href='https://unpkg.com/mapillary-js@1.7.2/dist/mapillary-js.min.css' rel='stylesheet' />
</head>

<body>
    <div id='mly' style='width: 640px; height: 480px;' />

    <script>
        var mly = new Mapillary.Viewer(
            'mly',
            '<your client id>',
            '<your photo id for initializing the viewer>'
        );
    </script>
</body>
</html>

Alternatively, you can npm install mapillary-js to use it with module loader or bundler of your choice.

Refer to the Examples and Documentation sections below for more information.

Examples

Documentation

Changelog

Every release is described on the GitHub Releases page.

License

MIT License

Contributing to MapillaryJS

See CONTRIBUTING.md.

Description
Interactive, extendable street imagery map experiences in the browser, powered by WebGL
Readme MIT 73 MiB
Languages
TypeScript 98.3%
CSS 1.5%
JavaScript 0.2%