Commit 314ac339f7e7c66c4e5138ac50536d8792212576
Exists in
master
Merge branch 'develop' into 'master'
Develop See merge request !8
Showing
1 changed file
Show diff stats
src/js/osm-directive.js
... | ... | @@ -3,7 +3,6 @@ angular.module('focaModalLocalizar').directive('osmDireccion', function() { |
3 | 3 | restrict: 'E', |
4 | 4 | link: function(scope, el, attrs) { |
5 | 5 | var contenedor = document.createElement('div'); |
6 | - contenedor.className = 'w-100 h-50 mt-3'; | |
7 | 6 | el.append(contenedor); |
8 | 7 | scope.map = L.map(contenedor).setView([-32.89214159952345, -68.84572999101856], attrs.zoom); |
9 | 8 | L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png').addTo(scope.map); |