[(#REM) A. Sélection des événements directement liés à un mot-clé commune ]
#SET{evenementsparcommune2,#ARRAY}
[(#SET{evenementsparcommune2,#GET{evenementsparcommune2}|push{#ID_EVENEMENT}})]
[(#REM) B. Sélection des événements indirectement liés à un mot-clé commune par le truchement de l'article ]
[(#REM) Astuce pour éviter de récupérer les évenements ayant un mot du groupe ]
[(#SET{evenementsparcommune2,#GET{evenementsparcommune2}|push{#ID_EVENEMENT}})]
/B_test_commune2>
#SET{totalevenements,#TOTAL_BOUCLE}
{"type": "Feature",
["geometry": (#GEOMETRY|appliquer_filtre{wkt_to_json}|sinon{{"type": "Point", "coordinates": \[#LON, #LAT\]}}),]
"id":"#ID_GIS",
"properties": {
"title":[(#URL_MOT|lien_ou_expose{[(#TITRE_GIS*}|sinon{#TITRE*}|extraire_multi|supprimer_numero)]}|json_encode)],
"description":[(#GET{totalevenements})][
(#LOGO_GIS|gis_icon_properties)][,
"styles": (#GEOMETRY_STYLES|appliquer_filtre{geometry_styles_to_json})]
}}