diff --git a/.gitattributes b/.gitattributes index 1fbc40e3180b02810a01a0e88a6e43815c98a704..1a76f4ddc220a27d42557b07ba8a583f09bba950 100644 --- a/.gitattributes +++ b/.gitattributes @@ -350,6 +350,7 @@ javascript/modernizr.js -text javascript/tooltip.js -text /javascripts.js.html -text json/gis_articles.html -text +json/gis_articles_branche.html -text json/gis_auteurs.html -text json/gis_documents.html -text json/gis_mots.html -text diff --git a/json/gis_articles_branche.html b/json/gis_articles_branche.html new file mode 100644 index 0000000000000000000000000000000000000000..09bdbf42c43c9603644aebdf0433c5e1f1c2c373 --- /dev/null +++ b/json/gis_articles_branche.html @@ -0,0 +1,9 @@ + <BOUCLE_art(ARTICLES){gis}{id_article ?}{branche ?}{id_mot ?}{id_groupe ?}{id_auteur ?}{recherche ?}{0, #ENV{limit}}{","}> + {"type": "Feature", + "geometry": {"type": "Point", "coordinates": [#LON, #LAT]}, + "id":"#ID_GIS", + "properties": { + "title":[(#URL_ARTICLE|lien_ou_expose{[(#TITRE_GIS*|sinon{#TITRE*}|extraire_multi|supprimer_numero)]}|json_encode)], + "description":[(#DESCRIPTIF_GIS|sinon{#DESCRIPTIF}|json_encode)][ + (#LOGO_GIS|gis_icon_properties)] + }}</BOUCLE_art> \ No newline at end of file