1 | <paquet |
---|
2 | prefix="gis" |
---|
3 | categorie="divers" |
---|
4 | version="4.46.0" |
---|
5 | schema="2.1.0" |
---|
6 | etat="stable" |
---|
7 | compatibilite="[3.0.0;3.2.*]" |
---|
8 | logo="images/gis.png" |
---|
9 | documentation="https://contrib.spip.net/4189" |
---|
10 | > |
---|
11 | |
---|
12 | <nom>GIS</nom> |
---|
13 | <!-- Système d'information géographique --> |
---|
14 | |
---|
15 | <auteur>b_b</auteur> |
---|
16 | <auteur lien="http://www.kent1.info">kent1</auteur> |
---|
17 | <auteur lien="http://www.ldd.fr">Les Développements Durables</auteur> |
---|
18 | <credit lien="http://leafletjs.com/">Leaflet</credit> |
---|
19 | <credit lien="https://github.com/shramov/leaflet-plugins">Leaflet plugins</credit> |
---|
20 | <credit lien="https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant">Leaflet.GridLayer.GoogleMutant</credit> |
---|
21 | <credit lien="https://github.com/leaflet-extras/leaflet-providers">Leaflet providers</credit> |
---|
22 | <credit lien="https://github.com/brunob/leaflet.fullscreen">Leaflet fullscreen</credit> |
---|
23 | <credit lien="https://github.com/Norkart/Leaflet-MiniMap">Leaflet minimap</credit> |
---|
24 | <credit lien="http://wiki.openstreetmap.org/wiki/Nominatim">Nominatim</credit> |
---|
25 | <credit lien="https://photon.komoot.de/">Photon</credit> |
---|
26 | <credit lien="http://mattrich.deviantart.com/art/Picnic-101256405">Icône de mattrich sous licence CC BY-NC-SA</credit> |
---|
27 | <copyright>2011-2017</copyright> |
---|
28 | <licence>GPL v3</licence> |
---|
29 | |
---|
30 | <traduire module="gis" reference="fr" gestionnaire="salvatore" /> |
---|
31 | <traduire module="paquet-gis" reference="fr" gestionnaire="salvatore" /> |
---|
32 | |
---|
33 | <utilise nom="selecteurgenerique" compatibilite="[0.8.6;]" /> |
---|
34 | <necessite nom="saisies" compatibilite="[2.28.0;]" /> |
---|
35 | |
---|
36 | <pipeline |
---|
37 | nom="gis_modele_parametres_autorises" |
---|
38 | /> |
---|
39 | <pipeline |
---|
40 | nom="declarer_tables_interfaces" |
---|
41 | inclure="base/gis.php" |
---|
42 | /> |
---|
43 | <pipeline |
---|
44 | nom="declarer_tables_objets_sql" |
---|
45 | inclure="base/gis.php" |
---|
46 | /> |
---|
47 | <pipeline |
---|
48 | nom="declarer_tables_auxiliaires" |
---|
49 | inclure="base/gis.php" |
---|
50 | /> |
---|
51 | <pipeline |
---|
52 | nom="insert_head" |
---|
53 | inclure="gis_pipelines.php" |
---|
54 | /> |
---|
55 | <pipeline |
---|
56 | nom="header_prive" |
---|
57 | inclure="gis_pipelines.php" |
---|
58 | /> |
---|
59 | <pipeline |
---|
60 | nom="insert_head_css" |
---|
61 | inclure="gis_pipelines.php" |
---|
62 | /> |
---|
63 | <pipeline |
---|
64 | nom="afficher_contenu_objet" |
---|
65 | inclure="gis_pipelines.php" |
---|
66 | /> |
---|
67 | <pipeline |
---|
68 | nom="post_edition" |
---|
69 | inclure="gis_pipelines.php" |
---|
70 | /> |
---|
71 | <pipeline |
---|
72 | nom="optimiser_base_disparus" |
---|
73 | inclure="gis_pipelines.php" |
---|
74 | /> |
---|
75 | <pipeline |
---|
76 | nom="autoriser" |
---|
77 | inclure="gis_autoriser.php" |
---|
78 | /> |
---|
79 | <pipeline |
---|
80 | nom="saisies_autonomes" |
---|
81 | inclure="gis_pipelines.php" |
---|
82 | /> |
---|
83 | <pipeline |
---|
84 | nom="xmlrpc_methodes" |
---|
85 | inclure="gis_pipelines.php" |
---|
86 | /> |
---|
87 | <pipeline |
---|
88 | nom="xmlrpc_server_class" |
---|
89 | inclure="gis_pipelines.php" |
---|
90 | /> |
---|
91 | <pipeline |
---|
92 | nom="formulaire_traiter" |
---|
93 | inclure="gis_pipelines.php" |
---|
94 | /> |
---|
95 | <menu nom="gis_tous" titre="gis:icone_gis_tous" parent="menu_edition" icone="images/gis-16.png" /> |
---|
96 | <menu nom="gis_nouveau" titre="gis:editer_gis_nouveau" parent="outils_rapides" icone="images/gis-new-16.png" action="gis_edit" parametres="new=oui" /> |
---|
97 | </paquet> |
---|