Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RainAlarm App by mdiener shows distorted gmap after screen rotate #147

Open
Catfriend1 opened this issue Jun 28, 2016 · 3 comments
Open

Comments

@Catfriend1
Copy link

Catfriend1 commented Jun 28, 2016

Hi

This is a Problem i believe being present since a long time ago. Normally I habe my screen locked to portrait for most apps. Today I enabled auto rotate in Android and hold it so it goes to landscape. So I just noticed the probably old Problem.

Then it looks like this: https://postimg.org/image/ez9lxqvzr/

Link to App: https://play.google.com/store/apps/details?id=de.mdiener.rain.usa

System : cm13 nightly 20160529, LG G4-H815 mobile, MicroG 0.2.3-1 GmsCore, Xposed FakeGApps

@mar-v-in
Copy link
Member

mar-v-in commented Jul 1, 2016

vtm, the library we use to render the map unfortunately was discontinued. It still has quiet some number of annoying bugs, especially when the map view is recreated (which happens on rotation), the map contains a lot of elements or when multiple map views are visible at the same time. I am not very deep into OpenGL 3d programming and can't do a lot on that.

The designated successor is tangram or its wrapper mapzen-android-sdk, however it still lacks a lot of features, most importantly proper markup (markers/lines/etc) support. Until that, I think it's the best to just keep what we have. Rendering problems are very unfortunate, but often it's possible to "fix" them by restarting the app.

@lambdaupb
Copy link
Contributor

The mapzen android SDK claims support for polylines and markers on https://github.com/mapzen/android (docs added on Apr 21 2016)

@mar-v-in
Copy link
Member

@lambdaupb yes, but no support of coloring, input listeners etc. It's currently only drawing a line on the map.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants