mapillary-js

WebJar for mapillary-js

License

License

MIT
Categories

Categories

JavaScript Languages
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mapillary-js
Last Version

Last Version

2.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

mapillary-js
WebJar for mapillary-js
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mapillary/mapillary-js

Download mapillary-js

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/mapillary-js/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mapillary-js</artifactId>
    <version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mapillary-js/
implementation 'org.webjars.npm:mapillary-js:2.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/mapillary-js/
implementation ("org.webjars.npm:mapillary-js:2.4.0")
'org.webjars.npm:mapillary-js:jar:2.4.0'
<dependency org="org.webjars.npm" name="mapillary-js" rev="2.4.0">
  <artifact name="mapillary-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mapillary-js', version='2.4.0')
)
libraryDependencies += "org.webjars.npm" % "mapillary-js" % "2.4.0"
[org.webjars.npm/mapillary-js "2.4.0"]

Dependencies

compile (12)

Group / Artifact Type Version
org.webjars.npm » falcor jar [0.1.17,0.2)
org.webjars.npm : three jar [0.83.0,0.84)
org.webjars.npm : pbf jar [3.0.2,4)
org.webjars.npm : earcut jar [2.1.1,3)
org.webjars.npm : virtual-dom jar [2.1.1,3)
org.webjars.npm » falcor-http-datasource jar [0.1.3,0.2)
org.webjars.npm : rbush jar [2.0.1,3)
org.webjars.npm : rxjs jar [5.0.1,6)
org.webjars.npm : when jar [3.7.7,4)
org.webjars.npm : unitbezier jar [0.0.0,0.0.1)
org.webjars.npm : underscore jar [1.8.3,2)
org.webjars.npm : latlon-geohash jar [1.1.0,2)

Project Modules

There are no modules declared in this project.

yarn workflow GitHub license npm version

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.

You can use MapillaryJS as a <script> tag from a CDN, or as a mapillary-js package on npm.

<!DOCTYPE html>
<html>
<head>
    <script src='https://unpkg.com/[email protected]/dist/mapillary.min.js'></script>
    <link href='https://unpkg.com/[email protected]/dist/mapillary.min.css' rel='stylesheet' />
</head>

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

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

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

Migrating

Learn how to migrate between major MapillaryJS releases.

Contribute to MapillaryJS

Learn how to contribute.

Code of Conduct

Facebook has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.

License

MapillaryJS is MIT licensed.

org.webjars.npm
Map data at scale from street-level imagery

Versions

Version
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0