Commit bbad86949d1b445aeafa9f7dd402dadc745ea5a2
1 parent
cb2a3a0727
Exists in
master
fix no show map
Showing
1 changed file
with
0 additions
and
1 deletions
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); |