-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Change translation on the fly #3764
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can I test this?
@@ -228,6 +228,7 @@ export function uiInit(context) { | |||
|
|||
var mapDimensions = map.dimensions(); | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra newline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fwiw, I've been adding 2 spaces before function blocks and anywhere else I want documentation to go.
@@ -247,6 +248,7 @@ export function uiInit(context) { | |||
}; | |||
} | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra newline
I'm pretty close to merging it, but you can check out this branch and when running, open a developer console call
etc... |
Need to fix the history and map flying to some random area.
cc: @bhousel