Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2177 → Rev 2178

/branches/v2.2-faucille/jrest/lib/CartoGroupage.php
210,7 → 210,7
$point_allege['type_emplacement'] = 'stations';
$point_allege['nom'] = self::formaterNomStation($point, 'stations');
$point_allege['lat'] = (float)$point['latitude'];
$point_allege['lng'] = (float)$point['wgs84_longitude'];
$point_allege['lng'] = (float)$point['longitude'];
$point_allege['zonegeo'] = $point['ce_zone_geo'];
 
$point = $point_allege;