/[openfoncier]/branches/2.x/sig/dossier.inc
ViewVC logotype

Contents of /branches/2.x/sig/dossier.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Tue Feb 8 10:07:21 2011 UTC (13 years, 11 months ago) by fmichon
File size: 440 byte(s)
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