Commit 3697da4d669e66a3b5c9dbd88568ca67ebb297c7
1 parent
f9781e63
Exists in
master
and in
6 other branches
Alteração no tamanho da fonte das janelas que mostram os cálculos de área e distância
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
css/default.css
ferramentas/distancia/index.js
@@ -333,7 +333,7 @@ i3GEOF.distancia = | @@ -333,7 +333,7 @@ i3GEOF.distancia = | ||
333 | }) | 333 | }) |
334 | }), | 334 | }), |
335 | text: new ol.style.Text({ | 335 | text: new ol.style.Text({ |
336 | - text: trecho.toFixed(3), | 336 | + text: format("#.###,000",trecho.toFixed(3)), |
337 | font: 'Bold 14px Arial', | 337 | font: 'Bold 14px Arial', |
338 | textAlign: 'left', | 338 | textAlign: 'left', |
339 | stroke: new ol.style.Stroke({ | 339 | stroke: new ol.style.Stroke({ |