Topic: Google Map(Satellite) doesnt work with "Label" off

Hi,

I ran into a weird problem that Google Map(Satellite) doesnt work with "Label" off.
Some tiles won't be download. (as attached screenshot with demo project set with "Tileset", Google Map, Satellite, label off)
Do anyone know how can I fix this problem?

btw, it works well with "label" on.

Thank you.

Re: Google Map(Satellite) doesnt work with "Label" off

Hello.

Google updated the version of the tile images.
Edit OnlineMapsProvider.cs (line 249):

urlWithoutLabels = "https://khm{rnd0-3}.googleapis.com/kh?v=742&hl={lng}&x={x}&y={y}&z={zoom}",

The next version of Online Maps will contain this fix.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Google Map(Satellite) doesnt work with "Label" off

Problem solved!
Thank you.