maaaaz / webscreenshot

A simple script to screenshot a list of websites
GNU Lesser General Public License v3.0
656 stars 162 forks source link

3D maps from maps.google.com do not work #17

Closed ole-tange closed 5 years ago

ole-tange commented 5 years ago

python webscreenshot.py -r chromium 'https://www.google.com.ph/maps/@55.6652884,12.4946009,89a,35y,254.22h,47.58t/data=!3m1!1e3?hl=en' gives the loading image and not the full 3D map as you get in a browser.

maaaaz commented 5 years ago

Hello @ole-tange,

Thank you for that finding, I guess you're reaching the limitations of headless screenshot. I suppose it comes from a complex JavaScript loading and it is not related to the chosen renderer as chrome and phantomjs give also the same output.

Best regards.