Oscar Lorentzon 2b4617bd7a feat(api): get static resources through data provider
Use data provider in node caching.
2020-10-05 18:07:55 +02:00
2018-06-11 11:55:49 +00:00
2020-09-07 21:18:30 +02:00
2020-06-08 13:46:49 +02:00
2015-11-13 15:13:37 +01:00
2018-06-11 06:16:58 +00:00
2016-01-18 11:33:06 +01:00
2016-01-13 17:22:14 +01:00
2016-01-13 11:29:53 +01:00
2020-03-10 09:11:26 +01:00
2020-09-21 16:58:49 +02:00
2020-09-07 21:18:30 +02:00
2020-09-08 14:58:58 +02:00
2018-06-11 06:16:58 +00:00
2020-09-21 16:58:49 +02:00

Build Status

MapillaryJS

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

San Francisco on Mapillary.com Frigilana on Mapillary.com

Using MapillaryJS

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

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

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

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

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

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

Examples

Support

Viewer

Viewer and map

Components

Marker

Mouse

Keyboard

Popup

Route

Slider

Tag

Documentation

Changelog

Every release is described on the GitHub Releases page.

License

MIT License

Contributing to MapillaryJS

See CONTRIBUTING.md.

Migrating from MapillaryJS 1 to 2

See MIGRATING.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%