Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 392 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 392 Rev 1038
Line 1... Line 1...
1
<?php
1
<?php
2
/**
2
/**
3
 * Exemple lancement:
3
 * Exemple lancement:
4
 * /opt/lampp/bin/php -d memory_limit=3500M cli.php osm/mise_a_jour -a MAJ -f fichier_osm_a_analyser
4
 * /opt/lampp/bin/php -d memory_limit=3500M /home/mohcen/web/cartoOSM/scripts/cli.php osm/mise_a_jour -a recupererRelationAMod
-
 
5
 * -f fichier_osm_change -e fichier_osm_nouveau
5
 */
6
*/
6
class MiseAjour extends Script {
7
class MiseAjour extends Script {
7
	private $communes = array();
8
	private $communes = array();
8
	private $relations_communes = array();
9
	private $relations_communes = array();
9
	private $relation_a_chemins = array();
10
	private $relation_a_chemins = array();
10
	private $chemin_a_noeuds = array();
11
	private $chemin_a_noeuds = array();