Many tweaks to use MC in an iframe with less clutter
This commit is contained in:
parent
894b0d45ca
commit
f88cb9a730
19 changed files with 384 additions and 236 deletions
|
@ -1643,7 +1643,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
*
|
||||
* Supported metric prefixes are: [k, M, G, T, P, E]
|
||||
*/
|
||||
public static numberWithMetrixPrefix(n: number) {
|
||||
public static numberWithMetricPrefix(n: number) {
|
||||
let index = 0
|
||||
while (n > 1000) {
|
||||
n = Math.round(n / 1000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue