Commit 46ea32e0a9963aca0aa1224416297da0afa969e3
1 parent
b3172e5814
Exists in
master
no heigh
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/osm-directive.js
... | ... | @@ -3,7 +3,7 @@ angular.module('focaModalPuntoDescarga').directive('osmPuntoDescarga', 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'; | |
6 | + contenedor.className = 'w-100 mt-3'; | |
7 | 7 | el.append(contenedor); |
8 | 8 | scope.map = L.map(contenedor); |
9 | 9 | L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png').addTo(scope.map); |