Commit 5c15ce10ec969649fc2ad9eb28dc99b76dacdd78

Authored by José Maria Villac Pinheiro
1 parent 573e5f5f

V. 0.5.7 - Changed to SAESA logo

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
views/map.jade
... ... @@ -45,7 +45,8 @@ block content
45 45 L.Control.Watermark = L.Control.extend({
46 46 onAdd: function(map) {
47 47 var img = L.DomUtil.create('img');
48   - img.src = 'https://nexusbr.com/images/logo.png';
  48 + img.src = "http://www.saesascs.sp.gov.br/wp-content/themes/portaldae/img/logo-saesa.png";
  49 + // img.src = 'https://nexusbr.com/images/logo.png';
49 50 img.style.width = '130px';
50 51 return img;
51 52 },
... ...