Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3941 → Rev 3942

/trunk/jrest/services/CelWidgetExport.php
361,7 → 361,11
if(stripos($ligne['mots_cles_texte'], 'sensible') !== false) {
$ligne['latitude'] = '';
$ligne['longitude'] = '';
$ligne['geometry'] = '';
}
if ($ligne['localisation_floutage'] == "10x10km" || $ligne['localisation_floutage'] == "localité") {
$ligne['geometry'] = '';
}
return $ligne;
}