1
General / Error 403 using google maps as basemap
« on: June 07, 2023, 01:24:58 PM »
Hi, I wanted to use google satellite maps as basemap instead of the default one and found these two tutorials:
1) https://agisoft.freshdesk.com/support/solutions/articles/31000169660-configure-custom-basemap
2) https://www.youtube.com/watch?v=-WYJ1cdtmDI
I followed the first one using URL from the youtube video:
and everything was working fine, but sometimes google maps basemap isn't shown and there is a error in console:
But if I open this link in browser - image of small basemap tile opens.
How can I fix this?
1) https://agisoft.freshdesk.com/support/solutions/articles/31000169660-configure-custom-basemap
2) https://www.youtube.com/watch?v=-WYJ1cdtmDI
I followed the first one using URL from the youtube video:
Code: [Select]
http://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}
and everything was working fine, but sometimes google maps basemap isn't shown and there is a error in console:
Code: [Select]
Error: Error transferring http://mt1.google.com/vt/lyrs=s&x=1&y=1&z=1 - server replied: Forbidden (status code: 403)
But if I open this link in browser - image of small basemap tile opens.
How can I fix this?