mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
Use various navUIs while debugging
This commit is contained in:
parent
dace8f3508
commit
d1ea55aa6f
@ -29,8 +29,8 @@
|
||||
<script>
|
||||
var viewerCover = new Mapillary.Viewer('viewerCover', 'MkJKbDA0bnZuZlcxeTJHTmFqN3g1dzo5NWEzOTg3OWUxZDI3MjM4', { key: 'ffR697jcoDXhCPae91QqtA', uis: ['loading', 'cover', 'simple', 'simplenav', 'simplecache', 'keyboard', 'attribution'] })
|
||||
|
||||
var viewerSimple = new Mapillary.Viewer('viewerSimple', 'MkJKbDA0bnZuZlcxeTJHTmFqN3g1dzo5NWEzOTg3OWUxZDI3MjM4', { key: 'FD0hfVLfbrkCqWHIBsZDqw', uis: ['loading', 'simple', 'simplenav', 'simplecache', 'keyboard', 'loading', 'directions'] })
|
||||
var viewerGl = new Mapillary.Viewer('viewerGl', 'MkJKbDA0bnZuZlcxeTJHTmFqN3g1dzo5NWEzOTg3OWUxZDI3MjM4', { key: 'FD0hfVLfbrkCqWHIBsZDqw', uis: ['loading', 'cover', 'gl', 'simplenav', 'simplecache', 'keyboard', 'directions'] })
|
||||
var viewerSimple = new Mapillary.Viewer('viewerSimple', 'MkJKbDA0bnZuZlcxeTJHTmFqN3g1dzo5NWEzOTg3OWUxZDI3MjM4', { key: 'FD0hfVLfbrkCqWHIBsZDqw', uis: ['loading', 'simple', 'simplecache', 'keyboard', 'loading', 'directions'] })
|
||||
var viewerGl = new Mapillary.Viewer('viewerGl', 'MkJKbDA0bnZuZlcxeTJHTmFqN3g1dzo5NWEzOTg3OWUxZDI3MjM4', { key: 'FD0hfVLfbrkCqWHIBsZDqw', uis: ['loading', 'cover', 'gl', 'simplecache', 'keyboard', 'directions'] })
|
||||
|
||||
viewerSimple.on("nodechanged", function (node) {
|
||||
console.log(node.key);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user