Changeset 60882 in spip-zone for _plugins_/gis/trunk/json/gis_rubriques.html
- Timestamp:
- May 3, 2012, 2:49:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/gis/trunk/json/gis_rubriques.html
r52466 r60882 1 <BOUCLE_rub(RUBRIQUES){ id_rubrique ?}{id_secteur ?}{id_parent?=#ENV{id_parent}}{id_mot ?}{recherche ?}{0, #ENV{limit}}{","}><BOUCLE_gis(GIS){id_rubrique}{","}>1 <BOUCLE_rub(RUBRIQUES){gis}{id_rubrique ?}{id_secteur ?}{id_parent?=#ENV{id_parent}}{id_mot ?}{recherche ?}{0, #ENV{limit}}{","}> 2 2 {"type": "Feature", 3 3 "geometry": {"type": "Point", "coordinates": [#LON, #LAT]}, 4 4 "id":"#ID_GIS", 5 "title":[(#TITRE |sinon{#_rub:TITRE}|supprimer_numero|json_encode)],6 "description":[(#DESCRIPTIF |sinon{#_rub:DESCRIPTIF}|json_encode)][(#SET{logo_doc,''})]5 "title":[(#TITRE_GIS*|sinon{#TITRE*}|supprimer_numero|json_encode)], 6 "description":[(#DESCRIPTIF_GIS|sinon{#DESCRIPTIF}|json_encode)][(#SET{logo_doc,''})] 7 7 [(#LOGO_GIS|oui) 8 8 [(#SET{logo_doc,#LOGO_GIS|image_passe_partout{32,32}|image_recadre{32,32}})]] … … 18 18 "icon_size": [(#VAL{91}|chr)]#GET{icon_w},#GET{icon_h}[(#VAL{93}|chr)], 19 19 "icon_anchor": [(#VAL{91}|chr)][(#GET{icon_w}|div{2})],[(#GET{icon_h})][(#VAL{93}|chr)] 20 ]}</BOUCLE_ gis></BOUCLE_rub>20 ]}</BOUCLE_rub>
Note: See TracChangeset
for help on using the changeset viewer.