mapillary / mapillary-js

Interactive, extendable street imagery map experiences in the browser, powered by WebGL

Home Page:https://mapillary.github.io/mapillary-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update/remove "Move close to latitude and longitude" example

erictheise opened this issue · comments

The Move close to latitude and longitude example makes use of moveCloseTo() which has been removed. The corresponding example, too, should be removed or, better, updated to reflect the new way of working.

image

You are correct, the example should be removed.

From v3.0 it is required to use the search images REST API for close to functionality. Based on the result one can move to an image key of choice in MapillaryJS.