Parent Directory | Revision Log
Import de la version 2.x d'openfoncier anciennement sous CVS
1 | <?php |
2 | //$Id: dossier.inc,v 1.1 2010-08-22 21:49:26 fraynaud Exp $ |
3 | $DEBUG=0; |
4 | $fichier_map="dossier.map"; |
5 | $titre= "dossier ".$idx." - "; |
6 | $texte=""; |
7 | $aff="section"; |
8 | $class_map="bigmap";// smallmap |
9 | // identifiant a afficher |
10 | $sql_idgeom="select '13004'||substr(parcelle,1,2) from dossier where dossier = '".$idx."'"; |
11 | // box |
12 | $affiche="substr(parcelle,1,2)"; |
13 | $sql ="select ('section ' ||section) as lib,box(section.geom) as box from section "; |
14 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |