map zone interactive plus grande
This commit is contained in:
@@ -63,8 +63,11 @@ class SitesMap extends BlockBase {
|
||||
<g
|
||||
id="site-$index"
|
||||
data-geofield="$geofieldData"
|
||||
transform="
|
||||
translate($x,$y)">
|
||||
transform="translate($x,$y)"
|
||||
style="cursor: pointer;" <!-- Change le curseur pour indiquer l'interaction -->
|
||||
>
|
||||
<rect width="40" height="40" fill="transparent" onclick="handleCircleClick('$datacontent')"></rect> <!-- Zone d'interaction invisible -->
|
||||
|
||||
<circle
|
||||
class="site-link"
|
||||
data-content="$datacontent"
|
||||
|
Reference in New Issue
Block a user