Commit 3697da4d669e66a3b5c9dbd88568ca67ebb297c7

Authored by Edmar Moretti
1 parent f9781e63

Alteração no tamanho da fonte das janelas que mostram os cálculos de área e distância

css/default.css
  1 +#mostraarea_calculo_parcial, #mostraarea_calculo, #mostradistancia_calculo, #mostradistancia_calculo_movel {
  2 + font-size: 1.4rem;
  3 +}
  4 +
1 #i3GEOoverlayInfo { 5 #i3GEOoverlayInfo {
2 background-color: white; 6 background-color: white;
3 padding: 5px; 7 padding: 5px;
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({