mhulse / kludgy

Kludgy: A macOS Node.js module/app that generates a random Google Street View desktop wallpaper.
Apache License 2.0
4 stars 2 forks source link

Generate internet shortcuts #50

Closed mhulse closed 5 years ago

mhulse commented 5 years ago

That points to the pano world view, or pano itself, for example:

[InternetShortcut]
URL=https://maps.google.com/?q=-33.67614817925245,-69.01404288410123&ll=-33.67614817925245,-69.01404288410123&z=0

Put that in folder next to images, make it’s file name be <image_key>.url.

Ok, create one for earth view, one for street view and one for the user’s homepage (if not Google official).

mhulse commented 5 years ago

Looks like this works if you have the panoid (assuming more precise than the lat/lon):

http://www.google.com/maps?layer=c&panoid=2xXom-TXErsz16MNt95ZPg

mhulse commented 5 years ago

https://github.com/mhulse/internet-shortcut

mhulse commented 5 years ago

They are now being generated with one bug unrelated to shortcut creation: #55