Commit fd17a43957090dc62a398333fbcb80bb41aeeb2a
Exists in
develop
Merge branch 'master' into 'develop'
Master(efernandez) See merge request !22
Showing
1 changed file
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); |