Code Monkey home page Code Monkey logo

Comments (13)

teanet avatar teanet commented on August 31, 2024 1

We have issues on iOS 14 with WebGL rendering, working on it currently.

from mapgl-ios.

avxkim avatar avxkim commented on August 31, 2024 1

Please, update this issue, when you're done, so i will migrate to ios 14.

from mapgl-ios.

AlejandroRZ1 avatar AlejandroRZ1 commented on August 31, 2024

from mapgl-ios.

teanet avatar teanet commented on August 31, 2024
window.map = new mapgl.Map(container, {
	center: center,
	maxZoom: maxZoom,
	minZoom: minZoom,
	zoom: zoom,
	maxPitch: maxPitch,
	minPitch: minPitch,
	pitch: pitch,
	rotation: rotation,
	zoomControl: false,
	key: apiKey,
	interactiveCopyright: false,
	autoHideOSMCopyright: autoHideOSMCopyright,
	preserveDrawingBuffer: true
});
setInterval(() => window.map._impl.state.needRerender = true, 300);

@webcoderkz you can use this snippet as hot fix, working on better solution.

from mapgl-ios.

avxkim avatar avxkim commented on August 31, 2024

@teanet where to put this js code?

from mapgl-ios.

teanet avatar teanet commented on August 31, 2024

HTML.swift

from mapgl-ios.

teanet avatar teanet commented on August 31, 2024

@webcoderkz It should be fixed on our backend side, please check

from mapgl-ios.

avxkim avatar avxkim commented on August 31, 2024

@teanet okay, i need to install ios14 again, there's no need to update application itself, right? It was fixed just on the backend, no frontend fixes needed?

from mapgl-ios.

teanet avatar teanet commented on August 31, 2024

@teanet okay, i need to install ios14 again, there's no need to update application itself, right? It was fixed just on the backend, no frontend fixes needed?

right

from mapgl-ios.

avxkim avatar avxkim commented on August 31, 2024

@teanet i can confirm, it works now, thanks!

from mapgl-ios.

avxkim avatar avxkim commented on August 31, 2024

@teanet i've noticed a bug, map works now, but when i'm reaching certain turn to the left/right, it shows incorrect distance in km, it feels like it was syncing the distance instantly in iOS 13, but now it takes like 5 seconds to re-calculate the correct distance. I hope i explained clearly enough.

from mapgl-ios.

teanet avatar teanet commented on August 31, 2024

Ok, I will ask our navigation team

from mapgl-ios.

Trufi avatar Trufi commented on August 31, 2024

It's pretty hard to understand what's going on and what the problem is without any example, because our SDK doesn't have any about turns and distance calculating.

@webcoderkz could you provide some example with this problem?

from mapgl-ios.

Related Issues (2)

  • Х HOT 3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.