X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/7cafec07504a9350bdfc8d8089029bf7a68b6dca..d7bb449e74defea958f40d425ae6890cf0b08172:/lib-php/template/address-geocodejson.php diff --git a/lib-php/template/address-geocodejson.php b/lib-php/template/address-geocodejson.php index d54aef40..28c605f7 100644 --- a/lib-php/template/address-geocodejson.php +++ b/lib-php/template/address-geocodejson.php @@ -36,6 +36,9 @@ if (empty($aPlace)) { $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;