Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1056 → Rev 1060

/trunk/scripts/modules/osm/FranceCommunes.php
26,8 → 26,13
$cmd = $this->conteneur->getParametre('a');
switch ($cmd) {
case 'cm' :
$this->supprimerTableOsmCommunes();
$this->conteneur->getEfloreCommun()->chargerStructureSql();
$this->creerTableOsmCommunes();
break;
case 'cmCreer' :
$this->creerTableOsmCommunes();
break;
case 'cmSupprimer' :
$this->supprimerTableOsmCommunes();
break;