This repository has been archived by the owner on Sep 29, 2021. It is now read-only.
Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
igo/xml/defaut.xml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
40 lines (40 sloc)
1.61 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<navigateur authentification="false" titre="IGO"> | |
<presentation> | |
<panneaux> | |
<panneau classe="PanneauCarte" /> | |
<panneau classe="PanneauInfo" /> | |
<panneau classe="PanneauMenu" ouvert="true" > | |
<element-accordeon classe="Arborescence" ouvert="true"/> | |
</panneau> | |
</panneaux> | |
<outils> | |
<groupe-outils> | |
<outil classe="OutilZoomEtendueMaximale"/> | |
<outil classe="OutilZoomRectangle" type="avant"/> | |
<outil classe="OutilZoomRectangle" type="arriere"/> | |
<outil classe="OutilDeplacement"/> | |
</groupe-outils> | |
<groupe-outils> | |
<outil classe="OutilHistoriqueNavigation" type="precedent"/> | |
<outil classe="OutilHistoriqueNavigation" type="suivant"/> | |
</groupe-outils> | |
<groupe-outils> | |
<outil classe="OutilMesure" type="lineaire"/> | |
<outil classe="OutilMesure" type="surface"/> | |
</groupe-outils> | |
<groupe-outils> | |
<outil classe="OutilInfo" /> | |
</groupe-outils> | |
<groupe-outils visible="true"> | |
<outil classe="OutilAide"/> | |
</groupe-outils> | |
<groupe-outils position="droite"> | |
<outil classe="OutilProfil"/> | |
</groupe-outils> | |
</outils> | |
</presentation> | |
<contexte centre="-7994004,6034079" zoom="7"> </contexte> | |
<couches> | |
<couche titre="OpenStreetMap" protocole="OSM" groupe="Fond de carte"/> | |
</couches> | |
</navigateur> |