#SET{lien_punt, #TITRE* }
#SET{nom_normat,''}
#SET{nom_normat,#GET{nom_normat}|concat{
,#NOM_OC,
,#TEXTE*|couper{80}}}
#SET{image,''}
#SET{image,#GET{image}|concat{
,[(#FICHIER|image_reduire{100})],
}}
{"type": "Feature",
["geometry": (#GEOMETRY|appliquer_filtre{wkt_to_json}|sinon{{"type": "Point", "coordinates": \[#LON, #LAT\]}}),]
"id":"#ID_GIS",
"properties": {
"title":[(#GET{lien_punt}|json_encode)],
"description":[(#CODE_POSTAL*|concat{' ',[(#GET{nom_normat})],[(#GET{image})]}|json_encode)][
(#LOGO_GIS|gis_icon_properties)]
}}