#SET{lien_punt, #TITRE* }
#SET{nomnormat,''}
#SET{nomnormat,#GET{nomnormat}|concat{
,#TITRE,
,#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{nomnormat})],[(#GET{image})]}|json_encode)][
(#LOGO_GIS|gis_icon_properties)]
}}