Last change
on this file since 52466 was
52466,
checked in by rastapopoulos@…, 10 years ago
|
Des reports de kent1 que je n'avais point fait.
|
File size:
1.0 KB
|
Line | |
---|
1 | <BOUCLE_gis(GIS){id_gis ?}{id_rubrique ?}{id_article ?}{id_breve ?}{id_document ?}{id_mot ?}{id_auteur ?}{id_syndic ?}{recherche ?}{0, #ENV{limit}}{","}> |
---|
2 | {"type": "Feature", |
---|
3 | "geometry": {"type": "Point", "coordinates": [#LON, #LAT]}, |
---|
4 | "id":"#ID_GIS", |
---|
5 | "title":[(#TITRE|supprimer_numero|json_encode)], |
---|
6 | "description":[(#DESCRIPTIF|json_encode)][(#SET{logo_doc,''})] |
---|
7 | [(#LOGO_GIS|oui) |
---|
8 | [(#SET{logo_doc,#LOGO_GIS|image_passe_partout{32,32}|image_recadre{32,32}})]] |
---|
9 | [(#LOGO_GIS|non) |
---|
10 | [(#CHEMIN{images/marker_defaut.png}|oui)[ |
---|
11 | (#SET{logo_doc,#CHEMIN{images/marker_defaut.png}|image_passe_partout{32,32}|image_recadre{32,32}})] |
---|
12 | ]] |
---|
13 | [(#GET{logo_doc}|oui) |
---|
14 | #SET{icon_w,#GET{logo_doc}|extraire_attribut{src}|largeur} |
---|
15 | #SET{icon_h,#GET{logo_doc}|extraire_attribut{src}|hauteur} |
---|
16 | [,"icon": (#GET{logo_doc}|extraire_attribut{src}|url_absolue|json_encode)], |
---|
17 | "icon_size": [(#VAL{91}|chr)]#GET{icon_w},#GET{icon_h}[(#VAL{93}|chr)], |
---|
18 | "icon_anchor": [(#VAL{91}|chr)][(#GET{icon_w}|div{2})],[(#GET{icon_h})][(#VAL{93}|chr)] |
---|
19 | ]}</BOUCLE_gis> |
---|
Note: See
TracBrowser
for help on using the repository browser.