mprins / dokuwiki-plugin-openlayersmap

Add maps (OpenStreetMap, Bing, ... and your own data) to your wiki pages using the OpenLayers toolkit
https://www.dokuwiki.org/plugin:openlayersmap
Other
5 stars 1 forks source link

Mapillary overlay is broken #13

Open mprins opened 2 years ago

mprins commented 2 years ago

The code relies on http://api.mapillary.com/v1/ which no longer exists

New (v3) API documentation: https://www.mapillary.com/developer/api-documentation/

eg. http://api.mapillary.com/v1/im/search? should be replaced by https://a.mapillary.com/v3/images?client_id=<YOUR_CLIENT_ID> and http://api.mapillary.com/v1/im/sequence? by https://a.mapillary.com/v3/sequences/<SEQUENCE>?client_id=<YOUR_CLIENT_ID>

mprins commented 2 months ago

Not sure if I want to keep this around