Topic: More overlay strangeness

Hi Alex,

I'm coming across something with my overlays again - When the map provider is set to anything other than Open Street Map my overlays are visible right up to a zoom level of 20 but when using OSM the overlay is only visible up to zoom level 19?

Have you any idea why that might the case?

Thanks

Re: More overlay strangeness

Hello.

The problem is that OSM does not have zoom level 20.
In old script overlay textures was join to tiles.
Tiles zoom level 20 can not be downloaded and destroyed (really shown zoom level 19).
And overlay textures for them is not loaded.

I modified the script (attached). Now it does not related to tiles and works correctly.

Post's attachments

Attachment icon TilesetMapTilerOverlayExample2.cs 12.85 kb, 157 downloads since 2015-11-13 

Kind Regards,
Infinity Code Team.

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

Re: More overlay strangeness

Ah, I see - thanks very much for the explanation and solution.