Skip to content

Commit

Permalink
[processing] tiles_xyz: maximize map preview
Browse files Browse the repository at this point in the history
  • Loading branch information
varmar05 authored and wonder-sk committed Jun 7, 2019
1 parent 228040d commit f4e11bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions python/plugins/processing/algs/qgis/TilesXYZ.py
Expand Up @@ -410,13 +410,13 @@ def processAlgorithm(self, parameters, context, feedback):
integrity="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og=="
crossorigin=""></script>
<style type="text/css">
#map{{
left: 10px;
right: 10px;
top: 10px;
bottom: 10px;
width: 600px;
height: 400px;
body {{
margin: 0;
padding: 0;
}}
html, body, #map{{
width: 100%;
height: 100%;
}}
</style>
</head>
Expand Down

0 comments on commit f4e11bf

Please sign in to comment.