/[openfoncier]/trunk/sql/pgsql/pos.inc.php
ViewVC logotype

Contents of /trunk/sql/pgsql/pos.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 440 - (show annotations)
Tue Sep 25 14:30:46 2012 UTC (12 years, 4 months ago) by nhaye
File size: 453 byte(s)
Régénération des table de sig suite à la maj du core

1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:35
4 include('../gen/sql/pgsql/pos.inc.php');
5 $sousformulaire=array('parcelle');
6
7 // vue
8 if(file_exists ("../dyn/var.inc")) {
9 include ("../dyn/var.inc");
10 }
11 if($vue_pos==1){
12 $tab_actions['corner']['ajouter'] = NULL;
13 $tab_actions['left']['consulter'] = NULL;
14 $tab_actions['content'] = NULL;
15 $ent .=' '._('vue');
16 }
17
18 $champAffiche=array('pos','libelle','substring(astext(geom), 0,100)');
19 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26