Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1002 → Rev 1003

/trunk/scripts/modules/ifn/Ifn.php
20,6 → 20,10
include_once dirname(__FILE__)."/bibliotheque/proj4php/proj4php.php";
$this->genererCoordonneesWgs('placettesForet');
$this->genererCoordonneesWgs('placettesPeupleraie');
$this->genererCodeInsee('placettesForet');
$this->genererCodeInsee('placettesPeupleraie');
$this->creerVueTapir();
$this->ajouterTupleEfloreOntologies();
break;
case 'chargerStructure' :
$this->chargerStructureSql();
35,7 → 39,7
break;
case 'genererCodeInsee' :
$this->genererCodeInsee('placettesForet');
//$this->genererCodeInsee('placettesPeupleraie');
$this->genererCodeInsee('placettesPeupleraie');
break;
case 'creerVueTapir' :
$this->creerVueTapir();