map plus grande

This commit is contained in:
ouidade 2024-10-08 12:49:39 +02:00
parent d7986309bc
commit b9f8612f16
4 changed files with 14 additions and 8 deletions

View File

@ -6,6 +6,8 @@
background-color: #cecfcc;
text-align: center;
position: relative;
height: 600px;
width: auto;
}
/* #sites-map-container .circle {
fill: black;
@ -28,7 +30,7 @@
display: none;
position: absolute;
left: 50%;
top: 50%;
top: -20%;
transform: translate(-50%, -50%);
z-index: 1000;
text-align: left;

View File

@ -28,8 +28,8 @@ class SitesMap extends BlockBase {
$sites_paths = "";
$vp_w = 400;
$vp_h = 400;
$vp_w = 600;
$vp_h = 600;
// Coordonnées géographiques des coins de la carte (France)
$latTop = 52.0; // Nord-Ouest (coin supérieur gauche)

View File

@ -5,7 +5,7 @@
<svg
width="{{ vpw }}"
height="{{ vph }}"
viewBox="0 0 100% 400px"
viewBox="0 0 100% {{vp_h}}"
version="1.1"
id="svg1"
xmlns="http://www.w3.org/2000/svg"
@ -13,9 +13,11 @@
<g
id="layer1"
transform="
translate(-25.237685,-27.066503)
scale(2 2)"
width="auto"
height="100%"
transform="
translate(-34,-43)
scale(3 3)"
>
<g
id="g87"

View File

@ -3065,6 +3065,8 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
background-color: #cecfcc;
text-align: center;
position: relative;
height: 600px;
width: auto;
}
/* #sites-map-container .circle {
@ -3083,7 +3085,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
display: none;
position: absolute;
left: 50%;
top: 50%;
top: -20%;
transform: translate(-50%, -50%);
z-index: 1000;
text-align: left;