$aFilteredPlaces['properties']['geocoding']['osm_id'] = $aPlace['osm_id'];
}
+ $aFilteredPlaces['properties']['geocoding']['osm_key'] = $aPlace['class'];
+ $aFilteredPlaces['properties']['geocoding']['osm_value'] = $aPlace['type'];
+
$aFilteredPlaces['properties']['geocoding']['type'] = addressRankToGeocodeJsonType($aPlace['rank_address']);
$aFilteredPlaces['properties']['geocoding']['accuracy'] = (int) $fDistance;
}
if (isset($aPlace['asgeojson'])) {
- $aFilteredPlaces['geometry'] = json_decode($aPlace['asgeojson']);
+ $aFilteredPlaces['geometry'] = json_decode($aPlace['asgeojson'], true);
} else {
$aFilteredPlaces['geometry'] = array(
'type' => 'Point',