[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / gis / json / gis_auteurs.html
1 <BOUCLE_auteurs(AUTEURS){gis}{id_article ?}{id_auteur ?}{id_mot ?}{recherche ?}{0, #ENV{limit}}{","}>
2 {"type": "Feature",
3 ["geometry": (#GEOMETRY|appliquer_filtre{wkt_to_json}|sinon{{"type": "Point", "coordinates": \[#LON, #LAT\]}}),]
4 "id":"#ID_GIS",
5 "properties": {
6 "title":[(#URL_AUTEUR|lien_ou_expose{[(#TITRE_GIS*|sinon{#NOM*}|extraire_multi|supprimer_numero)]}|json_encode)],
7 "description":[(#DESCRIPTIF_GIS|sinon{#BIO}|json_encode)][
8 (#LOGO_GIS|gis_icon_properties)][,
9 "styles": (#GEOMETRY_STYLES|appliquer_filtre{geometry_styles_to_json})]
10 }}</BOUCLE_auteurs>