Topic: Missing texture on zoom

1. Using Bing maps on land at zoom 20 and on water at zoom 14 I get missing textures, where do I add an error checking code to resolve this issue?

2. On 1280*800 screen the tooltip is very small and the label hardly visible, is there a way I could increase the size of it?

3. At times when inside a tall building there is no GPS marker, is there a way I can manually add a marker at last known GPS position?

4. When pressing on a marker(to show tooltip) even with buttons on top of it, the tooltip shows through the button, is there a way to solve this?


Thank you in advance.

Re: Missing texture on zoom

Hello.

1. We added an additional check for the number of downloaded bytes.
The new version will be available soon.
To completely fix the problem, you need to use this script (Count Parent Tiles - 7):
http://forum.infinity-code.com/viewtopi … 2800#p2800

2. Example:
http://infinity-code.com/atlas/online-m … ample.html

3. When updating GPS location (OnlineMapsLocationService.OnLocationChanged), save this in PlayerPrefs, and restore it when the scene starts.
https://docs.unity3d.com/ScriptReferenc … Prefs.html

4. Your button (or any parent UI element) must have Raycast Target - ON.

Kind Regards,
Infinity Code Team.

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

3 (edited by mobinlion 2017-09-14 18:39:57)

Re: Missing texture on zoom

Thanks for your quick reply.

I'm getting multiple definition errors from the code in the link below:
http://forum.infinity-code.com/viewtopi … 2800#p2800

'OnlineMapsTile' does not contain a definition for 'isBlocked',
'OnlineMapsTile' does not contain a definition for 'Block',
'OnlineMapsTile' does not contain a definition for 'Unblock'.

Re: Missing texture on zoom

This example requires Online Maps v2.5.14+.
Fix of your problem requires Online Maps v2.5.17+.
Online Maps v2.5.17 is most likely to be available through the built-in update system tomorrow.
In Unity Asset Store, a new version will be available within two weeks.

Kind Regards,
Infinity Code Team.

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

Re: Missing texture on zoom

I prefer to wait for Online Maps v2.5.17.

Thank you very much for the quick customer support Alex.