You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found a little Issue on class CenterMapPickerDelegate. function onAccept(values):
Code now is:
Application.getApp().setProperty("centerMap", Transform.northHeading);
and it must be:
Application.getApp().setProperty("centerMap", Transform.centerMap);
Great App.
The text was updated successfully, but these errors were encountered:
Hello:
I have found a little Issue on class CenterMapPickerDelegate. function onAccept(values):
Code now is:
Application.getApp().setProperty("centerMap", Transform.northHeading);
and it must be:
Application.getApp().setProperty("centerMap", Transform.centerMap);
Great App.
The text was updated successfully, but these errors were encountered: