X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f6127df15d091b160eec5b2c1ac5b5f315340e46..797c2d1e74a14d8d52d963f1efad9be53fca5f5f:/lib/template/search-json.php diff --git a/lib/template/search-json.php b/lib/template/search-json.php index 0bfbc904..d3dc00f3 100644 --- a/lib/template/search-json.php +++ b/lib/template/search-json.php @@ -9,7 +9,7 @@ 'licence'=>"Data © OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright", ); - $sOSMType = ($aPointDetails['osm_type'] == 'N'?'node':($aPointDetails['osm_type'] == 'W'?'way':($aPointDetails['osm_type'] == 'R'?'relation':($aPointDetails['osm_type'] == 'T'?'tiger':'')))); + $sOSMType = formatOSMType($aPointDetails['osm_type']); if ($sOSMType) { $aPlace['osm_type'] = $sOSMType;