Hi,
I am considering using Mapillary for a project to show street images beside a map (as an alternative to google street view). Before doing so I wanted to see examples of websites using the Mapillary like this, but I haven’t really found a lot of cases.
Could you share any websites that use Mapillary in this way?
Thanks!
There is a GeoGuessr plugin that uses Mapillary, that’s the only website that uses it that I know, even then, it’s not native, it’s a third-party integration
From what I remember, for some time the free version of GeoGuessr only used Mapillary, and natively this time, but players absolutely hated playing GeoGuessr with Mapillary.
Edit : For the plugin, it’s quite cumbersome actually, if you want to do it, here’s the steps, it takes like 5-10 minutes :
0) Download an old version of Google Chrome, like Chrome 100
- Go to GitHub - juancarlospaco/geoguessrnim: GeoGuessr browser plugin, hide Ads, Filters for StreetView and Mapillary for Chromium and Firefox and download the source code
- Extract the .zip file
- Download the nim programming language : Windows installation - Nim Programming Language
- In Windows, type “path” and press enter
- Press “Modify system environnement variables” or something like that
- Select PATH and press Modify
- In Windows Explorer, go where you extracted the .zip file, go to the “bin” folder and copy the path leading to that folder
- In the system variables thing, press “New”, and paste what you copied, then apply
- In Windows Search, type “cmd” and enter “nim js -d:danger index.nim” (without the quote marks)
- In Chrome, press the 3 dots in the top right, go to “More tools” and “Extensions”
- Enable developer mode
- Go to “Load Unpacked”
- Go to where you have extracted the .zip file and select it
- Restart the browser, and go to GeoGuessr Free - GeoGuessr
- Normally, in the top right corner, you’ll see a list of options, and select the Mapillary one
1 Like